Uses of Enum Class
org.apache.myfaces.tobago.model.Selectable
Packages that use Selectable
Package
Description
-
Uses of Selectable in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return SelectableModifier and TypeMethodDescriptionUIColumnSelector.getSelectable()
Indicating the selection mode of the columnSelector.UISheet.getSelectable()
Indicating the selection mode of the sheet.UITree.getSelectable()
Flag indicating whether or not this component should be render selectable items.UITreeListbox.getSelectable()
Flag indicating whether or not this component should be render selectable items.Methods in org.apache.myfaces.tobago.component with parameters of type SelectableModifier and TypeMethodDescriptionvoid
UIColumnSelector.setSelectable
(Selectable selectable) void
UISheet.setSelectable
(Selectable selectable) void
UITree.setSelectable
(Selectable selectable) void
UITreeListbox.setSelectable
(Selectable selectable) -
Uses of Selectable in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return SelectableModifier and TypeMethodDescriptionabstract Selectable
AbstractUIColumnSelector.getSelectable()
abstract Selectable
AbstractUIData.getSelectable()
AbstractUIData.getSelectableAsEnum()
Deprecated. -
Uses of Selectable in org.apache.myfaces.tobago.model
Subclasses with type arguments of type Selectable in org.apache.myfaces.tobago.modelMethods in org.apache.myfaces.tobago.model that return SelectableModifier and TypeMethodDescriptionstatic Selectable
static Selectable
Returns the enum constant of this class with the specified name.static Selectable[]
Selectable.values()
Returns an array containing the constants of this enum class, in the order they are declared.
AbstractUIData.getSelectable()