|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MenuOptionsDefinition
This interface describes the object used to define portal site menu options.
Field Summary | |
---|---|
static String |
ANY_PROFILE_LOCATOR
ANY_PROFILE_LOCATOR - wildcard value for profile locator names |
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final String ANY_PROFILE_LOCATOR
Method Detail |
---|
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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |