Name
baselistitem — a group of these are managed by a baselist
Description
See baselist
for details.
A group of items that typically is used within a baselist.
Details
Properties (1)
-
selected
-
<attribute name="selected" value="false" />
Whether this item is selected. Our containing list will adopt the value
of this component when it is selected.
Methods (1)
-
_setSelected()
-
<method name="_setSelected" args="s" />
protected function _setSelected(s);
this is a setter for the selected attribute
it simply calls the parent's select method, which is
responsible for calling setSelected
If you want to set whether this view is selected, use
setAttribute('selected', true)
Events (2)
-
onselect
-
<attribute name="onselect" />
Event sent when the user makes a selection.
-
onselected
-
<attribute name="onselected" />
Event sent when this item is selected.