| Package | Description |
|---|---|
| to.etc.domui.component2.controlfactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlCreatorBoolean |
class |
ControlCreatorDate
Accepts the "java.util.Date" type only and creates a DateInput component for it.
|
class |
ControlCreatorEnumAndBool
Accepts both enum and bools and shows a combobox with the possible choices.
|
class |
ControlCreatorMoney
Factory which creates a Text input specialized for entering monetary amounts.
|
class |
ControlCreatorRelationCombo
Accepts any property defined as an UP relation (parent) and score higher if a component type
hint is received.
|
class |
ControlCreatorRelationLookup
Accepts any UP (parent) relation and scores 3, preferring this above the combobox-based
lookup.
|
class |
ControlCreatorString
This is a fallback factory; it accepts anything and shows a String edit component OR a
DisplayValue component for it.
|
class |
ControlCreatorTextArea |
| Modifier and Type | Method and Description |
|---|---|
protected List<IControlCreator> |
ControlCreatorRegistry.getControlFactoryList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlCreatorRegistry.register(IControlCreator cf)
Register a new factory.
|
Copyright © 2017 etc.to. All rights reserved.