| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.IEventListener --+
|
terminal.paintable.IPaintable --+
|
object --+ |
| |
terminal.variable_owner.IVariableOwner --+
|
object --+ |
| |
terminal.sizeable.ISizeable --+
|
component.IComponent --+
|
object --+ |
| |
event.method_event_source.IMethodEventSource --+
|
abstract_component.AbstractComponent --+
|
object --+ |
| |
data.buffered.IBuffered --+ |
| |
object --+ | |
| | |
data.validatable.IValidatable --+ |
| |
data.buffered.IBufferedValidatable --+ |
| |
object --+ | |
| | |
data.property.IValueChangeNotifier --+ |
| |
object --+ | |
| | |
data.property.IValueChangeListener --+ |
| |
object --+ | |
| | |
data.property.IViewer --+ | |
| | |
data.property.IEditor --+ |
| |
object --+ | |
| | |
util.IEventListener --+ | |
| | |
terminal.paintable.IPaintable --+ | |
| | |
object --+ | | |
| | | |
terminal.variable_owner.IVariableOwner --+ | |
| | |
object --+ | | |
| | | |
terminal.sizeable.ISizeable --+ | |
| | |
component.IComponent --+ | |
| | |
component.IFocusable --+ |
| |
field.IField --+
|
object --+ |
| |
event.action.IShortcutNotifier --+
|
object --+ |
| |
data.property.IReadOnlyStatusChangeNotifier --+
|
object --+ |
| |
data.property.IReadOnlyStatusChangeListener --+
|
abstract_field.AbstractField --+
|
object --+ |
| |
data.container.IContainer --+
|
object --+ |
| |
data.container.IViewer --+
|
object --+ |
| |
data.container.IPropertySetChangeListener --+
|
object --+ |
| |
data.container.IPropertySetChangeNotifier --+
|
object --+ |
| |
data.container.IItemSetChangeNotifier --+
|
object --+ |
| |
data.container.IItemSetChangeListener --+
|
abstract_select.AbstractSelect --+
|
object --+ |
| |
event.field_events.IBlurNotifier --+
|
object --+ |
| |
event.field_events.IFocusNotifier --+
|
OptionGroup
Configures select to be used as an option group.
|
|||
|
Inherited from |
|||
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates an empty Select with caption, that is connected to a data-source or is filled from a collection of option values.
|
Paints the content of this component.
|
|
Invoked when the value of a variable has changed.
|
Adds a new IProperty or IItem set change listener for this IContainer.
|
|
Removes a previously registered IProperty and IItemset change listener.
|
|
Sets the visible value of the property. The value of the select is the selected item id. If the select is in multiselect-mode, the value is a set of selected item keys. In multiselect mode all collections of id:s can be assigned.
|
Sets an item disabled or enabled. In the multiselect mode, a disabled item cannot be selected or deselected by the user. In the single selection mode, a disable item cannot be selected. However, programmatical selection or deselection of an disable item is possible. By default, items are enabled.
|
Returns true if the item is enabled.
See Also: setItemEnabled |
Sets whether html is allowed in the item captions. If set to true, the captions are passed to the browser as html and the developer is responsible for ensuring no harmful html is used. If set to false, the content is passed to the browser as plain text.
|
Checks whether captions are interpreted as html or plain text.
See Also: setHtmlContentAllowed |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:58 2013 | http://epydoc.sourceforge.net |