| Package | Description |
|---|---|
| to.etc.domui.component.combobox |
Contains an alternate combobox that fully replaces the "select" html thingy.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SelectFixed<T> |
SelectFixed.createCombo(IObjectToStringConverter<T> converter,
T... items)
Create a combo for a manually specified list of objects.
|
static <T> SelectFixed<T> |
SelectFixed.createCombo(T... items)
Create a combo for a manually specified list of objects.
|
static <T extends Enum<T>> |
SelectFixed.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>> |
SelectFixed.createEnumCombo(Class<?> base,
String property,
T... domainvalues)
Create a combobox having only the specified enum labels.
|
static <T extends Enum<T>> |
SelectFixed.createEnumCombo(Class<T> clz,
T... exceptions)
Create a combo for all members of an enum, except for specified exceptions.
|
static <T extends Enum<T>> |
SelectFixed.createEnumCombo(PropertyMetaModel<?> pmm)
Returns a combo for all of the list-of-value items for the specified property.
|
static <T extends Enum<T>> |
SelectFixed.createEnumCombo(PropertyMetaModel<?> pmm,
T... domainvalues)
Create a combobox having only the specified enum labels.
|
static <T extends Enum<T>> |
SelectFixed.createEnumCombo(T... items)
Create a combobox having only the specified enum labels.
|
Copyright © 2017 etc.to. All rights reserved.