|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public PageModeAccessor
Interface representing an PageModeAccessor.
Field Summary | |
---|---|
String |
VIEW
VIEW mode of page, can be used as com.ibm.mashups.enabler.model.state.PageModeAccessor.VIEW with "view" as the actual value |
String |
EDIT
EDIT mode of page, can be used as com.ibm.mashups.enabler.model.state.PageModeAccessor.EDIT with "edit" as the actual value |
Method Summary | |
---|---|
String |
getPageMode()
Returns the of the page mode of current page. |
void |
setPageMode(String pageMode)
Sets the page mode of the page |
Boolean |
confirmSetPageMode(String pageMode)
Confirms if it's possible to set a new page mode |
Field Detail |
---|
String VIEW
String EDIT
Method Detail |
---|
String getPageMode()
void setPageMode(String pageMode)
pageMode
-
The mode of the pageBoolean confirmSetPageMode(String pageMode)
pageMode
-
The mode of the page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |