| Package | Description |
|---|---|
| org.fujion.client | |
| org.fujion.component |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientUtil.busy(BaseUIComponent target,
String message) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseInputboxComponent<T>
The base class for all input box components.
|
class |
BaseInputComponent<T>
The base class for all components that support some mode of user input.
|
class |
BaseLabeledComponent<P extends BaseLabeledComponent.ILabelPosition>
The base class for components that have an associated label.
|
class |
BaseLabeledImageComponent<P extends BaseLabeledComponent.ILabelPosition>
The base class for components that have an associated label and image.
|
class |
BaseMenuComponent
The base class for menus and menu items.
|
class |
BaseNumberboxComponent<T extends Number>
The base class for input box components that support the entry of numeric values.
|
class |
BasePickerComponent<T>
A base class for components that allow the selection of an item from a collection of items.
|
class |
Button
A simple button component.
|
class |
Caption
Associates a label with another component.
|
class |
Cell
A simple cell component with an optional label.
|
class |
Checkbox
A component representing a simple check box with associated label.
|
class |
ColorPicker
A component for selecting a color from a palette of colors.
|
class |
Column
A component representing a single column within a grid.
|
class |
Columns
Component serving as a container for a grid's columns.
|
class |
Combobox
A component representing a combo box control.
|
class |
Comboitem
A single item within a combo box.
|
class |
Datebox
An input box for entering dates.
|
class |
Decimalbox
An input box for entering big decimal values.
|
class |
Detail
A detail component.
|
class |
Div
A simple div component.
|
class |
Doublebox
An input box for entering floating point values.
|
class |
Grid
A grid component.
|
class |
Groupbox
A container component with a frame and title for visual grouping of related elements.
|
class |
Hyperlink
A simple hyperlink (anchor) component.
|
class |
Iframe
An iframe component.
|
class |
Image
A component representing an embedded image.
|
class |
ImagePicker
A component for selecting an image from a collection of images.
|
class |
Import
A component that permits importing another page into the referencing page.
|
class |
Integerbox
An input box for entering integers.
|
class |
Label
A simple label component.
|
class |
Listbox
A component representing a simple list box control.
|
class |
Listitem
A single item within a list box.
|
class |
Longbox
An input box for entering long integers.
|
class |
Memobox
Component for entering multiple lines of text.
|
class |
Menu
A component representing a drop down menu.
|
class |
Menuheader
A component that presents a visual header within a menu.
|
class |
Menuitem
A component representing a single menu item.
|
class |
Menuseparator
A component that visually separates items within a menu.
|
class |
MessagePane
A pane holding a single message in a message window.
|
class |
MessageWindow
A component supporting a window that slides down from the top center of the viewport and can
display multiple messages.
|
class |
Namespace
This is an extension of a Span component that implements its own namespace.
|
class |
Paging
A page navigation component.
|
class |
Pane |
class |
Paneview
A component containing visually separate panes with optional splitter controls.
|
class |
Popupbox
A popup box component is a text box with a drop down button that triggers the appearance of a
popup component.
|
class |
Progressbar
A progress bar component.
|
class |
Radiobutton
A component representing a single radio button.
|
class |
Radiogroup
A component that logically groups together multiple radio buttons.
|
class |
Row
A component representing a single row within a grid.
|
class |
Rowcell
A component representing a single cell within a grid row.
|
class |
Rows
A component serving as a container for a grid's rows.
|
class |
Slider
A slider component.
|
class |
Span
A simple span component.
|
class |
Tab
A single tab in a tab view.
|
class |
Tabview
A component supporting a tab-based view.
|
class |
Textbox
A component for entering a single line of text.
|
class |
Timebox
An input box for entering a time value.
|
class |
Toolbar
A toolbar component.
|
class |
Treenode
A single node in a tree view.
|
class |
Treeview
A component acting as a root for a hierarchical collection of nodes.
|
class |
Upload
A component for uploading files to the server.
|
class |
Window
A window component with a title bar and maximize/minimize/close buttons.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseUIComponent> |
BaseUIComponent.getFirstVisibleChild(Class<T> clazz,
boolean recurse)
Returns the first visible child of a given class, if any.
|
| Modifier and Type | Method and Description |
|---|---|
BaseUIComponent |
BaseUIComponent.getFirstVisibleChild(boolean recurse)
Returns the first visible child, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Upload.bind(BaseUIComponent comp)
Bind uploader to another component.
|
void |
Upload.unbind(BaseUIComponent comp)
Unbind a previously bound component.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.