|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBindableDataControl | |
---|---|
net.pleso.framework.client.ui.custom | |
net.pleso.framework.client.ui.custom.controls.data | |
net.pleso.framework.client.ui.interfaces |
Uses of IBindableDataControl in net.pleso.framework.client.ui.custom |
---|
Methods in net.pleso.framework.client.ui.custom with parameters of type IBindableDataControl | |
---|---|
void |
CustomRBWindow.controlUpdated(IBindableDataControl sender)
|
void |
CustomFormWindow.controlUpdated(IBindableDataControl sender)
|
Uses of IBindableDataControl in net.pleso.framework.client.ui.custom.controls.data |
---|
Classes in net.pleso.framework.client.ui.custom.controls.data that implement IBindableDataControl | |
---|---|
class |
ActionButtonControl
Action button control which wraps IActionProvider action and binds
its execution to button click event. |
class |
ActionSliderControl
Action slider controls which wraps IActionProvider action and binds
its execution to slider opening. |
class |
BaseActionControl
|
class |
BooleanComboBoxDataControl
Data control with combobox for boolean values CSS Style Rules .pf-booleanComboboxControl { control itself } |
class |
BooleanDataControl
Data control with checkbox for boolean values CSS Style Rules .pf-booleanCheckboxControl {control itself} |
class |
CalendarDataControl
Calendar data control to manipilate values of Date type in custom forms. |
class |
DateRangeControl
Data control with two date boxes for range of dates CSS Style Rules .pf-dateRangeControl {control itself} |
class |
EnumComboBoxDataControl
Data control with combo box for enumerations CSS Style Rules .pf-enumComboboxControl { control itself } |
class |
FloatDataControl
Data control with text box for float values CSS Style Rules .pf-floatDataControl { control itself } |
class |
FloatRangeControl
Data control with two text boxes for range of float values. |
class |
InfoDataControl
Read-only information data control. |
class |
IntegerDataControl
Data control with text box for integer values CSS Style Rules .pf-integerDataControl { control itself } |
class |
RichTextAreaDataControl
Data control with rich text editro for multi-line HTML and text values CSS Style Rules .pf-richTextAreaDataControl { control itself } |
class |
SelectorControl
Selector data control. |
class |
TextAreaDataControl
Data control with text area for multi-line text values CSS Style Rules .pf-textAreaDataControl { control itself } |
class |
TextBoxDataControl
Data control with text box CSS Style Rules .pf-textBoxDataControl { widget itself } |
class |
TimeRangeControl
Data control with two text boxes for range of time type values CSS Style Rules .pf-timeRangeControl { widget if self } |
Uses of IBindableDataControl in net.pleso.framework.client.ui.interfaces |
---|
Subinterfaces of IBindableDataControl in net.pleso.framework.client.ui.interfaces | |
---|---|
interface |
IEditableDataControl
Represents editable binded data control. |
Methods in net.pleso.framework.client.ui.interfaces with parameters of type IBindableDataControl | |
---|---|
void |
IUpdateControlListener.controlUpdated(IBindableDataControl sender)
Fired when control updated some unamanaged by it data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |