Uses of Class
org.apache.myfaces.tobago.model.Selectable
-
Packages that use Selectable Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.model -
-
Uses of Selectable in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return Selectable Modifier and Type Method Description Selectable
UIColumnSelector. getSelectable()
Indicating the selection mode of the columnSelector.Selectable
UISheet. getSelectable()
Indicating the selection mode of the sheet.Selectable
UITree. getSelectable()
Flag indicating whether or not this component should be render selectable items.Selectable
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 Selectable Modifier and Type Method Description void
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 Selectable Modifier and Type Method Description abstract Selectable
AbstractUIColumnSelector. getSelectable()
abstract Selectable
AbstractUIData. getSelectable()
Selectable
AbstractUIData. getSelectableAsEnum()
Deprecated.since 3.0.0, please useAbstractUIData.getSelectable()
-
Uses of Selectable in org.apache.myfaces.tobago.model
Methods in org.apache.myfaces.tobago.model that return Selectable Modifier and Type Method Description static Selectable
Selectable. parse(Object name)
static Selectable
Selectable. valueOf(String name)
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.
-