Class Summary |
ActionButtonControl |
Action button control which wraps IActionProvider action and binds
its execution to button click event. |
ActionSliderControl |
Action slider controls which wraps IActionProvider action and binds
its execution to slider opening. |
BaseActionControl |
|
BooleanComboBoxDataControl |
Data control with combobox for boolean values
CSS Style Rules
.pf-booleanComboboxControl { control itself }
|
BooleanDataControl |
Data control with checkbox for boolean values
CSS Style Rules
.pf-booleanCheckboxControl {control itself}
|
CalendarDataControl |
Calendar data control to manipilate values of Date type in custom forms. |
DateRangeControl |
Data control with two date boxes for range of dates
CSS Style Rules
.pf-dateRangeControl {control itself}
|
EnumComboBoxDataControl |
Data control with combo box for enumerations
CSS Style Rules
.pf-enumComboboxControl { control itself }
|
FloatDataControl |
Data control with text box for float values
CSS Style Rules
.pf-floatDataControl { control itself }
|
FloatRangeControl |
Data control with two text boxes for range of float values. |
InfoDataControl |
Read-only information data control. |
IntegerDataControl |
Data control with text box for integer values
CSS Style Rules
.pf-integerDataControl { control itself }
|
RichTextAreaDataControl |
Data control with rich text editro for multi-line HTML and text values
CSS Style Rules
.pf-richTextAreaDataControl { control itself }
|
SelectorControl |
Selector data control. |
TextAreaDataControl |
Data control with text area for multi-line text values
CSS Style Rules
.pf-textAreaDataControl { control itself }
|
TextBoxDataControl |
Data control with text box
CSS Style Rules
.pf-textBoxDataControl { widget itself }
|
TimeRangeControl |
Data control with two text boxes for range of time type values
CSS Style Rules
.pf-timeRangeControl { widget if self }
|