public abstract class StringMenuOwner<T> extends StringCriteriaList<T> implements MenuOwner<T>
STRING_COMPARE_POLICY_PROP_NAME| Constructor and Description |
|---|
StringMenuOwner(Wrap<?> menuOwner) |
| Modifier and Type | Method and Description |
|---|---|
void |
push(LookupCriteria<T>... criteria)
A shortcut to
menu().push(LookupCriteria ...) |
void |
push(String... texts)
Pushes the menu using one string for one level of the menu.
|
Wrap<? extends T> |
select(LookupCriteria<T>... criteria)
A shortcut to
menu().select(LookupCriteria ...) |
Wrap<? extends T> |
select(String... texts)
Select a menu item using one string for one level of the menu.
|
createCriteria, createCriteriaList, getPolicy, setPolicyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic StringMenuOwner(Wrap<?> menuOwner)
public void push(String... texts)
texts - todo documentStringCriteriaList.getPolicy()public void push(LookupCriteria<T>... criteria)
menu().push(LookupCriteria ...)criteria - the lookup criteriaMenuOwner.menu(),
Menu.push(LookupCriteria[])public Wrap<? extends T> select(String... texts)
texts - todo documentStringCriteriaList.getPolicy()public Wrap<? extends T> select(LookupCriteria<T>... criteria)
menu().select(LookupCriteria ...)criteria - the lookup criteriaMenuOwner.menu(),
TreeSelector.select(LookupCriteria[])Copyright © 2019. All rights reserved.