public interface MenuOptionsDefinition extends MenuDefinitionElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ANY_PROFILE_LOCATOR
ANY_PROFILE_LOCATOR - wildcard value for profile locator names
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
getDepth - get depth of inclusion for folder options
|
String |
getOptions()
getOptions - get comma separated menu options
|
String |
getOrder()
getOrder - get comma separated regexp ordering patterns
|
String |
getProfile()
getProfile - get profile locator used to filter options
|
String |
getSkin()
getSkin - get skin name for options
|
boolean |
isPaths()
isPaths - get generate ordered path options
|
boolean |
isRegexp()
isRegexp - get regexp flag for interpreting options
|
void |
setDepth(int depth)
setDepth - set depth of inclusion for folder options
|
void |
setOptions(String options)
setOptions - set comma separated menu options
|
void |
setOrder(String order)
setOrder - set comma separated regexp ordering patterns
|
void |
setPaths(boolean paths)
setPaths - set generate ordered path options
|
void |
setProfile(String locatorName)
setProfile - set profile locator used to filter options
|
void |
setRegexp(boolean regexp)
setRegexp - set regexp flag for interpreting options
|
void |
setSkin(String name)
setSkin - set skin name for options
|
static final String ANY_PROFILE_LOCATOR
String getOptions()
void setOptions(String options)
options - option paths specificationint getDepth()
void setDepth(int depth)
depth - inclusion depthboolean isPaths()
void setPaths(boolean paths)
paths - paths options flagboolean isRegexp()
void setRegexp(boolean regexp)
regexp - regexp flagString getProfile()
void setProfile(String locatorName)
locatorName - profile locator nameString getOrder()
void setOrder(String order)
order - ordering patterns listString getSkin()
void setSkin(String name)
name - skin nameCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.