@ApplicationScoped public class ContentManagerPerspective extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PERSPECTIVE_ID |
| Constructor and Description |
|---|
ContentManagerPerspective() |
| Modifier and Type | Method and Description |
|---|---|
PerspectiveDefinition |
getPerspective() |
void |
init() |
void |
onOpen() |
void |
onPerspectiveEditorFocus(PerspectiveEditorFocusEvent event) |
void |
onPerspectiveEditorHidden(PlaceHiddenEvent event) |
public static final String PERSPECTIVE_ID
public PerspectiveDefinition getPerspective()
@PostConstruct public void init()
public void onOpen()
public void onPerspectiveEditorFocus(@Observes
PerspectiveEditorFocusEvent event)
public void onPerspectiveEditorHidden(@Observes
PlaceHiddenEvent event)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.