|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISelectModel | |
|---|---|
| wheel.components | |
| wheel.util | |
| Uses of ISelectModel in wheel.components |
|---|
| Subinterfaces of ISelectModel in wheel.components | |
|---|---|
interface |
IEnhancingSelectModel
This interface makes it possible to add additional components before and after the generated input element. |
| Fields in wheel.components declared as ISelectModel | |
|---|---|
protected ISelectModel |
SelectModelFormElement.model
|
| Methods in wheel.components with parameters of type ISelectModel | |
|---|---|
CheckboxGroup |
ComponentCreator.checkboxGroup(java.lang.String componentId,
ISelectModel model,
ElExpression binding)
|
FormElement |
Component.checkboxGroup(java.lang.String componentId,
ISelectModel model,
ElExpression binding)
Adds a CheckboxGroup-component to the component tree and returns it. |
Select |
ComponentCreator.multiSelect(java.lang.String componentId,
ISelectModel model,
ElExpression binding)
|
FormElement |
Component.multiSelect(java.lang.String componentId,
ISelectModel model,
ElExpression binding)
Adds a Select-component in multiselect mode to the component tree and returns it. |
RadioGroup |
ComponentCreator.radioGroup(java.lang.String componentId,
ISelectModel model,
ElExpression binding)
|
FormElement |
Component.radioGroup(java.lang.String componentId,
ISelectModel model,
ElExpression binding)
Adds a RadioGroup-component to the component tree and returns it. |
Select |
ComponentCreator.select(java.lang.String componentId,
ISelectModel model,
ElExpression binding)
|
FormElement |
Component.select(java.lang.String componentId,
ISelectModel model,
ElExpression binding)
Adds a Select-component to the component tree and returns it. |
| Constructors in wheel.components with parameters of type ISelectModel | |
|---|---|
SelectModelFormElement(Component parent,
java.lang.String componentId,
ISelectModel model,
ElExpression binding)
|
|
| Uses of ISelectModel in wheel.util |
|---|
| Classes in wheel.util that implement ISelectModel | |
|---|---|
class |
DynamicSelectModel
|
class |
StringSelectModel
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||