|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sapportals.wcm.rendering.base.AbstractProxyEvent | +--com.sapportals.wcm.rendering.base.AbstractResourceListEvent
This class is used to for complex screenflows that use an AbstractProxyControl
as a control in a pane of the screenflow. It allows to send information on the
resourcelist or the parent-resource to render. It also holds an instance of
an IUIBaseCommand that will be executed within this screenflow.
| Constructor Summary | |
AbstractResourceListEvent(com.sapportals.wcm.control.base.Habitat habitat,
java.lang.String explanationtext,
IUIBaseCommand command)
creates a new event. |
|
AbstractResourceListEvent(IResourceList list,
java.lang.String startUri,
java.lang.String explanationtext,
IUIBaseCommand command)
creates a new event. |
|
AbstractResourceListEvent(RID rid,
java.lang.String startUri,
java.lang.String explanationtext,
IUIBaseCommand command)
creates a new event. |
|
| Method Summary | |
java.lang.String |
getExplanationtext()
|
IResourceList |
getList()
|
RID |
getRID()
|
java.lang.String |
getStartUri()
|
IUIBaseCommand |
getUICommand()
|
void |
setExplanationtext(java.lang.String text)
sets the explanation text attribute |
void |
setResourceList(IResourceList list)
sets the resource list attribute |
void |
setRID(RID rid)
|
void |
setStartUri(java.lang.String startUri)
sets the start uri attribute |
| Constructor Detail |
public AbstractResourceListEvent(RID rid,
java.lang.String startUri,
java.lang.String explanationtext,
IUIBaseCommand command)
rid - - the resource's rid that acts as parent-resource for the receiving controlstarturi - - the highest ancestor of the given resource the user can navigate to.explanationtext - - information for the user on how to proceed when carrying out the action.command - - the command that is active during the screenflow
public AbstractResourceListEvent(IResourceList list,
java.lang.String startUri,
java.lang.String explanationtext,
IUIBaseCommand command)
list - - the resources that are displayed by the receiving controlstarturi - - the highest ancestor the user can navigate to.explanationtext - - information for the user on how to proceed when carrying out the action.command - - the command that is active during the screenflow
public AbstractResourceListEvent(com.sapportals.wcm.control.base.Habitat habitat,
java.lang.String explanationtext,
IUIBaseCommand command)
list - - the resources that are displayed by the receiving controlstarturi - - the highest ancestor the user can navigate to.explanationtext - - information for the user on how to proceed when carrying out the action.command - - the command that is active during the screenflow| Method Detail |
public void setExplanationtext(java.lang.String text)
text - - the explantion to show within the screenflowpublic java.lang.String getExplanationtext()
nullpublic IUIBaseCommand getUICommand()
nullpublic void setRID(RID rid)
public RID getRID()
IResource to render, can be nullpublic IResourceList getList()
nullpublic void setResourceList(IResourceList list)
list - - the resource list to display by the receiving controlpublic void setStartUri(java.lang.String startUri)
startUri - - the highest folder in the hiearchy the user may navigate topublic java.lang.String getStartUri()
null
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||