Uses of Enum
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 TypeMethodDescriptionUISheet.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
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
AbstractUIData.getSelectable()
AbstractUITreeMenu.getSelectable()
AbstractUIData.getSelectableAsEnum()
Deprecated. -
Uses of Selectable in org.apache.myfaces.tobago.model
Methods in org.apache.myfaces.tobago.model that return SelectableModifier and TypeMethodDescriptionstatic Selectable
static Selectable
Returns the enum constant of this type with the specified name.static Selectable[]
Selectable.values()
Returns an array containing the constants of this enum type, in the order they are declared.
AbstractUIData.getSelectable()