Class WorkbenchCustomStandalonePerspectiveDefinitionImpl
- java.lang.Object
-
- org.kie.bc.client.perspectives.standalone.WorkbenchCustomStandalonePerspectiveDefinitionImpl
-
- All Implemented Interfaces:
org.uberfire.client.workbench.WorkbenchCustomStandalonePerspectiveDefinition
@ApplicationScoped public class WorkbenchCustomStandalonePerspectiveDefinitionImpl extends Object implements org.uberfire.client.workbench.WorkbenchCustomStandalonePerspectiveDefinition
-
-
Constructor Summary
Constructors Constructor Description WorkbenchCustomStandalonePerspectiveDefinitionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStandalonePerspectiveIdentifier()booleanopenPathAutomatically()
-
-
-
Method Detail
-
getStandalonePerspectiveIdentifier
public String getStandalonePerspectiveIdentifier()
- Specified by:
getStandalonePerspectiveIdentifierin interfaceorg.uberfire.client.workbench.WorkbenchCustomStandalonePerspectiveDefinition
-
openPathAutomatically
public boolean openPathAutomatically()
- Specified by:
openPathAutomaticallyin interfaceorg.uberfire.client.workbench.WorkbenchCustomStandalonePerspectiveDefinition
-
-