Uses of Interface
org.zkoss.zul.ext.SelectionControl
-
Packages that use SelectionControl Package Description org.zkoss.zul org.zkoss.zul.ext org.zkoss.zul.impl -
-
Uses of SelectionControl in org.zkoss.zul
Classes in org.zkoss.zul that implement SelectionControl Modifier and Type Class Description static classAbstractGroupsModel.DefaultSelectionControl<E>A default selection control implementation forAbstractGroupsModel, by default it assumes all elements are selectable.static classAbstractListModel.DefaultSelectionControl<E>A default selection control implementation forAbstractListModel, by default it assumes all elements are selectable.static classAbstractTreeModel.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 SelectionControlAbstractGroupsModel. getSelectionControl()SelectionControlAbstractListModel. getSelectionControl()SelectionControlAbstractTreeModel. getSelectionControl()Methods in org.zkoss.zul with parameters of type SelectionControl Modifier and Type Method Description voidAbstractGroupsModel. setSelectionControl(SelectionControl ctrl)voidAbstractListModel. setSelectionControl(SelectionControl ctrl)voidAbstractTreeModel. 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 SelectionControlSelectable. 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 voidSelectable. 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 SelectionControlGroupsListModel. getSelectionControl()Methods in org.zkoss.zul.impl with parameters of type SelectionControl Modifier and Type Method Description voidGroupsListModel. setSelectionControl(SelectionControl ctrl)
-