Package com.persequor.extension.frontend
Interface ITree
- All Superinterfaces:
IComponent<ITree>
,IHasAttributes<ITree>
,IHasId<ITree>
-
Method Summary
Methods inherited from interface com.persequor.extension.frontend.data.IComponent
half, quarter, setGridWidth, setHidden, sixth, third, twelfth, twoThirds
-
Method Details
-
item
Add a child/item to the tree.- Parameters:
content
- the content of the item- Returns:
- the tree object
-
item
Add a child/item to the tree.- Parameters:
label
- a text label for the item- Returns:
- the tree object
-
item
Add a child/item to the tree.- Parameters:
label
- a text label for the item, will be wrapped in I18N- Returns:
- the tree object
-
item
Add a child/item to the tree.- Parameters:
content
- the content of the item- Returns:
- the tree object
-
item
Add a child/item to the tree.- Parameters:
label
- a text label for the item- Returns:
- the tree object
-
item
Add a child/item to the tree.- Parameters:
label
- a text label for the item, will be wrapped in I18N- Returns:
- the tree object
-