Class PerspectiveMenuPanel
java.lang.Object
org.teamapps.application.api.application.perspective.PerspectiveMenuPanel
public class PerspectiveMenuPanel
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PerspectiveMenuPanel(ApplicationInstanceData applicationInstanceData, java.util.List<PerspectiveBuilder> perspectiveBuilders) -
Method Summary
Modifier and Type Method Description voidaddInstantiatedPerspective(PerspectiveBuilder builder, ApplicationPerspective perspective)static PerspectiveMenuPanelcreateMenuPanel(ApplicationInstanceData applicationInstanceData, java.util.List<PerspectiveBuilder> perspectiveBuilders)static PerspectiveMenuPanelcreateMenuPanel(ApplicationInstanceData applicationInstanceData, PerspectiveBuilder... perspectiveBuilders)org.teamapps.ux.component.itemview.SimpleItemView<PerspectiveBuilder>getButtonMenu()org.teamapps.ux.component.ComponentgetComponent()voidopenPerspective(PerspectiveBuilder builder)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PerspectiveMenuPanel
public PerspectiveMenuPanel(ApplicationInstanceData applicationInstanceData, java.util.List<PerspectiveBuilder> perspectiveBuilders)
-
-
Method Details
-
createMenuPanel
public static PerspectiveMenuPanel createMenuPanel(ApplicationInstanceData applicationInstanceData, PerspectiveBuilder... perspectiveBuilders) -
createMenuPanel
public static PerspectiveMenuPanel createMenuPanel(ApplicationInstanceData applicationInstanceData, java.util.List<PerspectiveBuilder> perspectiveBuilders) -
openPerspective
-
addInstantiatedPerspective
public void addInstantiatedPerspective(PerspectiveBuilder builder, ApplicationPerspective perspective) -
getComponent
public org.teamapps.ux.component.Component getComponent() -
getButtonMenu
-