Name | Description | |
---|---|---|
![]() | CreateComboBox | Creates a combo box for this editor. |
![]() | CreateListBox | Creates a list box for this editor. |
![]() | CreateValueControl | Overridden. Overriden to create the options select control. |
![]() | FillItems<rYjb> | Fills the given collection of items from the options returned by the GetOptions method of this editor. |
![]() | GetOptions | Must override to return the options available for the user to choose from. |
![]() | GetWidgetForOption | Must override to return the widget that represents the specified option in the UI. |
![]() | OnComboBoxSelectedIndexChanged | Called when the combo box selected index has changed. |
![]() | OnListBoxSelectedItemChanged | Called when the list box selected item has changed. |
![]() | OnRadioGroupSelectedIndexChanged | Called when the radio group selected index has changed |
![]() | OnUpdateFromEditedNode | Overridden. Updates the editor from the edited node. |
![]() | OptionsEqual | Checks whether the given options are equal. |