Package | Description |
---|---|
org.zkoss.zkmax.bind.impl | |
org.zkoss.zkmax.zul |
Components and UI utitilies available in ZK EE.
|
Modifier and Type | Method and Description |
---|---|
void |
BindOrgitemRenderer.render(Orgitem orgitem,
java.lang.Object data,
int index) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Orgitem> |
Organigram.getItems()
Returns a readonly list of all descending
Orgitem
(children's children and so on). |
java.util.Collection<Orgitem> |
Orgchildren.getItems()
Returns a readonly list of all descending
Orgitem
(children's children and so on). |
Modifier and Type | Method and Description |
---|---|
void |
OrgitemRenderer.render(Orgitem item,
T data,
int index)
Renders the data to the specified Orgitem.
|
void |
Organigram.renderItem(Orgitem item)
Renders the specified
Orgitem , if not loaded yet,
with Organigram.getItemRenderer() . |
void |
Organigram.setSelectedItem(Orgitem selectedItem)
Deselects previous selected item and selects the given item.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.