|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public AccessorFactory
Interface representing an AccessorFactory. Accessor API should be used to read/write information from NavigationStateModel.
Method Summary | |
---|---|
PageAccessor |
getPageAccessor(NavigationStateModel navStateModel,
String spaceId)
Returns the Accessor to access Page selection in each Space |
SpaceAccessor |
getSpaceAccessor(NavigationStateModel navStateModel)
Returns the Accessor to access Space selection |
WidgetAccessor |
getWidgetAccessor(NavigationStateModel navStateModel,
String widgetId)
Returns the Widget Accessor to access Widget state information |
PageModeAccessor |
getPageModeAccessor(NavigationStateModel navStateModel)
Returns the Accessor to access Page mode of current page |
ShareableParameterSetAccessor |
getShareableParameterSetAccessor(NavigationStateModel navStateModel,
String id,
String scope)
Returns the Accessor to access the sharable parameters |
LayoutAccessor |
getLayoutAccessor(NavigationStateModel navStateModel,
String pageId)
Returns the Layout Accessor to access page layout state information |
Method Detail |
---|
PageAccessor getPageAccessor(NavigationStateModel navStateModel, String spaceId)
navStateModel
-
NavigationStateModel to get Space/Page SelectionspaceId
-
spaceId to getPage Selection
SpaceAccessor getSpaceAccessor(NavigationStateModel navStateModel)
navStateModel
-
NavigationStateModel to get Space Selection
WidgetAccessor getWidgetAccessor(NavigationStateModel navStateModel, String widgetId)
navStateModel
-
to Widget Navigation StatewidgetId
-
to Widget Navigation State
PageModeAccessor getPageModeAccessor(NavigationStateModel navStateModel)
navStateModel
-
NavigationStateModel to get Space/Page Selection
ShareableParameterSetAccessor getShareableParameterSetAccessor(NavigationStateModel navStateModel, String id, String scope)
navStateModel
-
NavigationStateModel to get ShareableParameterSetid
-
id of ShareableParameterSetscope
-
optional scope for the sharable item set. If not provided or null, the global scope is returned.
LayoutAccessor getLayoutAccessor(NavigationStateModel navStateModel, String pageId)
navStateModel
-
to Layout Navigation StatepageId
-
of the page containing the Layout Container
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |