| Interface | Description |
|---|---|
| IActionControl |
A non-input control that usually only controls some action, like a button
or tab pane tab.
|
| IClickBase<T extends NodeBase> |
Signal interface for IClicked.
|
| IClicked<T extends NodeBase> |
Listener for basic clickies on a Node.
|
| IClicked2<T extends NodeBase> | |
| IControl<T> |
Something to control a control: some input or control comnponent in a generic way.
|
| IControlFactory<T> |
Interface to have controls created.
|
| IDisplayControl<T> |
Marker interface: the control is actually a "display" control.
|
| IHasChangeListener |
DomUI nodes that have a change listener.
|
| IHasModifiedIndication |
EXPERIMENTAL INTERFACE Components that "know" that they were changed by a user implement
this interface.
|
| IHtmlInput | |
| ILookupTypingListener<T extends NodeBase> |
Interface to listener for lookup typing event.
|
| INativeChangeListener |
This interface is allowed on HTML nodes only, and controls whether a node renders an "onchange" handler.
|
| INodeEvent<T> | |
| INodeVisitor |
Thingy for visitin gnodes.
|
| INotificationListener<T> | |
| INotifyPageEvent |
Interface used to execute events between pages which are not aware of their surroundings.
|
| IReturnPressed<T extends NodeBase> | |
| IUserInputModifiedFence |
The fence that collects user data modification indications from child components.
|
| IValueChanged<T> | |
| IValueSelected<T> |
Used to trigger events when some value is selected and passed to registered listener.
|
| Class | Description |
|---|---|
| ATag | |
| BR | |
| Button |
The HTML Button tag.
|
| Checkbox | |
| ClickInfo |
Extensible info class for a "click" event.
|
| Div | |
| DumpDirtyStateRenderer |
Render the tree, showing all change/dirty flags.
|
| FileInput | |
| Form | |
| HiddenInput |
A hidden input field.
|
| HTag | |
| IFrame |
Limited support for IFrame tags.
|
| Img |
The base tag for an Image.
|
| Input |
The "input" tag as a base class.
|
| InputNodeContainer | |
| Label | |
| Li | |
| ModificationFenceDiv |
This is DIV that is used as user input modified flag fence.
|
| MsgDiv | |
| NodeBase |
Base node for all non-container html dom nodes.
|
| NodeContainer |
Base node for tags that can contain other nodes.
|
| NodeVisitorBase | |
| OptimalDeltaRenderer |
This class is used to calculate a delta between the "old" and "new" presentations
in a Page.
|
| Page |
This is the main owner of all nodes; this represents all that is needed for a
page to render.
|
| Page.NotificationListener<T> | |
| Pre | |
| RadioButton<T> | |
| RadioGroup<T> |
This is a simple marker which groups radiobuttons together.
|
| Select |
INCOMPLETE A full-coded select box: this is unsuitable for large amount of options.
|
| SelectOption | |
| Span |
A SPAN tag.
|
| Table | |
| TBody | |
| TD | |
| TextArea | |
| TextNode | |
| TH |
The TH node.
|
| THead |
A THEAD node.
|
| TR | |
| Ul |
Represents an UL node.
|
| Underline |
The 'u' html tag.
|
| UrlPage |
The base for all pages that can be accessed thru URL's.
|
| 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.
|
| Enum | Description |
|---|---|
| ButtonType | |
| DropMode | |
| ImgAlign | |
| PagePhase | |
| TableAlignType | |
| TableVAlign | |
| TDAlignType |
Copyright © 2017 etc.to. All rights reserved.