Class PlugInAuthoringPerspective
- java.lang.Object
-
- org.uberfire.ext.plugin.client.perspective.PlugInAuthoringPerspective
-
@ApplicationScoped public class PlugInAuthoringPerspective extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description PlugInAuthoringPerspective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.workbench.model.PerspectiveDefinitiongetPerspective()voidonOpen()voidsetupDocks()
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
setupDocks
@PostConstruct public void setupDocks()
-
onOpen
public void onOpen()
-
getPerspective
public org.uberfire.workbench.model.PerspectiveDefinition getPerspective()
-
-