Uses of Enum
com.flexganttfx.view.GanttChartBase.ScrollBarType
Packages that use GanttChartBase.ScrollBarType
-
Uses of GanttChartBase.ScrollBarType in com.flexganttfx.view
Methods in com.flexganttfx.view that return GanttChartBase.ScrollBarTypeModifier and TypeMethodDescriptionGanttChartBase.getScrollBarType()
Gets the value of thescrollBarType
property.static GanttChartBase.ScrollBarType
Returns the enum constant of this type with the specified name.static GanttChartBase.ScrollBarType[]
GanttChartBase.ScrollBarType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flexganttfx.view that return types with arguments of type GanttChartBase.ScrollBarTypeModifier and TypeMethodDescriptionGanttChartBase.scrollBarTypeProperty()
Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.Methods in com.flexganttfx.view with parameters of type GanttChartBase.ScrollBarTypeModifier and TypeMethodDescriptionfinal void
GanttChartBase.setScrollBarType
(GanttChartBase.ScrollBarType scrollBarType) Sets the value of thescrollBarType
property.