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<AbstractPerspectiveBuilder> perspectiveBuilders) -
Method Summary
Modifier and Type Method Description voidaddInstantiatedPerspective(AbstractPerspectiveBuilder builder, ApplicationPerspective perspective)static PerspectiveMenuPanelcreateMenuPanel(ApplicationInstanceData applicationInstanceData, java.util.List<AbstractPerspectiveBuilder> perspectiveBuilders)static PerspectiveMenuPanelcreateMenuPanel(ApplicationInstanceData applicationInstanceData, AbstractPerspectiveBuilder... perspectiveBuilders)org.teamapps.ux.component.itemview.SimpleItemView<AbstractPerspectiveBuilder>getButtonMenu()org.teamapps.ux.component.ComponentgetComponent()voidopenPerspective(AbstractPerspectiveBuilder 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<AbstractPerspectiveBuilder> perspectiveBuilders)
-
-
Method Details
-
createMenuPanel
public static PerspectiveMenuPanel createMenuPanel(ApplicationInstanceData applicationInstanceData, AbstractPerspectiveBuilder... perspectiveBuilders) -
createMenuPanel
public static PerspectiveMenuPanel createMenuPanel(ApplicationInstanceData applicationInstanceData, java.util.List<AbstractPerspectiveBuilder> perspectiveBuilders) -
openPerspective
-
addInstantiatedPerspective
public void addInstantiatedPerspective(AbstractPerspectiveBuilder builder, ApplicationPerspective perspective) -
getComponent
public org.teamapps.ux.component.Component getComponent() -
getButtonMenu
public org.teamapps.ux.component.itemview.SimpleItemView<AbstractPerspectiveBuilder> getButtonMenu()
-