public class Attributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MODEL_RENDERAS
It is used to store the items which are rendered from model
|
static String |
RENDERED_ITEM_COUNT
It is used to count the count of the rendered Treeitem.
|
static String |
SHALL_RENDER_ITEM
It is used to check whether Treechildren should render its children or not
|
static String |
VISITED_ITEM_COUNT
It is used to count the count of the visible Treeitem without its Treechildren.
|
static String |
VISITED_ITEM_TOTAL
It is used to count the total of the visible Treeitem, including its Treechildren.
|
Constructor and Description |
---|
Attributes() |
public static final String RENDERED_ITEM_COUNT
public static final String VISITED_ITEM_COUNT
public static final String VISITED_ITEM_TOTAL
public static final String SHALL_RENDER_ITEM
public static final String MODEL_RENDERAS
Copyright © 2022. All rights reserved.