| Interface | Description |
|---|---|
| IConfirmedTask | |
| ProgressBar.IProgressBarSection | |
| RecordActionTable.ICalculatedField<R extends PersistentRecord> |
| Class | Description |
|---|---|
| AbstractNamedTab | |
| AbstractRecordEditPanel |
This class is the base for RecordEditForm and RecordEditWizard
|
| AjaxValidatedTextField<T> |
A text field that displays a green check or a red exclamation point next to it depending on whether or not it's
valid.
|
| BodyLink |
A panel that surrounds a link in body copy.
|
| CollapseLink | |
| ConfigMenuLinkPanel |
A simple combination of a link and a label to do config panel navigation actions
|
| ConfigPanel | |
| ConfigPanelNavLink | |
| ConfirmationPanel | |
| CronScheduleEditorPanel |
The CronScheduleEditor allows a user to construct a cron string by entering the component parts as text or choosing
them from dropdowns.
|
| CsrfPreventingForm<T> |
A
Form that uses a hidden field to store a token that is checked upon form submission
to prevent CSRF attacks. |
| DescriptiveRadioChoice<T> |
Similar to RadioChoice, but displays the radio buttons in a fancier form that includes descriptions for the elements
|
| DeveloperPanel | |
| DynamicEditorFeedbackRow | |
| ExceptionDisplay | |
| ExtensionPointChoicePanel |
A ConfigPanel that presents a dropdown of records to choose from, and lets subclasses decide what to do upon submit.
|
| ExtensionPointPage<R extends PersistentRecord> | |
| FormComponentFeedbackRow | |
| GatewayModalWindow |
Created by mattg on 2/4/16.
|
| HelpBubble | |
| HomepagePanel | |
| HorizontalInfoTable | |
| InfoTable<T> |
The InfoTable is a specialization of RefreshingView that displays the contents in a 2-column table with a table title
and a title per row.
|
| InvisibleContainer | |
| LaunchLink | |
| LaunchLink.FullScreen | |
| LaunchLink.Windowed | |
| LightweightDropdownChoice<T> |
Similar to RadioChoice, but displays the radio buttons in a fancier form that includes descriptions for the elements
|
| LinkHeaderItem | |
| LinkPanel |
A simple panel that has a link in it.
|
| LinkReferenceHeaderItem | |
| LinkUtils | |
| LiveviewFragment | |
| LiveviewLink | |
| LiveviewPanel | |
| MetaContentHeaderItem | |
| MetaHeaderItem | |
| MetaReferenceHeaderItem | |
| MetaUtils | |
| ModuleMarketplacePanel | Deprecated |
| MouseOverImage |
An extended Image that includes rollover and mouse down image support (all client-side), including pre-loading.
|
| MultiLineFeedbackPanel | |
| NamedTab | |
| NbspLabel |
Special label that will render if its model returns empty string.
|
| NotePanel | |
| ProblemPanel | |
| ProgressBar |
Displays a progress bar with potentially multiple sections.
|
| ProgressBar.ProgressBarSection | |
| RecordActionTable<R extends PersistentRecord> |
A RecordActionTable is commonly used in the Configure section of the gateway.
|
| RecordChoicePanel<R extends PersistentRecord> |
A ConfigPanel that presents a dropdown of records to choose from, and lets subclasses decide what to do upon submit.
|
| RecordEditForm |
A Wicket panel that provides web-form editing capability for persistent record objects.
|
| RecordEditWizard |
Created by colby.clegg on 4/23/2015.
|
| RemoteGatewayChoicePanel |
This panel shows a list of the gateways we can see through the gw network, and lets the user select one.
|
| SideTabbedPanel |
This is a drop-in replacement for TabbedPanel, that puts the tabs along the sied.
|
| SimpleInfoTable | |
| StatMetricDisplay | |
| StatMetricLabel | |
| StatMetricTable | |
| StatMetricTable.ThroughputModel |
Special model that renders -1D as "<em>idle</em>"
|
| StatusLabel<T> | |
| StatusLabel.Status | |
| StatusPanel<T> |
A panel that wraps a repeater that displays a list of items wrapped in titled panels that are collapsible and
live-view enabled.
|
| SystemWarningsPanel | |
| TabbedConfigPanel |
A tabbed ConfigPanel that mimics the real IConfigPage so that the children of the tabs can be unaware that they are
nested within the tabbed panel.
|
| TipLabel |
A simple extension of Label that ensures that the label has the "tiplabel" class.
|
| TrialBar | |
| TruncatingLabel |
This label will truncate its contents to a certain number of characters, adding an "..." if the value is truncated.
|
| Enum | Description |
|---|---|
| ProgressBar.SectionStyle | |
| RecordEditMode |
| Exception | Description |
|---|---|
| ConfirmedTaskVetoException |
An exception used to veto a confirmed task.
|