|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zul.Attributes
public class Attributes
Common attributes used for implementation.
Field Summary | |
---|---|
static java.lang.String |
RENDERED_ITEM_COUNT
It is used to count the count of the rendered Treeitem. |
static java.lang.String |
SHALL_RENDER_ITEM
It is used to check whether Treechildren should render its children or not |
static java.lang.String |
VISITED_ITEM_COUNT
It is used to count the count of the visible Treeitem without its Treechildren. |
static java.lang.String |
VISITED_ITEM_TOTAL
It is used to count the total of the visible Treeitem, including its Treechildren. |
Constructor Summary | |
---|---|
Attributes()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RENDERED_ITEM_COUNT
public static final java.lang.String VISITED_ITEM_COUNT
public static final java.lang.String VISITED_ITEM_TOTAL
public static final java.lang.String SHALL_RENDER_ITEM
Constructor Detail |
---|
public Attributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |