Package to.etc.domui.component.input

Interface Summary
IActionAllowed  
IBindable EXPERIMENTAL - DO NOT USE.
IBinder EXPERIMENTAL - DO NOT USE.
IBindingListener<T extends NodeBase> EXPERIMENTAL - DO NOT USE.
IKeyWordSearchQueryFactory<T> Allows manipulation of generic key word search query based on predefined searchString parameter.
IQueryManipulator<T> Allows manipulation of some generic query after it's creation.
SimpleLookup.IValueSelected<T>  
 

Class Summary
AbstractDivControl<T> Abstract base class for a control that is implemented on top of a DIV.
ComboComponentBase<T,V>  
ComboFixed<T> Simple combobox handling [String, Object] pairs where the string is the presented label value and the Object represents the values selected.
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.
ComboLookup<T> Combobox component where the list type is the same as the value type, i.e.
CriteriaComboDataSet<T> A Combobox dataset provider which creates a dataset by using a QCriteria passed to it.
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.
DisplayOnlyBinder This is a binder to be used when IDisplayControl's are to be bound to a model.
HiddenText<T> The input type="password" component.
LookupInput<T> Lookup input field component.
SelectBasedControl<T> Deprecated.
SimpleBinder EXPERIMENTAL - DO NOT USE.
SimpleLookup<T> Represents simple lookup dialog that enables single item selection.
SimpleLookupInputRenderer<T> This renderer represents default renderer that is used for LookupInput control.
SpanBasedControl<T> Deprecated.
Text<T> A single-line input box.
TextStr Shortcut class for Text<String>.
ValueLabelPair<T>  
 

Enum Summary
Text.NumberMode