Class GanttViewState
java.lang.Object
overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt.common.GanttViewState
The Class that defines the gantt UI state.
- Since:
- 19.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the current brick type configuration.Returns the header group configuration.Returns the pixel per brick type configuration.Returns the tree size configuration.voidsetCurrentBrickTypeConfiguration(int currentBrickTypeConfiguration) Sets the current brick type configuration.voidsetHeaderGroupConfiguration(String headerGroupConfiguration) Sets the header group configuration.voidsetPixelPerBrickTypeConfiguration(String pixelPerBrickTypeConfiguration) Sets the pixel per brick type configuration.voidsetTreeSizeConfiguration(Double treeSizeConfiguration) Sets the tree size configuration.
-
Constructor Details
-
GanttViewState
public GanttViewState()
-
-
Method Details
-
getTreeSizeConfiguration
Returns the tree size configuration.- Returns:
- the tree size configuration
-
setTreeSizeConfiguration
Sets the tree size configuration.- Parameters:
treeSizeConfiguration- the tree size configuration
-
getCurrentBrickTypeConfiguration
public int getCurrentBrickTypeConfiguration()Returns the current brick type configuration.- Returns:
- the current brick type configuration
-
setCurrentBrickTypeConfiguration
public void setCurrentBrickTypeConfiguration(int currentBrickTypeConfiguration) Sets the current brick type configuration.- Parameters:
currentBrickTypeConfiguration- the current brick type
-
getHeaderGroupConfiguration
Returns the header group configuration.- Returns:
- the header group configuration
-
setHeaderGroupConfiguration
Sets the header group configuration.- Parameters:
headerGroupConfiguration- the header group configuration
-
getPixelPerBrickTypeConfiguration
Returns the pixel per brick type configuration.- Returns:
- the pixel per brick type configuration
-
setPixelPerBrickTypeConfiguration
Sets the pixel per brick type configuration.- Parameters:
pixelPerBrickTypeConfiguration- the pixel per brick type configuration
-