| Modifier and Type | Method and Description |
|---|---|
java.util.List<Item> |
getSubItems() |
boolean |
isAutoExpanding()
overwrite this method and return true if the item should auto expand on click, false if you want to disable this
|
boolean |
isExpanded() |
T |
withIsExpanded(boolean expanded)
use this method to set if the Expandable item is currently expanded
|
T |
withSubItems(java.util.List<Item> subItems)
use this method to set the subItems of this item
|
boolean isExpanded()
T withIsExpanded(boolean expanded)
expanded - true if expanded (opened)T withSubItems(java.util.List<Item> subItems)
subItems - the subItems for this Expandable Itemjava.util.List<Item> getSubItems()
boolean isAutoExpanding()