| Package | Description |
|---|---|
| to.etc.domui.component.input | |
| to.etc.domui.component.misc | |
| to.etc.domui.converter |
| Modifier and Type | Class and Description |
|---|---|
class |
DateInput
Date input component: this is an INPUT component with a button attached; pressing
the button shows a calendar which can be used to enter a date.
|
class |
EditableDropDownPicker<T>
Encapsulates AutocompleteText and drop down picker into single component.
|
class |
HiddenText<T>
The input type="password" component.
|
class |
Text<T>
A single-line input box.
|
class |
TextStr
Shortcut class for Text<String>.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplaySpan<T>
This is a special control which can be used to display all kinds of values as a span without any formatting.
|
class |
DisplayValue<T>
This is a special control which can be used to display all kinds of values.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
MoneyUtil.assignMonetaryConverter(PropertyMetaModel<T> pmm,
boolean editable,
IConvertable<T> node) |
static <T extends Number> |
NumericUtil.assignNumericConverter(PropertyMetaModel<T> pmm,
boolean editable,
IConvertable<T> node,
Class<T> type) |
Copyright © 2017 etc.to. All rights reserved.