Uses of Interface
org.zkoss.zul.ext.SelectionControl
-
Packages that use SelectionControl Package Description org.zkoss.bind.proxy org.zkoss.zkmax.zul.impl org.zkoss.zul org.zkoss.zul.ext org.zkoss.zul.impl -
-
Uses of SelectionControl in org.zkoss.bind.proxy
Methods in org.zkoss.bind.proxy that return SelectionControl Modifier and Type Method Description SelectionControl
ListModelArrayProxy. getSelectionControl()
SelectionControl
ListModelListProxy. getSelectionControl()
SelectionControl
ListModelMapProxy. getSelectionControl()
SelectionControl
ListModelSetProxy. getSelectionControl()
Methods in org.zkoss.bind.proxy with parameters of type SelectionControl Modifier and Type Method Description void
ListModelArrayProxy. setSelectionControl(SelectionControl ctrl)
void
ListModelListProxy. setSelectionControl(SelectionControl ctrl)
void
ListModelMapProxy. setSelectionControl(SelectionControl ctrl)
void
ListModelSetProxy. setSelectionControl(SelectionControl ctrl)
-
Uses of SelectionControl in org.zkoss.zkmax.zul.impl
Classes in org.zkoss.zkmax.zul.impl that implement SelectionControl Modifier and Type Class Description class
DefaultTreeSelectionControlEx<E>
An extension ofAbstractTreeModel.DefaultSelectionControl
, by default it assumes all elements are selectable. -
Uses of SelectionControl in org.zkoss.zul
Classes in org.zkoss.zul that implement SelectionControl Modifier and Type Class Description static class
AbstractGroupsModel.DefaultSelectionControl<E>
A default selection control implementation forAbstractGroupsModel
, by default it assumes all elements are selectable.static class
AbstractListModel.DefaultSelectionControl<E>
A default selection control implementation forAbstractListModel
, by default it assumes all elements are selectable.static class
AbstractTreeModel.DefaultSelectionControl<E>
A default selection control implementation forAbstractTreeModel
, by default it assumes all elements are selectable.Methods in org.zkoss.zul that return SelectionControl Modifier and Type Method Description SelectionControl
AbstractGroupsModel. getSelectionControl()
SelectionControl
AbstractListModel. getSelectionControl()
SelectionControl
AbstractTreeModel. getSelectionControl()
Methods in org.zkoss.zul with parameters of type SelectionControl Modifier and Type Method Description void
AbstractGroupsModel. setSelectionControl(SelectionControl ctrl)
void
AbstractListModel. setSelectionControl(SelectionControl ctrl)
void
AbstractTreeModel. setSelectionControl(SelectionControl ctrl)
-
Uses of SelectionControl in org.zkoss.zul.ext
Methods in org.zkoss.zul.ext that return SelectionControl Modifier and Type Method Description SelectionControl
Selectable. getSelectionControl()
Returns the selection control for the selection model, if any.Methods in org.zkoss.zul.ext with parameters of type SelectionControl Modifier and Type Method Description void
Selectable. setSelectionControl(SelectionControl ctrl)
Sets the selection control for the selection model -
Uses of SelectionControl in org.zkoss.zul.impl
Methods in org.zkoss.zul.impl that return SelectionControl Modifier and Type Method Description SelectionControl
GroupsListModel. getSelectionControl()
Methods in org.zkoss.zul.impl with parameters of type SelectionControl Modifier and Type Method Description void
GroupsListModel. setSelectionControl(SelectionControl ctrl)
-