| Package | Description |
|---|---|
| to.etc.domui.component.buttons |
This package contains all kinds of action buttons.
|
| to.etc.domui.component.ckeditor | |
| to.etc.domui.component.combobox |
Contains an alternate combobox that fully replaces the "select" html thingy.
|
| to.etc.domui.component.controlfactory | |
| to.etc.domui.component.dynaima | |
| to.etc.domui.component.experimental | |
| to.etc.domui.component.graph | |
| to.etc.domui.component.htmleditor | |
| to.etc.domui.component.image | |
| to.etc.domui.component.input | |
| to.etc.domui.component.misc | |
| to.etc.domui.component.tbl | |
| to.etc.domui.component.upload | |
| to.etc.domui.component2.combo | |
| to.etc.domui.component2.lookupinput | |
| to.etc.domui.dom.html |
| Modifier and Type | Class and Description |
|---|---|
class |
CalcButton
Deprecated.
|
class |
DefaultButton
The default button for DomUI renders a sliding doors button that can
contain a text and an icon.
|
class |
HoverButton
This is a button that has hover functionality to handle the button's
click effects.
|
class |
LinkButton
A button which looks like a link.
|
class |
SmallHoverButton
Deprecated.
|
class |
SmallImgButton
A Button tag containing a single, usually small, image.
|
| 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 | Class and Description |
|---|---|
class |
DynaIma
UNSTABLE INTERFACE
Dynamic image component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiRowDataTable<T>
POC for a datatable based on the live dom code.
|
| 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 |
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 | Class and Description |
|---|---|
class |
CheckBoxDataTable<T>
Deprecated.
|
class |
DataCellTable<T>
A table-related component which shows all "rows" in a single cell instead of
in a table.
|
class |
DataTable<T>
POC for a datatable based on the live dom code.
|
class |
MultipleSelectionDataTable<T>
DataTable customized to support multiple selection functionality.
|
class |
PageableTabularComponentBase<T> |
class |
ScrollableDataTable<T>
Deprecated.
since there is an issue with table with calculation on various browsers.
Redundant horizontal scrollbars may appear randomly. A workaround for the issue is fixing each column width. |
class |
SelectableTabularComponent<T> |
| 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 | Class and Description |
|---|---|
class |
LookupInput2<T>
Lookup input field component.
|
class |
LookupInputBase2<QT,OT> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IControl<T>
Something to control a control: some input or control comnponent in a generic way.
|
interface |
IDisplayControl<T>
Marker interface: the control is actually a "display" control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Button
The HTML Button tag.
|
class |
Checkbox |
class |
Img
The base tag for an Image.
|
class |
TextArea |
Copyright © 2017 etc.to. All rights reserved.