|
Class Summary |
| CachedRow |
Base class for all tags which represents dialog rows, that is rows in dialog
displaying labels and controls. |
| CalendarInitTag |
Custom tag to initialize the calendar component. |
| CalendarTag |
Custom tag to generate all HTML code necessary to display calendar
control displayed in the dialog row (calendar consists from edit box
and button that will open calendar dialog). |
| CheckboxControlTag |
Custom tag to generate all HTML code necessary to display checkbox
control displayed in the dialog row. |
| ComboControlTag |
Custom tag to generate all HTML code necessary to display combo control
allowing user to select exactly 1 from the list of elements displayed in the
dialog row. |
| ContextHelpTag |
Custom tag to generate all HTML required to display context help for a control. |
| DialogRowLeftHalfTag |
Custom tag to generate all HTML code necessary to display left half of split
dialog row. |
| DialogRowRightHalfTag |
Custom tag to generate all HTML code necessary to display row of a dialog
which contains label and control stretching the whole dialog. |
| DialogRowTag |
Custom tag to generate all HTML code necessary to display row of a dialog,
which usually contains single label and a single control possibly stretching
the entire width of a dialog. |
| DialogUnknownRowTag |
Custom tag to for the controls placed in a not yet known row of not yet known
dialog, * which these controls will use to construct their own IDs. |
| DoubleSelectInitTag |
Custom tag to initialize the double select control allowing user to move
items between left and right list. |
| DoubleSelectLeftHalfTag |
Custom tag to generate all HTML code necessary to display left half of the
double select control allowing user to move items between left and right list. |
| DoubleSelectOptionsTag |
Custom tag to generate all HTML code necessary to display options of the
double select from a single string which contains concatenated and potentially
encoded list of values and texts. |
| DoubleSelectRightHalfTag |
Custom tag to generate all HTML code necessary to display right half of the
double select control allowing user to move items between left and right list. |
| DoubleSelectTag |
Custom tag to generate all HTML code necessary to display double select
control, which contains 2 select lists and buttons that allow moving items
between lists and optionally reordering items in the destination list. |
| DynamicListInitTag |
Custom tag to initialize the dynamic list control that allows to type an item
and then add it to the list, edit the items already in the list and reorder
the items in the list. |
| DynamicListTag |
Custom tag to generate all HTML code necessary to display dynamic list
control that allows to type an item and then add it to the list, edit the
items already in the list and reorder the items in the list. |
| HelpLabelTag |
Custom tag to generate all HTML code necessary to display control label which
serves as a trigger to display context help for some control associated with
the label. |
| ImageButtonControlTag |
Custom tag to generate all HTML code necessary to display image button
control, that is button with image and text, displayed int the dialog row. |
| MultiControlTag |
Custom tag to generate all HTML code necessary to display dialog control
consisting from multiple controls from which only one is dislayed at a time. |
| MultiLineEditControlTag |
Custom tag to generate all HTML code necessary to display multi line edit
control displayed in the dialog row. |
| PasswordControlTag |
Custom tag to generate all HTML code necessary to display single line
password edit control displayed in the dialog row. |
| SelectControlTag |
Custom tag to generate all HTML code necessary to display select control
allowing user to select item from a list of elements displayed in the dialog
row. |
| SingleLineEditControlTag |
Custom tag to generate all HTML code necessary to display single line edit
control displayed in the dialog row. |
| SplitDialogRowTag |
Custom tag to generate all HTML code necessary to display two column row
of a dialog. |
| TextControlTag |
Custom tag to generate all HTML code necessary to display control containing
read only text displayed in the dialog row. |