|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeMode | |
| com.sapportals.portal.prt.component | |
| com.sapportals.portal.prt.event | |
| com.sapportals.portal.prt.pom | |
| Uses of NodeMode in com.sapportals.portal.prt.component |
| Methods in com.sapportals.portal.prt.component that return NodeMode | |
NodeMode |
IPortalComponentURI.getNodeMode()
Gets the node mode |
| Methods in com.sapportals.portal.prt.component with parameters of type NodeMode | |
IPortalComponentContext |
IPortalComponentRequest.getComponentContext(NodeMode nodeMode)
Gets the current context of the component for a particular mode |
java.lang.String |
IPortalComponentRequest.createPageURL(java.lang.String urn,
NodeMode mode)
Deprecated. use createPortalComponentURI instead |
void |
IPortalComponentURI.setNodeMode(NodeMode nodeMode)
Sets a node mode |
| Uses of NodeMode in com.sapportals.portal.prt.event |
| Methods in com.sapportals.portal.prt.event that return NodeMode | |
NodeMode |
IModeChangeEvent.getNewMode()
Gets the new node mode |
| Uses of NodeMode in com.sapportals.portal.prt.pom |
| Fields in com.sapportals.portal.prt.pom declared as NodeMode | |
static NodeMode |
NodeMode.DEFAULT_MODE
Describes the default node mode |
static NodeMode |
NodeMode.PREVIEW_MODE
Describes the preview node mode |
static NodeMode |
NodeMode.REFRESH_MODE
Describes the refresh node mode |
static NodeMode |
NodeMode.EDIT_MODE
Describes the personalization node mode |
static NodeMode |
NodeMode.ABOUT_MODE
Describes the "about" node mode |
static NodeMode |
NodeMode.HELP_MODE
Describes the "about" node mode |
static NodeMode |
NodeMode.TEST_MODE
Describes the "test" node mode |
static NodeMode |
NodeMode.LOGON_MODE
Describes the "logon" node mode Be careful, the logon mode is very particular : the context for the mode logon is the same as the one for the default mode. |
static NodeMode |
NodeMode.ERROR_MODE
Describes the "error" mode |
static NodeMode |
NodeMode.CONFIG_MODE
Describes the "config" mode |
protected NodeMode |
AbstractNode.m_mode
|
static NodeMode |
IPOMConstants.DEFAULT_MODE
Deprecated. use DEFAULT_MODE instead |
static NodeMode |
IPOMConstants.PREVIEW_MODE
Deprecated. use PREVIEW_MODE instead |
static NodeMode |
IPOMConstants.REFRESH_MODE
Deprecated. use REFRESH_MODE instead |
static NodeMode |
IPOMConstants.EDIT_MODE
Deprecated. use EDIT_MODE instead |
static NodeMode |
IPOMConstants.ABOUT_MODE
Deprecated. use ABOUT_MODE instead |
static NodeMode |
IPOMConstants.HELP_MODE
Deprecated. use HELP_MODE instead |
static NodeMode |
IPOMConstants.TEST_MODE
Deprecated. use TEST_MODE instead |
static NodeMode |
IPOMConstants.LOGON_MODE
Deprecated. use LOGON_MODE instead |
| Methods in com.sapportals.portal.prt.pom that return NodeMode | |
NodeMode |
INode.getNodeMode()
Gets the mode to be used for the associated component during this request. |
NodeMode |
IPortalNode.getNodeMode(INode node)
Retrieves a mode of a node from the data provided by the request. |
NodeMode |
AbstractNode.getNodeMode()
Gets the mode to be used for the associated component during this request. |
| Methods in com.sapportals.portal.prt.pom with parameters of type NodeMode | |
void |
INode.setNodeMode(NodeMode mode)
Sets the mode to be used for the associated component during this request. |
void |
AbstractNode.setNodeMode(NodeMode mode)
Sets the mode to be used for the associated component during this request. |
IPortalComponentContext |
IComponentNode.getComponentContext(NodeMode nodeMode)
Returns the Portal Component context for a particular mode |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||