| Package | Description |
|---|---|
| to.etc.domui.component2.combo |
| Modifier and Type | Method and Description |
|---|---|
static <T> ComboFixed2<T> |
ComboFixed2.createCombo(IObjectToStringConverter<T> converter,
T... items)
Create a combo for a manually specified list of objects.
|
static <T> ComboFixed2<T> |
ComboFixed2.createCombo(T... items)
Create a combo for a manually specified list of objects.
|
static <T> ComboFixed2<T> |
ComboFixed2.createComboFor(PropertyMetaModel<T> pmm,
boolean editable) |
static <T extends Enum<T>> |
ComboFixed2.createEnumCombo(Class<?> base,
String property)
Returns a combo for all of the list-of-value items for the specified property.
|
static <T extends Enum<T>> |
ComboFixed2.createEnumCombo(Class<?> base,
String property,
T... domainvalues)
Create a combobox having only the specified enum labels.
|
static <T extends Enum<T>> |
ComboFixed2.createEnumCombo(Class<T> clz,
T... exceptions)
Create a combo for all members of an enum, except for specified exceptions.
|
static <T extends Enum<T>> |
ComboFixed2.createEnumCombo(PropertyMetaModel<?> pmm)
Returns a combo for all of the list-of-value items for the specified property.
|
static <T extends Enum<T>> |
ComboFixed2.createEnumCombo(PropertyMetaModel<?> pmm,
T... domainvalues)
Create a combobox having only the specified enum labels.
|
static <T extends Enum<T>> |
ComboFixed2.createEnumCombo(T... items)
Create a combobox having only the specified enum labels.
|
Copyright © 2017 etc.to. All rights reserved.