|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlFactoryResult | |
---|---|
to.etc.domui.component.form |
Uses of ControlFactoryResult in to.etc.domui.component.form |
---|
Methods in to.etc.domui.component.form that return ControlFactoryResult | ||
---|---|---|
|
ControlFactoryDate.createControl(IReadOnlyModel<?> model,
PropertyMetaModel<T> pmm,
boolean editable,
java.lang.Class<?> controlClass,
java.lang.Object context)
|
|
|
ControlFactoryRelationCombo.createControl(IReadOnlyModel<?> model,
PropertyMetaModel<T> pmm,
boolean editable,
java.lang.Class<?> controlClass,
java.lang.Object context)
|
|
|
ControlFactoryRelationLookup.createControl(IReadOnlyModel<?> model,
PropertyMetaModel<T> pmm,
boolean editable,
java.lang.Class<?> controlClass,
java.lang.Object context)
Create the lookup thingy. |
|
|
ControlFactoryTextArea.createControl(IReadOnlyModel<?> model,
PropertyMetaModel<T> pmm,
boolean editable,
java.lang.Class<?> controlClass,
java.lang.Object context)
|
|
|
ControlFactoryMoney.createControl(IReadOnlyModel<?> model,
PropertyMetaModel<T> pmm,
boolean editable,
java.lang.Class<?> controlClass,
java.lang.Object context)
Create a Text control with the basic monetary converter, or the proper converter for the specified type. |
|
|
ControlFactory.createControl(IReadOnlyModel<?> model,
PropertyMetaModel<T> pmm,
boolean editable,
java.lang.Class<?> controlClass,
java.lang.Object context)
This MUST create all nodes necessary for a control to edit the specified item. |
|
|
ControlFactoryEnumAndBool.createControl(IReadOnlyModel<?> model,
PropertyMetaModel<T> pmm,
boolean editable,
java.lang.Class<?> controlClass,
java.lang.Object context)
Create and init a ComboFixed combobox. |
|
|
ControlFactoryString.createControl(IReadOnlyModel<?> model,
PropertyMetaModel<T> pmm,
boolean editable,
java.lang.Class<?> controlClass,
java.lang.Object context)
|
|
protected ControlFactoryResult |
FormBuilderBase.createControlFor(IReadOnlyModel<?> model,
PropertyMetaModel<?> pmm,
boolean editable)
|
|
ControlFactoryResult |
ControlBuilder.createControlFor(IReadOnlyModel<?> model,
PropertyMetaModel<?> pmm,
boolean editable,
java.lang.Object context)
Main workhorse which creates input controls for forms, from metadata. |
|
protected ControlFactoryResult |
FormBuilderBase.createControlFor(IReadOnlyModel<?> model,
PropertyMetaModel<?> pmm,
boolean editable,
java.lang.Object context)
Create the optimal control for the specified thingy, and return the binding for it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |