Class AdminPagePerspective
- java.lang.Object
-
- org.uberfire.ext.preferences.client.admin.AdminPagePerspective
-
@ApplicationScoped public class AdminPagePerspective extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description AdminPagePerspective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)org.uberfire.workbench.model.PerspectiveDefinitiongetPerspective()voidonStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPerspective
public org.uberfire.workbench.model.PerspectiveDefinition getPerspective()
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
getMenus
public void getMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)
-
-