Class Summary |
AbstractContainerDefinition |
The AbstractContainerDefinition corresponding to an AbstractContainerWidget . |
AbstractContainerDefinitionBuilder |
Abstract base class for container widget builders. |
AbstractContainerWidget |
A general-purpose abstract Widget which can hold zero or more widgets. |
AbstractDatatypeWidgetDefinition |
Base class for WidgetDefinitions that use a Datatype and SelectionList. |
AbstractDatatypeWidgetDefinitionBuilder |
Abstract base class for WidgetDefinitionBuilders that build widgets that have datatypes/selection lists. |
AbstractWidget |
Abstract base class for Widget implementations. |
AbstractWidgetDefinition |
Provides functionality that is common across many WidgetDefinition implementations. |
AbstractWidgetDefinitionBuilder |
Abstract base class for WidgetDefinitionBuilders. |
Action |
An Action widget. |
ActionDefinition |
The WidgetDefinition part of a Action widget, see Action for more information. |
ActionDefinitionBuilder |
Builds ActionDefinition s. |
AggregateField |
An aggregated field allows to represent one value as multiple input fields, or several values
as one field. |
AggregateFieldDefinition |
The WidgetDefinition part of a AggregateField widget, see AggregateField
for more information. |
AggregateFieldDefinition.SplitMapping |
|
AggregateFieldDefinitionBuilder |
Builds AggregateFieldDefinition s. |
BooleanField |
A widget to select a boolean value. |
BooleanFieldDefinition |
The WidgetDefinition part of a BooleanField widget, see BooleanField for more information. |
BooleanFieldDefinitionBuilder |
Builds BooleanFieldDefinition s. |
ButtonDefinitionBuilder |
The ButtonDefinitionBuilder has been replaced by ActionDefinitionBuilder . |
CalculatedField |
A field which calculates its value. |
CalculatedFieldDefinition |
Definition of a CalculatedField . |
CalculatedFieldDefinitionBuilder |
Builder for CalculatedField s. |
CaptchaDefinitionBuilder |
Builds CaptchaFieldDefinition s. |
CaptchaField |
A Field for CAPTCHA validation. |
CaptchaFieldDefinition |
A FieldDefinition for CaptchaField s. |
ClassDefinition |
A WidgetDefinition which holds a collection of Widget s
and which can be instantiated with a NewDefinition . |
ClassDefinitionBuilder |
Builds {ClassDefinition}s. |
EnhancedRepeater |
|
ExpandDefinitionBuilder |
Builds definitions by using library definitions. |
ExpressionContextImpl |
Implementation of the ExpressionContext required for the evaluation of
expressions by xReporter expression interpreter. |
Field |
A general-purpose Widget that can hold one value. |
FieldDefinition |
The WidgetDefinition part of a Field widget, see Field for more information. |
FieldDefinitionBuilder |
Builds FieldDefinition s. |
Form |
A widget that serves as a container for other widgets, the top-level widget in
a form description file. |
FormDefinition |
The WidgetDefinition part of a Form widget, see Form for more information. |
FormDefinitionBuilder |
Builds FormDefinition s. |
GoogleMap |
|
GoogleMapDefinition |
The WidgetDefinition part of a GoogleMap widget, see GoogleMap for more information. |
GoogleMapDefinitionBuilder |
Builds GoogleMapDefinition s. |
GoogleMapMarker |
|
GoogleMapValue |
|
Group |
A container Widget which can hold zero or more child widgets. |
GroupDefinition |
The WidgetDefinition corresponding to a Group widget. |
GroupDefinitionBuilder |
Builds {GroupDefinition}s. |
ImageMap |
A server-side map widget. |
ImageMapDefinition |
The WidgetDefinition part of an ImageMap widget, see ImageMap
for more information. |
ImageMapDefinitionBuilder |
Builds ImageMapDefinition s. |
ImportDefinitionBuilder |
|
Messages |
A widget to output one or messages. |
MessagesDefinition |
The WidgetDefinition part of a Messages widget, see Messages for more information. |
MessagesDefinitionBuilder |
Builds MessagesDefinition s. |
MultiValueField |
A MultiValueField is mostly the same as a normal Field , but can
hold multiple values. |
MultiValueFieldDefinition |
The WidgetDefinition part of a MultiValueField widget, see MultiValueField for more information. |
MultiValueFieldDefinitionBuilder |
Builds MultiValueFieldDefinition s. |
NewDefinition |
This is the "WidgetDefinition " which is used to instantiate a
ClassDefinition . |
NewDefinitionBuilder |
Builds {NewDefinition}s. |
Output |
An Output widget can be used to show a non-editable value to the user. |
OutputDefinition |
The WidgetDefinition part of a Output widget. |
OutputDefinitionBuilder |
Builds OutputDefinition s. |
Repeater |
A repeater is a widget that repeats a number of other widgets. |
RepeaterAction |
An action that acts on a repeater. |
RepeaterActionDefinition |
Abstract repeater action. |
RepeaterActionDefinition.AddRowActionDefinition |
The definition of a repeater action that adds a row to a sibling repeater. |
RepeaterActionDefinition.ChangePageActionDefinition |
|
RepeaterActionDefinition.DeleteRowsActionDefinition |
The definition of a repeater action that deletes the selected rows of a sibling repeater. |
RepeaterActionDefinition.InsertRowsActionDefinition |
The definition of a repeater action that insert rows before the selected rows in a sibling repeater,
or at the end of the repeater if no row is selected. |
RepeaterActionDefinition.SortActionDefinition |
|
RepeaterActionDefinitionBuilder |
Builds a <fd:repeater-action/>
Three actions are defined:
<fd:repeater-action id="add" command="add-row"
repeater="repeater-id"/> : when activated, adds a row to the
sibling repeater named "repeater-id". |
RepeaterDefinition |
The WidgetDefinition part of a Repeater widget, see Repeater for more information. |
RepeaterDefinitionBuilder |
Builds RepeaterDefinition s. |
RepeaterFilterField |
|
RepeaterFilterFieldDefinition |
|
RepeaterFilterFieldDefinitionBuilder |
|
RowAction |
|
RowAction.MoveDownAction |
|
RowAction.MoveUpAction |
|
RowActionDefinition |
|
RowActionDefinition.AddAfterDefinition |
Adds a row after the one containing this action. |
RowActionDefinition.DeleteRowDefinition |
Deletes the row containing this action. |
RowActionDefinition.MoveDownDefinition |
Moves up the row containing this action. |
RowActionDefinition.MoveUpDefinition |
Moves up the row containing this action. |
RowActionDefinitionBuilder |
|
Struct |
Deprecated. replaced by Group |
StructDefinition |
Deprecated. replaced by GroupDefinition |
StructDefinitionBuilder |
Deprecated. replaced by GroupDefinitionBuilder |
Submit |
A submit is an action that exits of the current form. |
SubmitDefinition |
Definition for a Submit . |
SubmitDefinitionBuilder |
Builds a <fd:submit> widget. |
Union |
A discriminated union that references a discriminant value in another
widget and contains one of several cases (widgets). |
UnionDefinition |
The WidgetDefinition corresponding to a Union widget. |
UnionDefinitionBuilder |
Builds {UnionDefinition}s. |
Upload |
A file-uploading Widget. |
UploadDefinition |
The definition of an upload widget. |
UploadDefinitionBuilder |
Builds UploadDefinition s. |
Whitespace |
Enumeration of whitespace-handling strategies. |
WidgetDefinitionBuilderContext |
Holds context information for the building phase. |
WidgetDefinitionList |
Helper class for the Definition implementation of widgets containing
other widgets. |
WidgetList |
Helper class for the implementation of widgets containing other widgets. |
WidgetState |
The state of a widget. |