Uses of Enum Class
com.dlsc.gemsfx.SimpleFilterView.LayoutMode
Packages that use SimpleFilterView.LayoutMode
-
Uses of SimpleFilterView.LayoutMode in com.dlsc.gemsfx
Subclasses with type arguments of type SimpleFilterView.LayoutMode in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumAn enumeration of possible layouts supported by the filter view.Methods in com.dlsc.gemsfx that return SimpleFilterView.LayoutModeModifier and TypeMethodDescriptionSimpleFilterView.getLayoutMode()Gets the value of thelayoutModeproperty.static SimpleFilterView.LayoutModeReturns the enum constant of this class with the specified name.static SimpleFilterView.LayoutMode[]SimpleFilterView.LayoutMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx that return types with arguments of type SimpleFilterView.LayoutModeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<SimpleFilterView.LayoutMode> SimpleFilterView.layoutModeProperty()The layout used by the control, either "standard" or "compact" / "unified".Methods in com.dlsc.gemsfx with parameters of type SimpleFilterView.LayoutModeModifier and TypeMethodDescriptionfinal voidSimpleFilterView.setLayoutMode(SimpleFilterView.LayoutMode layoutMode) Sets the value of thelayoutModeproperty.