| Package | Description |
|---|---|
| to.etc.domui.component.combobox |
Contains an alternate combobox that fully replaces the "select" html thingy.
|
| to.etc.domui.component.input | |
| to.etc.domui.component.meta | |
| to.etc.domui.component.meta.impl | |
| to.etc.domui.component.tbl | |
| to.etc.domui.component2.combo | |
| to.etc.domui.util |
| Modifier and Type | Method and Description |
|---|---|
IValueTransformer<V> |
ComboBoxBase.getValueTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBoxBase.setValueTransformer(IValueTransformer<V> valueTransformer) |
| Modifier and Type | Method and Description |
|---|---|
IValueTransformer<V> |
ComboComponentBase.getValueTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboComponentBase.setValueTransformer(IValueTransformer<V> valueTransformer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyMetaModel<T>
Contains the metadata that is known for a field (property).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyMetaModel<T> |
class |
DefaultPropertyMetaModel<T> |
class |
ExpandedDisplayProperty<T>
This describes a normalized expanded display property.
|
class |
ExpandedDisplayPropertyList
This is a special version of an expanded property, used when
the property referred to consists of multiple properties for
display (this is the case when the thingy is part of another
class).
|
class |
IdentityAccessor<T>
Accessor which returns the same object as it's input.
|
class |
JoinedDisplayProperty
A special property consisting of a list of joined properties.
|
class |
PathPropertyMetaModel<T>
This is a proxy for an existing PropertyMetaModel for path-based properties.
|
class |
PropertyMetaModelWrapper<T> |
class |
SubAccessor<B,V> |
| Modifier and Type | Method and Description |
|---|---|
IValueTransformer<T> |
SimpleColumnDef.getValueTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleColumnDef.setValueTransformer(IValueTransformer<T> valueTransformer) |
SimpleColumnDef<T> |
SimpleColumnDef.transform(IValueTransformer<T> vt)
Set a value transformer to convert this column value into something else.
|
| Modifier and Type | Method and Description |
|---|---|
IValueTransformer<V> |
ComboComponentBase2.getValueTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboComponentBase2.setValueTransformer(IValueTransformer<V> valueTransformer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IValueAccessor<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyAccessor<T>
Deprecated.
|
Copyright © 2017 etc.to. All rights reserved.