public interface Node<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getData() |
String |
getDescription() |
String |
getGlyphiconIcon()
Returns an optional display glyphicon.
|
String |
getImageIcon()
Returns an optional display icon.
|
String |
getStyleClass() |
List<Node> |
getSubNodes() |
String |
getTitle() |
boolean |
isCollapsed() |
void |
setCollapsed(boolean collapsed)
Sets collapsed flag.
|
String getTitle()
String getDescription()
T getData()
String getImageIcon()
String getGlyphiconIcon()
String getStyleClass()
boolean isCollapsed()
void setCollapsed(boolean collapsed)
collapsed - flagCopyright © 2018. All rights reserved.