| Package | Description |
|---|---|
| to.etc.domui.component.controlfactory | |
| to.etc.domui.component.input | |
| to.etc.domui.component.misc | |
| to.etc.domui.util |
| Modifier and Type | Method and Description |
|---|---|
ComboFixed<?> |
ControlBuilder.createComboFor(Class<?> dataClass,
String property,
boolean editable)
This creates a ComboFixed for some fixed-size domain property specified by the metamodel.
|
<T> ComboFixed<T> |
ControlBuilder.createComboFor(Class<T> type)
This creates a ComboFixed for some fixed-size domain class specified by type.
|
ComboFixed<?> |
ControlBuilder.createComboFor(PropertyMetaModel<?> pmm,
boolean editable)
This creates a ComboFixed for some fixed-size domain property specified by the metamodel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboFixedClientFilter<T>
We use javascript to wrap addiotnal client side controls around ComboFixedClientFilter, for that we use jquery plugin:
jquery.clientOptionFilter.js - client side filtering options select, author Vladimir Mijic (vmijic@execom.eu)
Intended to be used for larger select boxes that need client side filtering by substring.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ComboFixed<T> |
ComboFixed.createCombo(IObjectToStringConverter<T> converter,
T... items)
Create a combo for a manually specified list of objects.
|
static <T> ComboFixed<T> |
ComboFixed.createCombo(T... items)
Create a combo for a manually specified list of objects.
|
static <T extends Enum<T>> |
ComboFixed.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>> |
ComboFixed.createEnumCombo(Class<?> base,
String property,
T... domainvalues)
Create a combobox having only the specified enum labels.
|
static <T extends Enum<T>> |
ComboFixed.createEnumCombo(Class<T> clz,
T... exceptions)
Create a combo for all members of an enum, except for specified exceptions.
|
static <T extends Enum<T>> |
ComboFixed.createEnumCombo(PropertyMetaModel<?> pmm)
Returns a combo for all of the list-of-value items for the specified property.
|
static <T extends Enum<T>> |
ComboFixed.createEnumCombo(PropertyMetaModel<?> pmm,
T... domainvalues)
Create a combobox having only the specified enum labels.
|
static <T extends Enum<T>> |
ComboFixed.createEnumCombo(T... items)
Create a combobox having only the specified enum labels.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T>> |
UIControlUtil.createEnumCombo(Class<?> base,
String property)
Deprecated.
|
static <T extends Enum<T>> |
UIControlUtil.createEnumCombo(Class<?> base,
String property,
T... domainvalues)
Deprecated.
|
static <T extends Enum<T>> |
UIControlUtil.createEnumCombo(Class<T> clz)
Deprecated.
|
static <T extends Enum<T>> |
UIControlUtil.createEnumCombo(PropertyMetaModel<?> pmm)
Deprecated.
|
static <T extends Enum<T>> |
UIControlUtil.createEnumCombo(PropertyMetaModel<?> pmm,
T... domainvalues)
Deprecated.
|
static <T extends Enum<T>> |
UIControlUtil.createEnumCombo(T... items)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ComboFixed<T> |
MiniTableBuilder.addComboFixed(List<ValueLabelPair<T>> list) |
<T> ComboFixed<T> |
MiniTableBuilder.addComboFixed(String label,
List<ValueLabelPair<T>> list) |
Copyright © 2017 etc.to. All rights reserved.