Package org.uberfire.client.perspectives
Class SimplePerspectiveNoContext
- java.lang.Object
-
- org.uberfire.client.perspectives.SimplePerspectiveNoContext
-
@ApplicationScoped public class SimplePerspectiveNoContext extends Object
A simple perspective with one tabbed panel. To test access /showcase.html?standalone=true&perspective=SimplePerspectiveNoContext&header=AppNavBar
-
-
Field Summary
Fields Modifier and Type Field Description static StringSIMPLE_PERSPECTIVE_NO_CONTEXT
-
Constructor Summary
Constructors Constructor Description SimplePerspectiveNoContext()
-
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
-
SIMPLE_PERSPECTIVE_NO_CONTEXT
public static final String SIMPLE_PERSPECTIVE_NO_CONTEXT
- 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)
-
-