public class PerspectiveEditorActivity extends Object implements PerspectiveActivity
| Constructor and Description |
|---|
PerspectiveEditorActivity(LayoutTemplate editor,
PerspectiveEditorScreenActivity screen) |
| Modifier and Type | Method and Description |
|---|---|
PerspectiveDefinition |
buildPerspective() |
protected String |
getDefaultPanelType() |
PerspectiveDefinition |
getDefaultPerspectiveLayout() |
String |
getIdentifier() |
void |
getMenus(Consumer<Menus> menusConsumer) |
PlaceRequest |
getPlace() |
ActivityResourceType |
getResourceType() |
PerspectiveEditorScreenActivity |
getScreen() |
ToolBar |
getToolBar() |
boolean |
isDefault() |
boolean |
isTransient() |
void |
onClose() |
void |
onOpen() |
void |
onShutdown() |
void |
onStartup(PlaceRequest place) |
void |
update(LayoutTemplate editor,
PerspectiveEditorScreenActivity screen) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetDependencies, isTypepublic PerspectiveEditorActivity(LayoutTemplate editor, PerspectiveEditorScreenActivity screen)
public void update(LayoutTemplate editor, PerspectiveEditorScreenActivity screen)
public PerspectiveEditorScreenActivity getScreen()
public PlaceRequest getPlace()
public void onStartup(PlaceRequest place)
public void onShutdown()
onShutdown in interface Activitypublic PerspectiveDefinition getDefaultPerspectiveLayout()
getDefaultPerspectiveLayout in interface PerspectiveActivitypublic PerspectiveDefinition buildPerspective()
protected String getDefaultPanelType()
public String getIdentifier()
getIdentifier in interface Resourcepublic boolean isDefault()
isDefault in interface ActivityisDefault in interface PerspectiveActivitypublic boolean isTransient()
isTransient in interface PerspectiveActivitypublic void getMenus(Consumer<Menus> menusConsumer)
getMenus in interface PerspectiveActivitypublic ToolBar getToolBar()
getToolBar in interface PerspectiveActivitypublic ActivityResourceType getResourceType()
getResourceType in interface ResourceCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.