|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NodeContainer in to.etc.domui.component.agenda |
---|
Subclasses of NodeContainer in to.etc.domui.component.agenda | |
---|---|
class |
MonthPanel
This is a small panel which contains all days in a given month as a calendar. |
class |
WeekAgendaComponent<T extends ScheduleItem>
|
Methods in to.etc.domui.component.agenda with parameters of type NodeContainer | |
---|---|
void |
DefaultScheduleItemRenderer.renderNodeContent(NodeBase component,
NodeContainer root,
T si,
java.lang.Object parameters)
|
Uses of NodeContainer in to.etc.domui.component.buttons |
---|
Subclasses of NodeContainer in to.etc.domui.component.buttons | |
---|---|
class |
DefaultButton
An HTML button containing a rendered image as the button content. |
class |
LinkButton
A button which looks like a link. |
class |
NiceButton
A simple example button class that uses a background image containing three graphical representations of the button. |
class |
SmallImgButton
A Button tag containing a single, usually small, image. |
Uses of NodeContainer in to.etc.domui.component.delayed |
---|
Subclasses of NodeContainer in to.etc.domui.component.delayed | |
---|---|
class |
AsyncContainer
|
class |
PollingDiv
This is a div whose content can be refreshed automatically because the client polls for changes every few seconds. |
Uses of NodeContainer in to.etc.domui.component.form |
---|
Methods in to.etc.domui.component.form that return NodeContainer | |
---|---|
NodeContainer |
TabularFormBuilder.finish()
Reset variables after finish. |
NodeContainer |
GenericTableFormBuilder.finish()
This finishes off the current table by calculating colspans for all skewed rows. |
NodeContainer |
HorizontalFormBuilder.finish()
This finishes off the current table by calculating colspans for all skewed rows. |
Methods in to.etc.domui.component.form with parameters of type NodeContainer | |
---|---|
void |
ControlBuilder.addErrorFragment(NodeContainer nc)
|
void |
HorizontalFormBuilder.finish(NodeContainer target)
|
void |
HorizontalFormBuilder.finish(NodeContainer target,
boolean balance)
Adds the generated tables/table to the target specified. |
Uses of NodeContainer in to.etc.domui.component.graph |
---|
Subclasses of NodeContainer in to.etc.domui.component.graph | |
---|---|
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. |
Uses of NodeContainer in to.etc.domui.component.htmleditor |
---|
Subclasses of NodeContainer in to.etc.domui.component.htmleditor | |
---|---|
class |
DisplayHtml
Mini component to display an HTML section. |
class |
FCKEditor
This represents a FCKEditor instance. |
class |
HtmlEditor
This is a small but very fast html editor. |
Uses of NodeContainer in to.etc.domui.component.input |
---|
Subclasses of NodeContainer in to.etc.domui.component.input | |
---|---|
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 |
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 |
LookupInput<T>
Lookup input field component. |
class |
SelectBasedControl<T>
Deprecated. |
class |
SimpleLookup<T>
Represents simple lookup dialog that enables single item selection. |
class |
SpanBasedControl<T>
Deprecated. |
Methods in to.etc.domui.component.input with parameters of type NodeContainer | |
---|---|
void |
SimpleLookupInputRenderer.renderNodeContent(NodeBase component,
NodeContainer node,
T object,
java.lang.Object parameters)
|
Uses of NodeContainer in to.etc.domui.component.layout |
---|
Subclasses of NodeContainer in to.etc.domui.component.layout | |
---|---|
class |
BorderLayoutPanel
|
class |
BreadCrumb
|
class |
ButtonBar
|
class |
Caption
|
class |
CaptionedHeader
Small header component to separate items vertically on a page. |
class |
CaptionedPanel
A panel with a beveled caption above it. |
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 |
FloatingWindow
A simple floating window, non-blocking, with a title bar which can be dragged. |
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 |
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
|
Methods in to.etc.domui.component.layout that return NodeContainer | |
---|---|
protected NodeContainer |
ErrorMessageDiv.createErrorLine(UIMessage m)
|
protected NodeContainer |
FloatingWindow.createTitleBar()
Create the title bar for the floater. |
NodeContainer |
CaptionedPanel.getContent()
Return the current content container; it can be added to. |
NodeContainer |
CaptionedPanel.getTitleContainer()
Get the current title container. |
Methods in to.etc.domui.component.layout with parameters of type NodeContainer | |
---|---|
protected void |
TabPanelBase.renderLabel(NodeContainer into,
int index,
TabPanelBase.TabInstance ti)
|
protected void |
TabPanelBase.renderTabPanels(NodeContainer labelcontainer,
NodeContainer contentcontainer)
|
void |
ErrorMessageDiv.setAsErrorFence(NodeContainer parent)
|
void |
CaptionedPanel.setContentContainer(NodeContainer c)
Replaces the current content container with a different one. |
void |
CaptionedPanel.setTitleContainer(NodeContainer c)
Replaces the current title container with a different one. |
Constructors in to.etc.domui.component.layout with parameters of type NodeContainer | |
---|---|
CaptionedPanel(NodeBase title,
NodeContainer content)
Create a panel with both the title and the container as a Node structure. |
|
CaptionedPanel(NodeContainer title)
|
|
CaptionedPanel(NodeContainer title,
NodeContainer content)
|
|
CaptionedPanel(java.lang.String title,
NodeContainer content)
Create a panel with the specified String title and a content node. |
|
ErrorMessageDiv(NodeContainer parent)
|
|
ErrorMessageDiv(NodeContainer parent,
boolean propagateThroughFence)
|
Uses of NodeContainer in to.etc.domui.component.layout.title |
---|
Subclasses of NodeContainer in to.etc.domui.component.layout.title | |
---|---|
class |
AppPageTitleBar
A page title bar. |
class |
BasePageTitleBar
|
Methods in to.etc.domui.component.layout.title with parameters of type NodeContainer | |
---|---|
protected void |
AppPageTitleBar.addDefaultButtons(NodeContainer nc)
|
Uses of NodeContainer in to.etc.domui.component.lookup |
---|
Subclasses of NodeContainer in to.etc.domui.component.lookup | |
---|---|
class |
LookupForm<T>
Creates a search box to enter search criteria. |
class |
MultipleSelectionLookup<T>
Dialog that enables multiple lookup selection. |
Uses of NodeContainer in to.etc.domui.component.menu |
---|
Subclasses of NodeContainer in to.etc.domui.component.menu | |
---|---|
class |
SimplePopupMenu
EXPERIMENTAL, INCOMPLETE A popup menu. |
Methods in to.etc.domui.component.menu with parameters of type NodeContainer | |
---|---|
void |
PopupMenu.show(NodeContainer ref,
java.lang.Object target)
|
Uses of NodeContainer in to.etc.domui.component.misc |
---|
Subclasses of NodeContainer in to.etc.domui.component.misc | |
---|---|
class |
ALink
A hyperlink which allows for opening windows in a separate conversation from the link. |
class |
DisplayValue<T>
This is a special control which can be used to display all kinds of values. |
class |
Explanation
|
class |
InfoPanel
|
class |
InternalParentTree
This popup floater shows all parent nodes from a given node up, and selects one. |
class |
MsgBox
|
class |
OddCharacters
|
class |
PercentageCompleteRuler
|
class |
ShelveBreadCrumb
Shows the current shelved path has a breadcrumb, and allows the user to move up into that path. |
class |
VerticalSpacer
|
Uses of NodeContainer in to.etc.domui.component.ntbl |
---|
Classes in to.etc.domui.component.ntbl with type parameters of type NodeContainer | |
---|---|
interface |
IRowEditorEvent<T,E extends NodeContainer>
Event handler for row-based editors. |
interface |
IRowEditorFactory<T,E extends NodeContainer & IEditor>
Thingy to create a row editor to use within the ExpandingEditTable . |
Subclasses of NodeContainer in to.etc.domui.component.ntbl | |
---|---|
class |
ExpandingEditTable<T>
This component is a table, using a TableModel, which can also edit it's rows and expand them. |
Methods in to.etc.domui.component.ntbl that return types with arguments of type NodeContainer | |
---|---|
IRowEditorFactory<T,? extends NodeContainer> |
ExpandingEditTable.getEditorFactory()
Return the editor factory to use to create the row editor. |
Method parameters in to.etc.domui.component.ntbl with type arguments of type NodeContainer | |
---|---|
void |
ExpandingEditTable.setEditorFactory(IRowEditorFactory<T,? extends NodeContainer> editorFactory)
|
Uses of NodeContainer in to.etc.domui.component.tbl |
---|
Subclasses of NodeContainer in to.etc.domui.component.tbl | |
---|---|
class |
CheckBoxDataTable<T>
Deprecated. |
class |
DataCellTable
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 |
TableModelTableBase<T>
|
class |
TabularComponentBase<T>
|
Methods in to.etc.domui.component.tbl with parameters of type NodeContainer | |
---|---|
void |
RowButtonContainer.setContainer(NodeContainer nc)
|
Constructors in to.etc.domui.component.tbl with parameters of type NodeContainer | |
---|---|
RowButtonContainer(NodeContainer into)
|
Uses of NodeContainer in to.etc.domui.component.tree |
---|
Subclasses of NodeContainer in to.etc.domui.component.tree | |
---|---|
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. |
Uses of NodeContainer in to.etc.domui.component.upload |
---|
Subclasses of NodeContainer in to.etc.domui.component.upload | |
---|---|
class |
FileUpload
Represents a file upload thingy which handles ajaxy uploads. |
Uses of NodeContainer in to.etc.domui.dom |
---|
Methods in to.etc.domui.dom with parameters of type NodeContainer | |
---|---|
void |
HtmlFullRenderer.visitChildren(NodeContainer c)
|
void |
HtmlFullRenderer.visitNodeContainer(NodeContainer n)
|
Uses of NodeContainer in to.etc.domui.dom.errors |
---|
Methods in to.etc.domui.dom.errors that return NodeContainer | |
---|---|
NodeContainer |
ErrorFenceHandler.getContainer()
|
Constructors in to.etc.domui.dom.errors with parameters of type NodeContainer | |
---|---|
ErrorFenceHandler(NodeContainer container)
|
|
PropagatingErrorFenceHandler(NodeContainer container)
|
Uses of NodeContainer in to.etc.domui.dom.html |
---|
Subclasses of NodeContainer in to.etc.domui.dom.html | |
---|---|
class |
ATag
|
class |
Button
The HTML Button tag. |
class |
Div
|
class |
Form
|
class |
HTag
|
class |
InputNodeContainer
|
class |
Label
|
class |
Li
|
class |
ModificationFenceDiv
This is DIV that is used as user input modified flag fence. |
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 |
TH
The TH node. |
class |
THead
A THEAD node. |
class |
TR
|
class |
Ul
Represents an UL node. |
class |
UrlPage
The base for all pages that can be accessed thru URL's. |
Methods in to.etc.domui.dom.html that return NodeContainer | |
---|---|
NodeContainer |
NodeBase.getParent()
Return the current actual parent of this node. |
NodeContainer |
NodeBase.getParent(int up)
Find the nth upward parent of this node. |
NodeContainer |
Page.getPopIn()
|
NodeContainer |
NodeBase.internalGetOldParent()
|
Methods in to.etc.domui.dom.html with parameters of type NodeContainer | |
---|---|
protected void |
NodeContainer.delegateTo(NodeContainer c)
|
void |
Page.setPopIn(NodeContainer pin)
This sets a new pop-in. |
void |
NodeVisitorBase.visitChildren(NodeContainer c)
|
void |
DumpDirtyStateRenderer.visitNodeContainer(NodeContainer n)
|
void |
NodeVisitorBase.visitNodeContainer(NodeContainer n)
|
Uses of NodeContainer in to.etc.domui.login |
---|
Subclasses of NodeContainer in to.etc.domui.login | |
---|---|
class |
AccessDeniedPage
|
Uses of NodeContainer in to.etc.domui.pages.generic |
---|
Subclasses of NodeContainer in to.etc.domui.pages.generic | |
---|---|
class |
BasicEditPage<T>
Basic stuff to handle editing a simple entity. |
class |
BasicListPage<T>
Generic page handling some cruddy stuff. |
class |
BasicPage<T>
|
Uses of NodeContainer in to.etc.domui.server |
---|
Methods in to.etc.domui.server that return NodeContainer | |
---|---|
NodeContainer |
IControlErrorFragmentFactory.createErrorFragment()
Create the control used to display in-control error messages. |
Methods in to.etc.domui.server with parameters of type NodeContainer | |
---|---|
void |
DomApplication.addDefaultErrorComponent(NodeContainer page)
When a page has no error handling components (no component has registered an error listener) then errors will not be visible. |
Uses of NodeContainer in to.etc.domui.state |
---|
Methods in to.etc.domui.state with type parameters of type NodeContainer | ||
---|---|---|
|
ConversationContext.registerPoller(T nc)
Registers a node as a thingy which needs to be called every polltime seconds to update the screen. |
|
|
DelayedActivitiesManager.registerPoller(T nc)
Registers a node as a thingy which needs to be called every polltime seconds to update the screen. |
|
|
ConversationContext.unregisterPoller(T nc)
|
Uses of NodeContainer in to.etc.domui.trouble |
---|
Subclasses of NodeContainer in to.etc.domui.trouble | |
---|---|
class |
ExpiredDataPage
|
Uses of NodeContainer in to.etc.domui.util |
---|
Methods in to.etc.domui.util that return NodeContainer | |
---|---|
NodeContainer |
DropEvent.getDropTargetNode()
|
Methods in to.etc.domui.util that return types with arguments of type NodeContainer | |
---|---|
static java.util.List<NodeContainer> |
DomUtil.appendContainer(java.util.List<NodeContainer> stack,
NodeContainer it)
|
Methods in to.etc.domui.util with parameters of type NodeContainer | |
---|---|
static java.util.List<NodeContainer> |
DomUtil.appendContainer(java.util.List<NodeContainer> stack,
NodeContainer it)
|
void |
MiniTableBuilder.appendTo(NodeContainer c)
|
static void |
DomUtil.renderErrorMessage(NodeContainer d,
UIMessage m)
This scans an error messages for simple HTML and renders that as DomUI nodes. |
static void |
DomUtil.renderHtmlString(NodeContainer d,
java.lang.String text)
Render a text string that possibly contains some simple HTML constructs as a DomUI node set into the container passed. |
void |
DisplayPropertyNodeContentRenderer.renderNodeContent(NodeBase component,
NodeContainer node,
java.lang.Object object,
java.lang.Object parameters)
|
void |
UndefinedLabelStringRenderer.renderNodeContent(NodeBase component,
NodeContainer node,
java.lang.Object object,
java.lang.Object parameter)
|
void |
PropertyNodeContentRenderer.renderNodeContent(NodeBase component,
NodeContainer node,
T object,
java.lang.Object parameters)
|
void |
INodeContentRenderer.renderNodeContent(NodeBase component,
NodeContainer node,
T object,
java.lang.Object parameters)
Render the content for a node. |
Method parameters in to.etc.domui.util with type arguments of type NodeContainer | |
---|---|
static java.util.List<NodeContainer> |
DomUtil.appendContainer(java.util.List<NodeContainer> stack,
NodeContainer it)
|
Constructors in to.etc.domui.util with parameters of type NodeContainer | |
---|---|
DropEvent(NodeContainer dropTargetNode,
NodeBase draggedNode,
int index)
|
|
DropEvent(NodeContainer dropTargetNode,
NodeBase draggedNode,
int index,
int colIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |