| Modifier and Type | Class and Description |
|---|---|
class |
CKEditor
This represents a CKEditor instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBoxBase<T,V> |
class |
SelectFixed<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationLookupDisplayInput<T>
display marker
|
class |
TextDisplayArea
Display marker
|
| Modifier and Type | Method and Description |
|---|---|
<T extends NodeBase & IControl<?>> |
ControlFactoryResult.getFormControl() |
<T,X extends NodeBase & IControl<T>> |
ControlBuilder.getLookupQueryFactory(SearchPropertyMetaModel pmm,
X control) |
| Modifier and Type | Method and Description |
|---|---|
<T> IControl<T> |
BindingMessenger.findControl(Object object,
String property) |
<T> IControl<T> |
BindingMessenger.findControl(String property)
Tries to find the control in the binding belong to the object and property
|
IControl<C> |
ComponentPropertyBinding.getControl() |
| Constructor and Description |
|---|
ComponentPropertyBinding(IReadOnlyModel<?> model,
PropertyMetaModel<T> propertyMeta,
IControl<C> control) |
SimpleComponentPropertyBinding(IReadOnlyModel<?> model,
PropertyMetaModel<T> propertyMeta,
IControl<T> control) |
| Modifier and Type | Method and Description |
|---|---|
<V,T extends NodeBase & IControl<V>> |
GenericFormBuilder.addProp(String name,
String label,
T ctl)
Deprecated.
Add a user-specified control for a given property.
|
<V,T extends NodeBase & IControl<V>> |
GenericFormBuilder.addProp(String propertyname,
T ctl)
Deprecated.
Add a user-specified control for a given property.
|
| Modifier and Type | Method and Description |
|---|---|
IControl<?> |
GenericFormBuilder.addDisplayProp(String name)
Deprecated.
Add a display-only field for the specified property.
|
IControl<?> |
GenericFormBuilder.addDisplayProp(String name,
String label)
Deprecated.
Add an input for the specified property just as
addProp(String, String),
only this input won't be editable (ever). |
<V,T extends NodeBase & IDisplayControl<V>> |
GenericFormBuilder.addDisplayProp(String propertyname,
T ctl)
Deprecated.
|
IControl<?>[] |
GenericFormBuilder.addDisplayProps(String... names)
Deprecated.
Add the specified properties to the form as display-only properties, in the current
mode.
|
protected abstract IControl<?>[] |
GenericFormBuilder.addListOfProperties(boolean editable,
String... names)
Deprecated.
Handle placement of a list of property names, all obeying the current mode in effect.
|
protected IControl<?>[] |
TabularFormBuilder.addListOfProperties(boolean editable,
String... names)
Deprecated.
Handle placement of a list of property names, all obeying the current mode in effect.
|
protected IControl<?>[] |
HorizontalFormBuilder.addListOfProperties(boolean editable,
String... names)
Deprecated.
|
<T> IControl<T> |
GenericFormBuilder.addProp(QField<?,T> field)
Deprecated.
|
IControl<?> |
GenericFormBuilder.addProp(String name)
Deprecated.
Add an input for the specified property.
|
IControl<?> |
GenericFormBuilder.addProp(String name,
boolean editable)
Deprecated.
Add an input for the specified property.
|
IControl<?> |
GenericFormBuilder.addProp(String name,
boolean editable,
boolean mandatory)
Deprecated.
Add an input for the specified property.
|
IControl<?> |
GenericFormBuilder.addProp(String name,
String label)
Deprecated.
Add an input for the specified property.
|
<C> IControl<C> |
GenericFormBuilder.addProp(String name,
String label,
boolean editable,
boolean mandatory)
Deprecated.
Add an input for the specified property.
|
<V,T extends NodeBase & IControl<V>> |
GenericFormBuilder.addProp(String name,
String label,
T ctl)
Deprecated.
Add a user-specified control for a given property.
|
<V,T extends NodeBase & IControl<V>> |
GenericFormBuilder.addProp(String propertyname,
T ctl)
Deprecated.
Add a user-specified control for a given property.
|
protected <C> IControl<C> |
GenericFormBuilder.addPropertyControl(String name,
String label,
PropertyMetaModel<C> pmm,
boolean editable,
boolean editableFixed)
Deprecated.
|
IControl<?>[] |
GenericFormBuilder.addProps(String... names)
Deprecated.
Add the specified properties to the form, in the current mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPickerButton
This is a Small button which shows a selected color, and which opens
a color selector to change that color when pressed.
|
class |
ColorPickerInput
An input button to enter a color code, with a small div behind it showing the
currently selected code's color.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayHtml
Mini component to display an HTML section.
|
class |
HtmlEditor
This is a small but very fast html editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayImage
This displays an image that is contained in an
IUIImage structure. |
class |
ImageSelectControl
This control allows selecting a single image as an upload.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDivControl<T>
Abstract base class for a control that is implemented on top of a DIV.
|
class |
CheckboxSetInput<T> |
class |
CheckboxSetInputBase<V,T> |
class |
ComboComponentBase<T,V> |
class |
ComboFixed<T>
Simple combobox handling [String, Object] pairs where the string is the
presented label value and the Object represents the values selected.
|
class |
ComboFixedClientFilter<T>
We use javascript to wrap addiotnal client side controls around ComboFixedClientFilter, for that we use jquery plugin:
jquery.clientOptionFilter.js - client side filtering options select, author Vladimir Mijic (vmijic@execom.eu)
Intended to be used for larger select boxes that need client side filtering by substring.
|
class |
ComboLookup<T>
Combobox component where the list type is the same as the value type, i.e.
|
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 |
DropDownPicker<T>
Control that behaves as
SmallImgButton that has built in click handler that popups select list with predefined data to choose from. |
class |
EditableDropDownPicker<T>
Encapsulates AutocompleteText and drop down picker into single component.
|
class |
HiddenText<T>
The input type="password" component.
|
class |
LabelSelector<T>
Input component to select small things from a dataset.
|
class |
LookupInput<T>
Lookup input field component.
|
class |
LookupInputBase<QT,OT> |
class |
MultipleLookupInput<T>
Component that is based on LookupInput, that allows multiple selection of items by adding found items into selection box.
|
class |
Text<T>
A single-line input box.
|
class |
TextStr
Shortcut class for Text<String>.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputDialog<T,C extends NodeBase & IControl<T>>
A Dialog that is used to input single value of type <T>, using input control of type <C>.
|
| Modifier and Type | Method and Description |
|---|---|
<T,X extends IControl<T>> |
ILookupControlFactory.accepts(SearchPropertyMetaModel pmm,
X control)
Returns >=0 if this can create a lookup instance for a property.
|
<VT,X extends NodeBase & IControl<VT>> |
LookupForm.addManual(String property,
X control)
Add a manually created control and link it to some property.
|
<T,X extends IControl<T>> |
ILookupControlFactory.createControl(SearchPropertyMetaModel spm,
X control) |
<T,X extends NodeBase & IControl<T>> |
LookupControlRegistry.getLookupQueryFactory(SearchPropertyMetaModel pmm,
X control) |
| Constructor and Description |
|---|
EqLookupControlImpl(String property,
IControl<T> n) |
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayCheckbox
Display-only checkbox which renders better than a disabled checkbox thingy.
|
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,C extends IControl<T>> |
MsgBox.input(NodeBase dad,
String prompt,
C input,
MsgBox.IInput<T> onanswer)
Show any single control to get input from.
|
| Modifier and Type | Method and Description |
|---|---|
IControl<?> |
MsgBox.getInputControl() |
| Modifier and Type | Method and Description |
|---|---|
<T> MsgBox2 |
MsgBox2.input(IControl<T> control,
MsgBox2.IInput<T> onanswer) |
<T> MsgBox2 |
MsgBox2.input(String label,
IControl<T> control,
MsgBox2.IInput<T> onanswer) |
void |
MsgBox.setInputControl(IControl<?> inputControl) |
| Modifier and Type | Method and Description |
|---|---|
IControl<?> |
IRowControlFactory.createControl(R rowInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileUpload
Represents a file upload thingy which handles ajaxy uploads.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboComponentBase2<T,V>
Alternate version of the combobox that wraps a select instead of being one.
|
class |
ComboFixed2<T>
Simple combobox handling [String, Object] pairs where the string is the
presented label value and the Object represents the values selected.
|
class |
ComboLookup2<T>
Combobox component where the list type is the same as the value type, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
<T,C extends IControl<T>> |
ControlCreatorRegistry.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass) |
<T,C extends IControl<T>> |
ControlCreatorDate.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass) |
<T,C extends IControl<T>> |
ControlCreatorEnumAndBool.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass)
Create and init a ComboFixed combobox.
|
<T,C extends IControl<T>> |
ControlCreatorMoney.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass)
Create a Text control with the basic monetary converter, or the proper converter for the specified type.
|
<T,C extends IControl<T>> |
ControlCreatorString.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass) |
<T,C extends IControl<T>> |
ControlCreatorTextArea.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass) |
<T,C extends IControl<T>> |
IControlCreator.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass)
This MUST create all nodes necessary for a control to edit the specified item.
|
<T,C extends IControl<T>> |
ControlCreatorRelationLookup.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass)
Create the lookup thingy.
|
<T,C extends IControl<T>> |
ControlCreatorRelationCombo.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass) |
<T,C extends IControl<T>> |
ControlCreatorBoolean.createControl(PropertyMetaModel<T> pmm,
Class<C> controlClass) |
| Modifier and Type | Method and Description |
|---|---|
<T> int |
ControlCreatorDate.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass)
Accept java.util.Date class only.
|
<T> int |
ControlCreatorEnumAndBool.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass)
Accept boolean, Boolean and Enum.
|
<T> int |
ControlCreatorMoney.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass)
Accept any type using a string.
|
<T> int |
ControlCreatorString.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass)
Accept any type using a string.
|
<T> int |
ControlCreatorTextArea.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass)
Accept if the componentHint says textarea.
|
<T> int |
IControlCreator.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass)
This must return a +ve value when this factory accepts the specified property; the returned value
is an eagerness score.
|
<T> int |
ControlCreatorRelationLookup.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass)
Accept any UP relation.
|
<T> int |
ControlCreatorRelationCombo.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass)
Accept any UP relation; if the relation has a "comboLookup" type hint we score 10, else we score 2.
|
<T> int |
ControlCreatorBoolean.accepts(PropertyMetaModel<T> pmm,
Class<? extends IControl<T>> controlClass) |
| Modifier and Type | Method and Description |
|---|---|
<T,C extends IControl<T>> |
FormBuilder.bindControlData(C control,
PropertyMetaModel<T> pmm) |
<T,C extends IControl<T>> |
FormBuilder.control(Class<C> controlClass) |
| Modifier and Type | Method and Description |
|---|---|
<T> IControl<?> |
FormBuilder.control() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormBuilder.control(IControl<?> control)
Add the specified control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupInput2<T>
Lookup input field component.
|
class |
LookupInputBase2<QT,OT> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDisplayControl<T>
Marker interface: the control is actually a "display" control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Checkbox |
class |
TextArea |
| Modifier and Type | Method and Description |
|---|---|
IControl<T> |
IControlFactory.createControl() |
| Modifier and Type | Method and Description |
|---|---|
IControl<?> |
SessionStorageUtil.ControlValuePair.getControl() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
DomUtil.getValueSafe(IControl<T> node) |
Copyright © 2017 etc.to. All rights reserved.