Uses of Class
org.zkoss.zul.Listgroup
-
Packages that use Listgroup Package Description org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Listgroup in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Listgroup Modifier and Type Method Description static IListgroup
IListgroupCtrl. from(Listgroup instance)
-
Uses of Listgroup in org.zkoss.zul
Methods in org.zkoss.zul that return Listgroup Modifier and Type Method Description Listgroup
Listgroup. getListgroup()
Listgroup
Listitem. getListgroup()
Returns the listgroup that this item belongs to, or null.Listgroup
ListgroupRendererExt. newListgroup(Listbox listbox)
Creates an instance ofListgroup
for rendering.Methods in org.zkoss.zul that return types with arguments of type Listgroup Modifier and Type Method Description java.util.List<Listgroup>
Listbox. getGroups()
Returns a list of allListgroup
.
-