| Interface | Description |
|---|---|
| DomUtil.IPerNode |
Functor interface to handle tree walking.
|
| ICachedListMaker<T> | |
| IComboDataSet<T> |
Factory to create the dataset for a combobox.
|
| IDragArea |
Interface must be used for a drag and drop implementation, where the dragHandle is not the only
node to be dragged.
|
| IDraggable |
This interface handles drag-related events for objects.
|
| IDragHandler | |
| IDragNdropPlugin | |
| IDropBody | |
| IDropHandler |
Nodes that can accept dropped things must have this interface defined via setDropHandler().
|
| IDropTargetable |
This interface is present on node types that have the possibility to
be used as drag 'n drop drop targets, i.e.
|
| IExecute | |
| IFactory<T> | |
| IKeyTranslator<T> |
Specifies a way in which an object instance can be converted to an unique key representation
of that object (usually by just rendering the primary key as a string), and the reverse.
|
| ILabelStringRenderer<T> |
Renders some kind of presentation (string) for some object T.
|
| IListMaker<T> | |
| IModel<T> | |
| INewPageInstantiated | |
| INodeContentRenderer<T> | |
| IReadOnlyModel<T> | |
| IReadWriteModel<T> |
Accessor for reading/writing a value.
|
| IRebuildOnRefresh |
This marker interface, when present on an UrlPage class, forces
the rebuild of a page every time it is refreshed.
|
| IRightsCheckedManually |
When implemented on an UrlPage class, this indicates that that page handles (part of) it's
access rights checking by itself, to override or extend the existing
UIRights based
rights management. |
| IShelvedListener | |
| IValueAccessor<T> | |
| IValueTransformer<T> |
Transforms a given Object into another object, in an unspecified
way.
|
| LRUHashMap.SizeCalculator<V> | |
| Msgs |
Constants for errors within the framework.
|
| SessionStorageUtil.ISessionStorage |
Defines data that can be stored/load from session storage.
|
| Class | Description |
|---|---|
| AbstractBlob |
An abstracted version so that we can use it to set a new value into
a BLOB column.
|
| AsyncDialogTask |
This implements some core required logic to easily do asynchronous code that shows progress
inside a dialog.
|
| Constants | |
| CssStyleOptions |
Constants with style options for DomUI components.
|
| DataCollector<T extends IIdentifyable<Long>> |
Basic implementation for collectors that are collecting IIdentifyable
|
| DefaultControlLabelFactory | |
| DisplayPropertyNodeContentRenderer |
This INodeRenderer implementation renders a content node by using a list of DisplayPropertyMetaModel data
from the metamodel, rendering a single string formed by concatenating all display properties and getting
their string representation from the original source object (passed in as 'object').
|
| DivModeDragAndDropPlugin |
Renders
DropMode.DIV drag and drop layout decoration. |
| DomUILinkedTextRenderer |
Helps with rendering a log message as DomUI linked text.
|
| DomUtil | |
| DropEvent | |
| FileBlob |
A BLOB class which can be used to set the value of a BLOB property from
a source file.
|
| HtmlTextScanner |
Helper class to scan HTML and remove invalid constructs.
|
| HtmlUtil |
Html utilities.
|
| InstanceRefresher | Deprecated |
| IntPoint | |
| JavascriptUtil | |
| LookupInputPropertyRenderer<T> |
Configurable renderer for a LookupInput's "display selected value" field.
|
| LRUHashMap<K,V> |
This is a LRU hashmap which will remove objects automatically when it's size
becomes full.
|
| MiniTableBuilder |
Helper thingy to create something based on a table.
|
| PropertyAccessor<T> | Deprecated |
| PropertyNodeContentRenderer<T> |
Renders the content for a node by looking up a property value of the specified class and rendering that one.
|
| PropertyValueConverter<T> |
This converts an object to a string by creating a string from a list of
property values off that object.
|
| SessionStorageUtil |
Util for storing data into Session scope storage.
|
| SessionStorageUtil.ControlValuePair |
DTO - pair of control and value
|
| UIDownloadUtil | |
| UIDragDropUtil | |
| UndefinedLabelStringRenderer |
| Enum | Description |
|---|---|
| AllowedRight |
A definition for a simple permission.
|
Copyright © 2017 etc.to. All rights reserved.