Class ContentManagerPerspective
- java.lang.Object
-
- org.dashbuilder.client.cms.perspective.ContentManagerPerspective
-
@ApplicationScoped public class ContentManagerPerspective extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPERSPECTIVE_ID
-
Constructor Summary
Constructors Constructor Description ContentManagerPerspective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.workbench.model.PerspectiveDefinitiongetPerspective()voidinit()voidonOpen()voidonPerspectiveEditorFocus(org.uberfire.ext.plugin.client.perspective.editor.events.PerspectiveEditorFocusEvent event)voidonPerspectiveEditorHidden(org.uberfire.client.workbench.events.PlaceHiddenEvent event)
-
-
-
Field Detail
-
PERSPECTIVE_ID
public static final String PERSPECTIVE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPerspective
public org.uberfire.workbench.model.PerspectiveDefinition getPerspective()
-
init
public void init()
-
onOpen
public void onOpen()
-
onPerspectiveEditorFocus
public void onPerspectiveEditorFocus(@Observes org.uberfire.ext.plugin.client.perspective.editor.events.PerspectiveEditorFocusEvent event)
-
onPerspectiveEditorHidden
public void onPerspectiveEditorHidden(@Observes org.uberfire.client.workbench.events.PlaceHiddenEvent event)
-
-