public interface Menu<T> extends TreeSelector<T>
MenuOwner| Modifier and Type | Method and Description |
|---|---|
void |
push(LookupCriteria<T>... criteria)
Pushes a menu item conforming to the criteria.
|
selectvoid push(LookupCriteria<T>... criteria)
criteria - used one for one level. In case of a menu bar,
for example, first criteria is to be used to find a top level menu, second -
to find a menu underneath, etcCopyright © 2019. All rights reserved.