You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 87 Next »

Current RDK version is 1.2.2

Properties

Methods

NameDescription
ClearPanelClears all the values out of the panel, leaving all the properties and settings.
CollapseAllCollapses all the groups and properties in the panel.
ExpandAllExpands all the groups and properties in the panel.
SetFocusPuts the focus on a specific property.

Events

EventDescription
PanelLostFocusFired when the panel loses input focus.
ValueChangedFired when any value changes are made to the property panel.
ValueChanging
ValuePosChangedFired after the selected cell changes.
ValuePosChanging

Fired before the selected cell changes.

Internal Events

These are the events that are qualified and captured for internal use:

EventDescription
AfterUpdateUsed for converting the data entered in the cell (if applicable), and to track value changes.
BeforeUpdateUsed to check a property's data requirement state and pending changes to a value.
OnCheckChangedUsed to capture value changes to a checkbox property.
OnClickUsed to control the expand / collapse feature of the panel via arrow control.
OnComboClickedUsed to capture value changes to a dropdown property.
OnDblClickUsed to control the expand / collapse feature of the panel via group header.
OnInvalidData
OnLostFocusUsed to capture when the panel loses input focus.
OnOptionClickUsed to capture the option button clicks.
PosChangedUsed to capture when the selected cell changes.
PosChangingUsed to capture before the selected cell changes.


  • No labels