| Interface | Description |
|---|---|
| BaseLabeledComponent.ILabelPosition |
Position specifier for label.
|
| Class | Description |
|---|---|
| BaseComponent |
The abstract base class for all components.
|
| BaseComponent.SubComponent |
Reference to a subcomponent.
|
| BaseInputboxComponent<T> |
The base class for all input box components.
|
| BaseInputComponent<T> |
The base class for all components that support some mode of character-based user input.
|
| BaseLabeledComponent<P extends BaseLabeledComponent.ILabelPosition> |
The base class for components that have an associated label.
|
| BaseLabeledImageComponent<P extends BaseLabeledComponent.ILabelPosition> |
The base class for components that have an associated label and image.
|
| BaseMenuComponent |
The base class for menus and menu items.
|
| BaseNumberboxComponent<T extends Number> |
The base class for input box components that support the entry of numeric values.
|
| BasePickerComponent<T,P extends BasePickerItem<T>> |
A base class for components that allow the selection of an item from a collection of items.
|
| BasePickerItem<T> |
The base class for components that represent a single choice for a picker component.
|
| BaseScriptComponent |
Base for components that implement scripting support.
|
| BaseSourcedComponent |
Base class for non-UI components that allow content to be expressed inline or imported from an
external source.
|
| BaseUIComponent |
The base class from which all UI components derive.
|
| Button |
A simple button component.
|
| Caption |
Associates a label with another component.
|
| Cell |
A simple cell component with an optional label.
|
| Checkbox |
A component representing a simple check box with an associated label.
|
| ClientScript |
Component wrapping JavaScript source code for client-side invocation.
|
| ColorPicker |
A component for selecting a color from a palette of colors.
|
| ColorPicker.ColorPickeritem |
A color selection for color picker.
|
| Column |
A component representing a single column within a grid.
|
| Columns |
Component serving as a container for a grid's columns.
|
| Combobox |
A component representing a combo box control.
|
| Comboitem |
A single item within a combo box.
|
| Content |
A simple container for holding text content.
|
| Datebox |
An input box for entering dates.
|
| Decimalbox |
An input box for entering big decimal values.
|
| Detail |
A collapsible detail component.
|
| Div |
A simple div component.
|
| Doublebox |
An input box for entering floating point values.
|
| Grid |
A grid component.
|
| Groupbox |
A container component with a frame and title for visual grouping of related elements.
|
| Html |
A component that allows embedding native HTML within a page.
|
| Hyperlink |
A simple hyperlink (anchor) component.
|
| Iframe |
An iframe component.
|
| Image |
A component representing an embedded image.
|
| ImagePicker |
A component for selecting an image from a collection of images.
|
| ImagePicker.ImagePickeritem |
An image selection for image picker.
|
| Import |
A component that permits importing another page into the referencing page.
|
| Integerbox |
An input box for entering integers.
|
| Label |
A simple label component.
|
| Listbox |
A component representing a simple list box control.
|
| Listitem |
A single item within a list box.
|
| Longbox |
An input box for entering long integers.
|
| Memobox |
Component for entering multiple lines of text.
|
| Menu |
A component representing a drop down menu.
|
| Menuheader |
A component that presents a visual header within a menu.
|
| Menuitem |
A component representing a single menu item.
|
| Menupopup |
An extension of the Popup component designed for use with popup context menus.
|
| Menuseparator |
A component that visually separates items within a menu.
|
| MessagePane |
A pane holding a single message in a message window.
|
| MessageWindow |
A component supporting a window that slides down from the top center of the viewport and can
display multiple messages (see
MessagePane). |
| Namespace |
This is an extension of a Span component that implements its own namespace.
|
| Page |
This is the root component of a Fujion Server Page.
|
| Paging |
A page navigation component.
|
| Pane |
A single pane within a pane view.
|
| Paneview |
A component containing visually separate panes with optional splitter controls.
|
| Popup |
A container component that be displayed at a selected location.
|
| Popupbox |
A popup box component is a text box with a drop down button that triggers the appearance of a
popup component.
|
| Progressbar |
A progress bar component.
|
| Radiobutton |
A component representing a single radio button.
|
| Radiogroup |
A component that logically groups together multiple radio buttons.
|
| Row |
A component representing a single row within a grid.
|
| Rowcell |
A component representing a single cell within a grid row.
|
| Rows |
A component serving as a container for a grid's rows.
|
| ServerScript |
A component wrapping script source code for server-side invocation.
|
| Slider |
A slider component.
|
| Snippet |
A component representing a Fujion resource that can be inserted into a template.
|
| Span |
A simple span component.
|
| Style |
A component for inserting an embedded style sheet or linking to an external style sheet.
|
| Tab |
A single tab in a tab view.
|
| Tabview |
A component supporting a tab-based view.
|
| Template |
A component that merges a source page with zero or more snippets.
|
| Textbox |
A component for entering a single line of text.
|
| Timebox |
An input box for entering a time value.
|
| Timer |
A timer component.
|
| Toolbar |
A toolbar component.
|
| Treenode |
A single node in a tree view.
|
| Treenode.TreenodeIterator |
Iterates over nodes in a tree in a depth first search.
|
| Treeview |
A component acting as a root for a hierarchical collection of nodes.
|
| Upload |
A component for uploading files to the server.
|
| Window |
A window component with a title bar and maximize/minimize/close buttons.
|
| Enum | Description |
|---|---|
| BaseLabeledComponent.LabelPositionAll |
Specifier for all label positions.
|
| BaseLabeledComponent.LabelPositionHorz |
Horizontal position specifier.
|
| BaseLabeledComponent.LabelPositionNone |
Specifier for fixed label position.
|
| BaseScriptComponent.ExecutionMode |
Controls timing of script execution.
|
| Caption.LabelAlignment |
Alignment of label relative to child component(s).
|
| Memobox.WrapMode |
Wrap mode for memo box.
|
| Paneview.Orientation |
Orientation of panes within a pane view.
|
| Radiogroup.Orientation |
Orientation of radio buttons within this group.
|
| Rows.Selectable |
Specifies the selection mode for rows.
|
| Slider.Orientation |
Orientation of slider component.
|
| Tabview.TabPosition |
Placement of tabs in a tab view.
|
| Toolbar.Alignment |
Alignment of children within the tool bar.
|
| Toolbar.Orientation |
Orientation of the tool bar.
|
| Window.CloseAction |
Action upon window closure.
|
| Window.Mode |
Possible display modes for a window.
|
| Window.Position |
Placement of window in view port when first displayed.
|
| Window.Size |
Size state for a window.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.