| Interface | Description |
|---|---|
| IControlCreator |
| Class | Description |
|---|---|
| ControlCreatorBoolean | |
| ControlCreatorDate |
Accepts the "java.util.Date" type only and creates a DateInput component for it.
|
| ControlCreatorEnumAndBool |
Accepts both enum and bools and shows a combobox with the possible choices.
|
| ControlCreatorMoney |
Factory which creates a Text input specialized for entering monetary amounts.
|
| ControlCreatorRegistry |
Registers all l2 control creators.
|
| ControlCreatorRelationCombo |
Accepts any property defined as an UP relation (parent) and score higher if a component type
hint is received.
|
| ControlCreatorRelationLookup |
Accepts any UP (parent) relation and scores 3, preferring this above the combobox-based
lookup.
|
| ControlCreatorString |
This is a fallback factory; it accepts anything and shows a String edit component OR a
DisplayValue component for it.
|
| ControlCreatorTextArea |
Copyright © 2017 etc.to. All rights reserved.