| Interface | Description |
|---|---|
| IBreadCrumbTitler | |
| IButtonBar | |
| IButtonContainer |
Used by button container components to have the
ButtonFactory delegate button creation events to. |
| IDisplayedListener | |
| IFloating |
Things that are floating above the UI need this interface so their stacking
level can be controlled.
|
| ITabHandle |
For making an already existing tab the current one.
|
| IWindowClosed |
Used by
FloatingDiv derived classes to tell the world that a floating
window or dialog has closed for a specific reason. |
| TabPanelBase.ITabSelected |
Represents on tab selected event listener.
|
| Class | Description |
|---|---|
| BorderLayoutPanel | |
| BreadCrumb | |
| ButtonBar | |
| ButtonFactory |
A thing creating all kinds of buttons all over the place, inside some kind of button
container.
|
| ButtonMakerBase | |
| Caption | |
| Caption2 |
A multi-format caption component.
|
| CaptionedHeader |
Small header component to separate items vertically on a page.
|
| CaptionedPanel |
A panel with a beveled caption above it.
|
| ContentPanel |
A simple div acting as a content panel, with margins all around.
|
| Dialog |
A base class for retrieving any kind of input from a user.
|
| EditDialog<T> |
A Dialog that is used to edit some instance of data <T>, containing methods to handle all
parts of the editing process.
|
| ErrorMessageDiv |
This is the default in-component error handling panel, for components that
handle their own errors.
|
| ErrorPanel |
This is a CaptionedPanel which captures and displays errors for the tree
it is in.
|
| FloatingDiv |
The base class for all floating thingeries (new style).
|
| FloatingWindow | Deprecated |
| 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>.
|
| MessageLine |
Forms a simple error message line with a small icon and a text (which may contain basic html).
|
| Panel | |
| PopInPanel |
Pop-in panel and link functionality.
|
| Rect |
Represents immutable 2d bounds, position (offset) and dimension (size).
|
| ScrollableTabPanel |
Customization of
TabPanel that render tabs in single line, provide scroller buttons if needed. |
| SizedPanel |
A side panel with a top, bottom and variable-size middle area, and optional sizes.
|
| 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.
|
| SplitPanel |
A simple two-column divider, where the widths of both columns can be set using table
width specifications.
|
| 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)
|
| TabBuilder |
TabBuilder used for building tabs.
|
| TabPanel |
A panel containing multiple tabs.
|
| TabPanelBase | |
| 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.
|
| Enum | Description |
|---|---|
| BorderLayoutPanel.Panel | |
| CaptionType |
Default caption types for
Caption2. |
| PopInPanel.Bar |
Copyright © 2017 etc.to. All rights reserved.