| Interface | Description |
|---|---|
| IActionAllowed | |
| IKeyWordSearchQueryFactory<T> |
Allows manipulation of generic key word search query based on predefined searchString parameter.
|
| IQueryFactory<T> |
Custom query factory.
|
| IQueryManipulator<T> |
Allows manipulation of some generic query after it's creation.
|
| ITypedControl<T> |
When present on controls, this should help with determining the actual type
of a control when the Java Generics jokefest erased the type.
|
| LabelSelector.IAllow<T> | |
| LabelSelector.INew<T> | |
| LabelSelector.ISearch<T> | |
| LookupInputBase.ILookupFormModifier<T> |
Interface provides assess to used lookup form initialization method.
|
| SearchInput.IQuery<T> |
Inner interface to define the query to execute to lookup data, and the handlers for
completion events.
|
| Class | Description |
|---|---|
| AbstractDivControl<T> |
Abstract base class for a control that is implemented on top of a DIV.
|
| AbstractFloatingLookup<T> |
Super class for floating window based lookups.
|
| CheckboxSetInput<T> | |
| CheckboxSetInputBase<V,T> | |
| 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.
|
| DropDownPicker<T> |
Control that behaves as
SmallImgButton that has built in click handler that popups select list with predefined data to choose from. |
| EditableDropDownPicker<T> |
Encapsulates AutocompleteText and drop down picker into single component.
|
| HiddenText<T> |
The input type="password" component.
|
| KeyWordSearchInput<T> |
Represents keyword search panel that is used from other components, like LookupInput.
|
| LabelSelector<T> |
Input component to select small things from a dataset.
|
| LookupInput<T> |
Lookup input field component.
|
| LookupInputBase<QT,OT> | |
| MultipleLookupInput<T> |
Component that is based on LookupInput, that allows multiple selection of items by adding found items into selection box.
|
| SearchInput<T> |
This class is an <input> control which can do on-the-fly lookup of data that is being typed.
|
| SimpleLookup<T> |
Represents simple lookup dialog that enables single item selection.
|
| SimpleLookupInputRenderer<T> |
This renderer represents default renderer that is used for
LookupInput control. |
| Text<T> |
A single-line input box.
|
| TextStr |
Shortcut class for Text<String>.
|
| ValueLabelPair<T> |
| Enum | Description |
|---|---|
| DropDownPicker.HAlign | |
| Text.NumberMode |
Copyright © 2017 etc.to. All rights reserved.