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> |
|