Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.model |
Modifier and Type | Method and Description |
---|---|
Selectable |
UITreeListbox.getSelectable()
Flag indicating whether or not this component should be render selectable items.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UITreeListbox.setSelectable(Selectable selectable) |
void |
UISheet.setSelectable(Selectable selectable) |
void |
UITree.setSelectable(Selectable selectable) |
Modifier and Type | Method and Description |
---|---|
abstract Selectable |
AbstractUIData.getSelectable() |
Selectable |
AbstractUITreeMenu.getSelectable() |
Selectable |
AbstractUIData.getSelectableAsEnum()
Deprecated.
since 3.0.0, please use
AbstractUIData.getSelectable() |
Modifier and Type | Method and 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.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.