| Modifier and Type | Class and Description |
|---|---|
class |
MonthPanel
This is a small panel which contains all days in a given month as a calendar.
|
class |
WeekAgendaComponent<T extends ScheduleItem> |
| 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 |
AsyncContainer |
class |
PollingDiv
This is a div whose content can be refreshed automatically because the client polls
for changes every few seconds.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynaIma
UNSTABLE INTERFACE
Dynamic image component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataTableRow<T> |
class |
MultiRowDataTable<T>
POC for a datatable based on the live dom code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPicker
Color picker using the color picker from: http://www.eyecon.ro/colorpicker
|
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 |
ExpandHeader
This is a header for a collapsable region with an expand/collapse
button at the front, a text in the middle and an optional "hamburger"
button at the end.
|
class |
GenericHeader |
class |
HamburgerMenu |
| 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 |
AbstractFloatingLookup<T>
Super class for floating window based lookups.
|
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 |
KeyWordSearchInput<T>
Represents keyword search panel that is used from other components, like LookupInput.
|
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 |
SearchInput<T>
This class is an <input> control which can do on-the-fly lookup of data that is being typed.
|
class |
SimpleLookup<T>
Represents simple lookup dialog that enables single item selection.
|
class |
Text<T>
A single-line input box.
|
class |
TextStr
Shortcut class for Text<String>.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BorderLayoutPanel |
class |
BreadCrumb |
class |
ButtonBar |
class |
Caption |
class |
Caption2
A multi-format caption component.
|
class |
CaptionedHeader
Small header component to separate items vertically on a page.
|
class |
CaptionedPanel
A panel with a beveled caption above it.
|
class |
ContentPanel
A simple div acting as a content panel, with margins all around.
|
class |
Dialog
A base class for retrieving any kind of input from a user.
|
class |
EditDialog<T>
A Dialog that is used to edit some instance of data <T>, containing methods to handle all
parts of the editing process.
|
class |
ErrorMessageDiv
This is the default in-component error handling panel, for components that
handle their own errors.
|
class |
ErrorPanel
This is a CaptionedPanel which captures and displays errors for the tree
it is in.
|
class |
FloatingDiv
The base class for all floating thingeries (new style).
|
class |
FloatingWindow
Deprecated.
|
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>.
|
class |
MessageLine
Forms a simple error message line with a small icon and a text (which may contain basic html).
|
class |
Panel |
class |
PopInPanel
Pop-in panel and link functionality.
|
class |
ScrollableTabPanel
Customization of
TabPanel that render tabs in single line, provide scroller buttons if needed. |
class |
SizedPanel
A side panel with a top, bottom and variable-size middle area, and optional sizes.
|
class |
SplitLine
Experimental, do not use- Splitter which itself is just a DIV and which does not contain
the controlled regions but just has a reference to them.
|
class |
SplitPanel
A simple two-column divider, where the widths of both columns can be set using table
width specifications.
|
class |
SplitterPanel
Splitter control is just wrapper DIV around javascript baset splitter implementation based on
jQuery.splitter.js - animated splitter plugin, version 1.0 (2010/01/02), author Kristaps Kukurs (contact@krikus.com)
|
class |
TabPanel
A panel containing multiple tabs.
|
class |
TabPanelBase |
class |
Window
This is a basic floating window, with a title area, optional fixed content area's
at the top and the bottom, and a scrollable content area in between.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppPageTitleBar
A page title bar.
|
class |
BasePageTitleBar |
| Modifier and Type | Class and Description |
|---|---|
class |
LookupForm<T>
Creates a search box to enter search criteria.
|
class |
LookupFormSavedFilterFragment
Fragment containing the saved filter searches
|
class |
MultipleSelectionLookup<T>
Dialog that enables multiple lookup selection.
|
class |
SaveSearchFilterDialog |
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePopupMenu
EXPERIMENTAL, INCOMPLETE A popup menu.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALink
A hyperlink which allows for opening windows in a separate conversation from the
link.
|
class |
CloseOnClickPanel |
class |
DebugWindow |
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.
|
class |
Explanation |
class |
Flare |
class |
InfoPanel |
class |
InternalParentTree
This popup floater shows all parent nodes from a given node up, and selects one.
|
class |
LiteralXhtml
Deprecated.
|
class |
MessageFlare
Message flare component.
|
class |
MsgBox |
class |
MsgBox2
Easier to use MsgBox using Builder pattern.
|
class |
OddCharacters |
class |
PercentageCompleteRuler |
class |
VerticalSpacer |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpandingEditTable<T>
This component is a table, using a TableModel, which can also edit it's rows
and expand them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutPanelBase
Experimental: a panel that handles component layout for things added to it.
|
| 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 |
DataPager
A pager component for a DataTable-based table.
|
class |
DataTable<T>
POC for a datatable based on the live dom code.
|
class |
ListShuttle
The ListShuttle component contains a SOURCE list and a TARGET list, and allows the user to
"shuttle" elements from the SOURCE list to the TARGET list, and v.v.
|
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> |
class |
TableHeader
An extra table header that can be added to a
RowRenderer. |
class |
TableModelTableBase<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
Tree<T> |
class |
TreeSelect<T> |
class |
TreeSelectionWindow<T>
A popup window that shows a tree and lets the user select one entry from it.
|
class |
TreeSelectMulti<T>
A tree component that allows selection of multiple items.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkUpload
This component uses swfupload to handle selecting multiple
files in a browser and uploading them in here.
|
class |
BulkUploadButton |
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 |
DefaultLookupInputDialog<QT,OT> |
class |
LookupInput2<T>
Lookup input field component.
|
class |
LookupInputBase2<QT,OT> |
class |
SearchInput2
Represents keyword search panel that is used from other components, like LookupInput.
|
class |
SelectOnePanel<T>
A panel that is meant as a dropdown for a
SearchInput2 or ComboBoxBase. |
| Modifier and Type | Class and Description |
|---|---|
class |
ATag |
class |
BR |
class |
Button
The HTML Button tag.
|
class |
Checkbox |
class |
Div |
class |
FileInput |
class |
Form |
class |
HiddenInput
A hidden input field.
|
class |
HTag |
class |
IFrame
Limited support for IFrame tags.
|
class |
Img
The base tag for an Image.
|
class |
Input
The "input" tag as a base class.
|
class |
InputNodeContainer |
class |
Label |
class |
Li |
class |
ModificationFenceDiv
This is DIV that is used as user input modified flag fence.
|
class |
MsgDiv |
class |
NodeBase
Base node for all non-container html dom nodes.
|
class |
NodeContainer
Base node for tags that can contain other nodes.
|
class |
Pre |
class |
RadioButton<T> |
class |
RadioGroup<T>
This is a simple marker which groups radiobuttons together.
|
class |
Select
INCOMPLETE A full-coded select box: this is unsuitable for large amount of options.
|
class |
SelectOption |
class |
Span
A SPAN tag.
|
class |
Table |
class |
TBody |
class |
TD |
class |
TextArea |
class |
TextNode |
class |
TH
The TH node.
|
class |
THead
A THEAD node.
|
class |
TR |
class |
Ul
Represents an UL node.
|
class |
Underline
The 'u' html tag.
|
class |
UrlPage
The base for all pages that can be accessed thru URL's.
|
class |
XmlTextNode
This special TextNode is treated by DomUI as a normal TextNode, but with one exception: it's content
is not normal text but XML.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigPart |
class |
FilterRowEditor |
class |
HandlerRowEditor |
class |
LoggerConfigPage |
class |
RowEditorBase<T> |
class |
TestLoggerPage |
| Modifier and Type | Class and Description |
|---|---|
class |
LogTailerFragment
This fragment shows lines from a tailed file as they come in.
|
class |
ServerLogPage |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedPage
Shows access denied info.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicEditPage<T>
Basic stuff to handle editing a simple entity.
|
class |
BasicListPage<T>
Generic page handling some cruddy stuff.
|
class |
BasicPage<T> |
class |
CurrentlyLoggedInUsersPage |
| Modifier and Type | Class and Description |
|---|---|
class |
DateInputTestPage
Selenium test date input check page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataAccessViolationPage |
class |
ExpiredDataPage |
class |
ExpiredSessionPage |
Copyright © 2017 etc.to. All rights reserved.