| 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.tbl | |
| to.etc.domui.component2.combo | |
| to.etc.domui.converter | |
| to.etc.domui.util |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IObjectToStringConverter<T> |
EditableDropDownPicker.getToStringConverter() |
| 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.
|
void |
EditableDropDownPicker.setToStringConverter(IObjectToStringConverter<T> toStringConverter) |
| Constructor and Description |
|---|
EditableDropDownPicker(Class<T> type,
List<T> data,
String dropDownIcon,
IObjectToStringConverter<T> toStringConverter)
Factory constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IObjectToStringConverter<T> |
SimpleColumnDef.getPresentationConverter()
Returns the optional converter to use to convert raw object values to some presentation string value.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleColumnDef<T> |
SimpleColumnDef.converter(IObjectToStringConverter<T> c)
Set a column value-to-string converter to be used.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IConverter<T>
Represents a converter pair, meaning something which can convert round-trip.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanConverter |
class |
DateConverter |
class |
DateTimeConverter
Converter for Date and Time.
|
class |
DefaultConverter
The converter of last resort, accepting anything.
|
class |
DomainListConverter
Converts strings for properties whose domain is a value list (enum, boolean), using the metadata provided for that property.
|
class |
DoubleConverter
DoubleConverter is now made as NumberConverter sub class.
|
class |
DoubleSizeConverter
Converter to convert a computer "size" to a size in bytes, KB, MB, GB etc.
|
class |
DummyConverter |
class |
EnumConverter<E extends Enum<E>>
This generic converter for enums should be used only as convertObjectToString renderer.
|
class |
IntSizeConverter
Converter to convert a computer "size" to a size in bytes, KB, MB, GB etc.
|
class |
LongSizeConverter
Converter to convert a computer "size" to a size in bytes, KB, MB, GB etc.
|
class |
MinutesConverter
Converts a double presentation to minutes considering
whole part of number as number of hours, and
digits after decimal point as minutes.
|
class |
MoneyBigDecimalFullConverter |
class |
MoneyBigDecimalNoSign |
class |
MoneyBigDecimalNumeric |
class |
MoneyBigDecimalTruncatedWithSign |
class |
MoneyDoubleFullConverter
This converts a Double containing a monetary amount to a full representation
including thousands separator and valuta indicator.
|
class |
MoneyDoubleNoSign
Converter for
NumericPresentation.MONEY_NO_SYMBOL. |
class |
MoneyDoubleNumeric
Converter for
NumericPresentation.MONEY_NUMERIC. |
class |
MoneyDoubleTruncatedWithSign
Converter converting to a full money representation, including currency sign, thousands separators; this removes any zero fraction
so 1000.00 is rendered like E 1,000
|
class |
MsDurationConverter |
class |
NumberConverter<T extends Number>
Parameterizable converter for numbers.
|
class |
OldSecondDurationConverter |
class |
PercentageDoubleConverter
This converts a Double containing a percentage amount to a full representation
including percentage sign.
|
class |
SecondDurationConverter |
class |
TimeOnlyConverter |
class |
TimeToSecondsConverter
Converts time in a format [hh:]mm into an integer holding the number of seconds.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyValueConverter<T>
This converts an object to a string by creating a string from a list of
property values off that object.
|
Copyright © 2017 etc.to. All rights reserved.