Class AbstractUIPerspective
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractUIPerspective
- All Implemented Interfaces:
CockpitEventAcceptor,CockpitEventProducer,UICockpitPerspective,UIComponent
- Direct Known Subclasses:
BaseUICockpitPerspective
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleintgetLabel()intintgetUid()booleanbooleanabstract voidonHide()abstract voidonShow()voidsetActivationEffectEnabled(boolean enabled) voidsetActiveItem(TypedObject activeItem) voidsetCockpitTypeService(TypeService typeService) voidsetDragAndDropWrapperService(DragAndDropWrapperService dragAndDropWrapperService) voidsetEffectBorderColor(String borderColor) voidsetEffectDuration(double effectDuration) voidsetFocusedArea(FocusablePerspectiveArea focusedArea) voidsetInfoBoxTimeout(int millis) voidvoidsetMoveTargetX(int moveTargetX) voidsetMoveTargetY(int moveTargetY) voidsetSelectable(boolean selectable) voidsetTemplateList(List<TemplateListEntry> templateList) voidvoidsetViewURI(String uri) 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.events.CockpitEventAcceptor
onCockpitEventMethods inherited from interface de.hybris.platform.cockpit.events.CockpitEventProducer
addCockpitEventAcceptor, removeCockpitEventAcceptorMethods inherited from interface de.hybris.platform.cockpit.session.UICockpitPerspective
activateItemInEditor, activateItemInPopupEditor, createItemInPopupEditor, createItemInPopupEditor, createItemInPopupEditor, createItemInPopupEditor, createItemInPopupEditor, getBrowserArea, getEditorArea, getNavigationArea, getNotifier, getPopupEditorArea, handleItemRemoved, openReferenceCollectionInBrowserContext, resetOpenBrowserContainer, setNotifierMethods inherited from interface de.hybris.platform.cockpit.session.UIComponent
initialize
-
Field Details
-
activeItem
-
-
Constructor Details
-
AbstractUIPerspective
public AbstractUIPerspective()
-
-
Method Details
-
setUid
- Specified by:
setUidin interfaceUICockpitPerspective
-
getUid
- Specified by:
getUidin interfaceUICockpitPerspective
-
setActivationEffectEnabled
public void setActivationEffectEnabled(boolean enabled) -
isActivationEffectEnabled
public boolean isActivationEffectEnabled()- Specified by:
isActivationEffectEnabledin interfaceUICockpitPerspective
-
setMoveTargetX
public void setMoveTargetX(int moveTargetX) -
getMoveTargetX
public int getMoveTargetX()- Specified by:
getMoveTargetXin interfaceUICockpitPerspective
-
setMoveTargetY
public void setMoveTargetY(int moveTargetY) -
getMoveTargetY
public int getMoveTargetY()- Specified by:
getMoveTargetYin interfaceUICockpitPerspective
-
setEffectDuration
public void setEffectDuration(double effectDuration) -
getEffectDuration
public double getEffectDuration()- Specified by:
getEffectDurationin interfaceUICockpitPerspective
-
setEffectBorderColor
-
getEffectBorderColor
- Specified by:
getEffectBorderColorin interfaceUICockpitPerspective
-
getLabel
- Specified by:
getLabelin interfaceUIComponent
-
setLabel
-
setViewURI
-
getViewURI
- Specified by:
getViewURIin interfaceUIComponent
-
onShow
public abstract void onShow() -
onHide
public abstract void onHide() -
getFocusedArea
- Specified by:
getFocusedAreain interfaceUICockpitPerspective
-
setFocusedArea
- Specified by:
setFocusedAreain interfaceUICockpitPerspective
-
setActiveItem
-
getActiveItem
- Specified by:
getActiveItemin interfaceUICockpitPerspective
-
setCockpitTypeService
-
getTypeService
- Specified by:
getTypeServicein interfaceUICockpitPerspective
-
getTemplateList
-
setTemplateList
-
setDragAndDropWrapperService
-
getDragAndDropWrapperService
- Specified by:
getDragAndDropWrapperServicein interfaceUICockpitPerspective
-
setSelectable
public void setSelectable(boolean selectable) - Specified by:
setSelectablein interfaceUICockpitPerspective
-
isSelectable
public boolean isSelectable()- Specified by:
isSelectablein interfaceUICockpitPerspective
-
setInfoBoxTimeout
public void setInfoBoxTimeout(int millis) - Specified by:
setInfoBoxTimeoutin interfaceUICockpitPerspective
-
getInfoBoxTimeout
public int getInfoBoxTimeout()- Specified by:
getInfoBoxTimeoutin interfaceUICockpitPerspective
-