Package org.uberfire.client.perspectives
Class SimplePerspective
- java.lang.Object
-
- org.uberfire.client.perspectives.SimplePerspective
-
@ApplicationScoped public class SimplePerspective extends Object
A simple perspective with one tabbed panel.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description SimplePerspective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.workbench.model.PerspectiveDefinitionbuildPerspective()voidgetMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
buildPerspective
public org.uberfire.workbench.model.PerspectiveDefinition buildPerspective()
-
getMenus
public void getMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)
-
-