Class AbstractUINavigationArea
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractUINavigationArea
- All Implemented Interfaces:
CockpitEventAcceptor,CockpitEventProducer,FocusablePerspectiveArea,UICockpitArea,UIComponent,UINavigationArea
- Direct Known Subclasses:
BaseUICockpitNavigationArea
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAreaListener(NavigationAreaListener listener) voidaddCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidaddSection(Section section) voidaddSections(List<Section> sections) getWidth()abstract voidinitialize(Map<String, Object> params) Initializes this navigation area.booleanvoidonCockpitEvent(CockpitEvent event) voidvoidremoveAreaListener(NavigationAreaListener listener) voidvoidremoveSection(Section section) voidremoveSections(Collection<Section> sections) voidsetFocus(boolean focus) voidsetHeaderURI(String headerURI) voidsetPerspective(UICockpitPerspective perspective) voidsetSectionModel(SectionPanelModel sectionModel) voidsetSectionRenderer(SectionRenderer sectionRenderer) voidsetSections(List<Section> sections) voidsetViewURI(String viewURI) voidvoidabstract voidupdate()Updates this navigation area.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.session.UIComponent
getLabelMethods inherited from interface de.hybris.platform.cockpit.session.UINavigationArea
getDynamicQueryService, getObjectCollectionService, getSavedQueryService, getSelectedBrowserTask, getSelectedCollection, getSelectedDynamicQuery, getSelectedSavedQuery, getTypeService, resetContext, setSelectedBrowserTask, setSelectedQuery
-
Constructor Details
-
AbstractUINavigationArea
public AbstractUINavigationArea()
-
-
Method Details
-
getListeners
-
setSectionModel
-
getSectionModel
- Specified by:
getSectionModelin interfaceUINavigationArea
-
getSectionRenderer
- Specified by:
getSectionRendererin interfaceUINavigationArea
-
setSectionRenderer
-
setPerspective
- Specified by:
setPerspectivein interfaceUICockpitArea
-
getPerspective
- Specified by:
getPerspectivein interfaceUICockpitArea
-
showAllSections
public void showAllSections()- Specified by:
showAllSectionsin interfaceUINavigationArea
-
getViewURI
- Specified by:
getViewURIin interfaceUIComponent
-
setViewURI
-
getManagingPerspective
- Specified by:
getManagingPerspectivein interfaceFocusablePerspectiveArea
-
getHeaderURI
- Specified by:
getHeaderURIin interfaceUINavigationArea
-
setHeaderURI
-
isFocused
public boolean isFocused()- Specified by:
isFocusedin interfaceFocusablePerspectiveArea
-
setFocus
public void setFocus(boolean focus) - Specified by:
setFocusin interfaceFocusablePerspectiveArea
-
addSection
- Specified by:
addSectionin interfaceUINavigationArea
-
addSections
- Specified by:
addSectionsin interfaceUINavigationArea
-
removeAllSections
public void removeAllSections()- Specified by:
removeAllSectionsin interfaceUINavigationArea
-
removeSection
- Specified by:
removeSectionin interfaceUINavigationArea
-
removeSections
- Specified by:
removeSectionsin interfaceUINavigationArea
-
setSections
- Specified by:
setSectionsin interfaceUINavigationArea
-
addCockpitEventAcceptor
- Specified by:
addCockpitEventAcceptorin interfaceCockpitEventProducer
-
removeCockpitEventAcceptor
- Specified by:
removeCockpitEventAcceptorin interfaceCockpitEventProducer
-
onCockpitEvent
- Specified by:
onCockpitEventin interfaceCockpitEventAcceptor
-
initialize
Initializes this navigation area. Typically callsSectionPanelModel.initialize().- Specified by:
initializein interfaceUICockpitArea- Specified by:
initializein interfaceUIComponent- See Also:
-
update
public abstract void update()Updates this navigation area. Typically callsSectionPanelModel.update().- Specified by:
updatein interfaceUICockpitArea- See Also:
-
setWidth
- Specified by:
setWidthin interfaceUINavigationArea
-
getWidth
- Specified by:
getWidthin interfaceUINavigationArea