Class AbstractApplicationPerspective

java.lang.Object
org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
All Implemented Interfaces:
ApplicationInstanceDataMethods, ApplicationPerspective

public abstract class AbstractApplicationPerspective
extends java.lang.Object
implements ApplicationPerspective, ApplicationInstanceDataMethods
  • Field Details

    • onPerspectiveInitialized

      public final org.teamapps.event.Event<java.lang.Void> onPerspectiveInitialized
    • onPerspectiveRefreshRequested

      public final org.teamapps.event.Event<java.lang.Void> onPerspectiveRefreshRequested
  • Constructor Details

    • AbstractApplicationPerspective

      public AbstractApplicationPerspective​(ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue)
  • Method Details

    • getOnPerspectiveInitialized

      public org.teamapps.event.Event<java.lang.Void> getOnPerspectiveInitialized()
      Specified by:
      getOnPerspectiveInitialized in interface ApplicationPerspective
    • getOnPerspectiveRefreshRequested

      public org.teamapps.event.Event<java.lang.Void> getOnPerspectiveRefreshRequested()
      Specified by:
      getOnPerspectiveRefreshRequested in interface ApplicationPerspective
    • setPerspectiveMenuPanel

      public void setPerspectiveMenuPanel​(org.teamapps.ux.component.Component perspectiveMenuPanel, org.teamapps.ux.component.Component perspectiveToolbarMenuPanel)
    • setPerspective

      public void setPerspective​(org.teamapps.ux.application.perspective.Perspective perspective)
    • getPerspectiveMenuPanel

      public org.teamapps.ux.component.Component getPerspectiveMenuPanel()
      Specified by:
      getPerspectiveMenuPanel in interface ApplicationPerspective
    • getPerspectiveToolbarMenuPanel

      public org.teamapps.ux.component.Component getPerspectiveToolbarMenuPanel()
      Specified by:
      getPerspectiveToolbarMenuPanel in interface ApplicationPerspective
    • getPerspective

      public org.teamapps.ux.application.perspective.Perspective getPerspective()
      Specified by:
      getPerspective in interface ApplicationPerspective
    • getApplicationInstanceData

      public ApplicationInstanceData getApplicationInstanceData()
      Specified by:
      getApplicationInstanceData in interface ApplicationInstanceDataMethods
    • getPerspectiveInfoBadgeValue

      public org.teamapps.databinding.MutableValue<java.lang.String> getPerspectiveInfoBadgeValue()
    • getLocalized

      public java.lang.String getLocalized​(java.lang.String key)