forked from eclipse-archived/reddeer
-
Notifications
You must be signed in to change notification settings - Fork 1
ExpandBar
mlabuda edited this page Feb 17, 2014
·
2 revisions
- ExpandBar / AbstractExpandBar
- DefaultExpandBar

Look up a ExpandBar with index 0
ExpandBar expandBar = new DefaultExpandBar(0);Get expand bar items
List<ExpandBarItem> items = expandBar.getItems();Expand all items
expandBar.expandAll();Collapse all items
expandBar.collapseAll();Get count of items
int count = expandBar.getItemsCount();JBoss Red Deer - Quick Links
- Home
- [Release notes] (/jboss-reddeer/reddeer/wiki/Release-notes)
- Articles
- JavaDoc
- User guide
- Contributor Guide
- FAQ