com.tensegrity.palowebviewer.modules.engine.client
Class ClientProperties

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.client.ClientProperties
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, IClientProperties

public class ClientProperties
extends java.lang.Object
implements IClientProperties

Class that is used to transfere propertyes from a server to client.


Constructor Summary
ClientProperties()
           
 
Method Summary
 java.lang.String getColumnMaxVisibleString()
          
 java.lang.String getColumnMinVisibleString()
          
 java.lang.String getDesimalSeparator()
          
 char getFloatSeparator()
          
 int getFractionNumber()
          
 int getHintTime()
          
 int getNavigationPanelWidth()
          
 boolean getNotificationMissingExpandedElement()
          
 int getPOVShowLevels()
          
 int getTDShowLevels()
          
 boolean hasPOVLoadSelectedPath()
          
 boolean isShowDbExplorer()
          
 boolean isShowFavoriteViews()
          
 boolean isShowNavigationPanel()
          
 boolean reloadOnLogin()
          
 void setColumnMaxVisibleString(java.lang.String columnMaxVisibleString)
          
 void setColumnMinVisibleString(java.lang.String columnMinVisibleString)
          
 void setDecimalSeparator(java.lang.String desimalSeparator)
          
 void setFloatSeparator(char value)
          
 void setFractionNumber(int fractionNumber)
          
 void setHintTime(int hintTime)
          
 void setNavigationPanelWidth(int width)
          
 void setNotificationMissingExpandedElement(boolean value)
          
 void setPOVLoadSelectedPath(boolean value)
          
 void setPOVShowLevels(int value)
          
 void setReloadOnLogin(boolean value)
          
 void setShowCubeDimensions(boolean value)
          
 void setShowDatabaseDimensions(boolean value)
          
 void setShowDbExplorer(boolean value)
          
 void setShowFavoriteViews(boolean value)
          
 void setShowNavigationPanel(boolean show)
          
 void setTDShowLevels(int value)
          
 boolean showCubeDimensions()
          
 boolean showDatabaseDimensions()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientProperties

public ClientProperties()
Method Detail

showCubeDimensions

public boolean showCubeDimensions()

Specified by:
showCubeDimensions in interface IClientProperties

setShowCubeDimensions

public void setShowCubeDimensions(boolean value)

Specified by:
setShowCubeDimensions in interface IClientProperties

setShowDatabaseDimensions

public void setShowDatabaseDimensions(boolean value)

Specified by:
setShowDatabaseDimensions in interface IClientProperties

showDatabaseDimensions

public boolean showDatabaseDimensions()

Specified by:
showDatabaseDimensions in interface IClientProperties

reloadOnLogin

public boolean reloadOnLogin()

Specified by:
reloadOnLogin in interface IClientProperties

setReloadOnLogin

public void setReloadOnLogin(boolean value)

Specified by:
setReloadOnLogin in interface IClientProperties

getFloatSeparator

public char getFloatSeparator()

Specified by:
getFloatSeparator in interface IClientProperties

setFloatSeparator

public void setFloatSeparator(char value)

Specified by:
setFloatSeparator in interface IClientProperties

getDesimalSeparator

public java.lang.String getDesimalSeparator()

Specified by:
getDesimalSeparator in interface IClientProperties

setDecimalSeparator

public void setDecimalSeparator(java.lang.String desimalSeparator)

Specified by:
setDecimalSeparator in interface IClientProperties

getFractionNumber

public int getFractionNumber()

Specified by:
getFractionNumber in interface IClientProperties

setFractionNumber

public void setFractionNumber(int fractionNumber)

Specified by:
setFractionNumber in interface IClientProperties

getPOVShowLevels

public int getPOVShowLevels()

Specified by:
getPOVShowLevels in interface IClientProperties

setPOVShowLevels

public void setPOVShowLevels(int value)

Specified by:
setPOVShowLevels in interface IClientProperties

hasPOVLoadSelectedPath

public boolean hasPOVLoadSelectedPath()

Specified by:
hasPOVLoadSelectedPath in interface IClientProperties

setPOVLoadSelectedPath

public void setPOVLoadSelectedPath(boolean value)

Specified by:
setPOVLoadSelectedPath in interface IClientProperties

getTDShowLevels

public int getTDShowLevels()

Specified by:
getTDShowLevels in interface IClientProperties

setTDShowLevels

public void setTDShowLevels(int value)

Specified by:
setTDShowLevels in interface IClientProperties

getColumnMaxVisibleString

public java.lang.String getColumnMaxVisibleString()

Specified by:
getColumnMaxVisibleString in interface IClientProperties

setColumnMaxVisibleString

public void setColumnMaxVisibleString(java.lang.String columnMaxVisibleString)

Specified by:
setColumnMaxVisibleString in interface IClientProperties

getColumnMinVisibleString

public java.lang.String getColumnMinVisibleString()

Specified by:
getColumnMinVisibleString in interface IClientProperties

setColumnMinVisibleString

public void setColumnMinVisibleString(java.lang.String columnMinVisibleString)

Specified by:
setColumnMinVisibleString in interface IClientProperties

getHintTime

public int getHintTime()

Specified by:
getHintTime in interface IClientProperties

setHintTime

public void setHintTime(int hintTime)

Specified by:
setHintTime in interface IClientProperties

getNotificationMissingExpandedElement

public boolean getNotificationMissingExpandedElement()

Specified by:
getNotificationMissingExpandedElement in interface IClientProperties

setNotificationMissingExpandedElement

public void setNotificationMissingExpandedElement(boolean value)

Specified by:
setNotificationMissingExpandedElement in interface IClientProperties

isShowDbExplorer

public boolean isShowDbExplorer()

Specified by:
isShowDbExplorer in interface IClientProperties

isShowFavoriteViews

public boolean isShowFavoriteViews()

Specified by:
isShowFavoriteViews in interface IClientProperties

setShowDbExplorer

public void setShowDbExplorer(boolean value)

Specified by:
setShowDbExplorer in interface IClientProperties

setShowFavoriteViews

public void setShowFavoriteViews(boolean value)

Specified by:
setShowFavoriteViews in interface IClientProperties

getNavigationPanelWidth

public int getNavigationPanelWidth()

Specified by:
getNavigationPanelWidth in interface IClientProperties

isShowNavigationPanel

public boolean isShowNavigationPanel()

Specified by:
isShowNavigationPanel in interface IClientProperties

setNavigationPanelWidth

public void setNavigationPanelWidth(int width)

Specified by:
setNavigationPanelWidth in interface IClientProperties

setShowNavigationPanel

public void setShowNavigationPanel(boolean show)

Specified by:
setShowNavigationPanel in interface IClientProperties