|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MenuOption
This interface describes the portal-site menu option elements constructed and returned to decorators.
| Field Summary | |
|---|---|
static java.lang.String |
FOLDER_OPTION_TYPE
FOLDER_OPTION_TYPE - type of folder menu option |
static java.lang.String |
LINK_OPTION_TYPE
LINK_OPTION_TYPE - type of link menu option |
static java.lang.String |
PAGE_OPTION_TYPE
PAGE_OPTION_TYPE - type of page menu option |
| Fields inherited from interface org.apache.jetspeed.portalsite.MenuElement |
|---|
MENU_ELEMENT_TYPE, OPTION_ELEMENT_TYPE, SEPARATOR_ELEMENT_TYPE |
| Method Summary | |
|---|---|
java.lang.String |
getDefaultPage()
getDefaultPage - get target for url of menu option |
java.lang.String |
getTarget()
getTarget - get target for url of menu option |
java.lang.String |
getType()
getType - get type of menu option |
java.lang.String |
getUrl()
getUrl - get url of menu option |
boolean |
isHidden()
isHidden - get hidden state of menu option |
boolean |
isSelected(PortalSiteRequestContext context)
isSelected - return true if menu option is selected in the specified request context |
| Methods inherited from interface org.apache.jetspeed.portalsite.MenuElement |
|---|
getElementType, getManagedNode, getMetadata, getNode, getParentMenu, getShortTitle, getShortTitle, getSkin, getTitle, getTitle, isEditable |
| Field Detail |
|---|
static final java.lang.String FOLDER_OPTION_TYPE
static final java.lang.String PAGE_OPTION_TYPE
static final java.lang.String LINK_OPTION_TYPE
| Method Detail |
|---|
java.lang.String getType()
java.lang.String getUrl()
java.lang.String getTarget()
java.lang.String getDefaultPage()
boolean isHidden()
boolean isSelected(PortalSiteRequestContext context)
context - request context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||