Uses of Class
org.zkoss.zkmax.zul.Orgitem
-
Packages that use Orgitem Package Description org.zkoss.stateless.sul org.zkoss.zkmax.bind.impl org.zkoss.zkmax.zul -
-
Uses of Orgitem in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Orgitem Modifier and Type Method Description static IOrgitem
IOrgitemCtrl. from(Orgitem instance)
-
Uses of Orgitem in org.zkoss.zkmax.bind.impl
Methods in org.zkoss.zkmax.bind.impl with parameters of type Orgitem Modifier and Type Method Description void
BindOrgitemRenderer. render(Orgitem orgitem, java.lang.Object data, int index)
-
Uses of Orgitem in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return Orgitem Modifier and Type Method Description Orgitem
Orgitem. getParentItem()
Returns the parent Orgitem, or null if this item is already the top level of the Organigram.Orgitem
Organigram. getSelectedItem()
Returns the selected item.Methods in org.zkoss.zkmax.zul that return types with arguments of type Orgitem Modifier and Type Method Description java.util.Collection<Orgitem>
Organigram. getItems()
Returns a readonly list of all descendingOrgitem
(children's children and so on).java.util.Collection<Orgitem>
Orgchildren. getItems()
Returns a readonly list of all descendingOrgitem
(children's children and so on).Methods in org.zkoss.zkmax.zul with parameters of type Orgitem Modifier and Type Method Description void
OrgitemRenderer. render(Orgitem item, T data, int index)
Renders the data to the specified Orgitem.void
Organigram. renderItem(Orgitem item)
Renders the specifiedOrgitem
, if not loaded yet, withOrganigram.getItemRenderer()
.void
Organigram. setSelectedItem(Orgitem selectedItem)
Deselects previous selected item and selects the given item.
-