Class OrganizationChartPerspective
java.lang.Object
org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
org.teamapps.application.server.controlcenter.organization.OrganizationChartPerspective
- All Implemented Interfaces:
org.teamapps.application.api.application.ApplicationInstanceDataMethods,org.teamapps.application.api.application.perspective.ApplicationPerspective
public class OrganizationChartPerspective extends AbstractManagedApplicationPerspective
-
Field Summary
Fields Modifier and Type Field Description static org.teamapps.application.api.privilege.PrivilegeSHOW_DOWNWARDS_ALL_ROLESstatic org.teamapps.application.api.privilege.PrivilegeSHOW_DOWNWARDS_LEADERSstatic org.teamapps.application.api.privilege.PrivilegeSHOW_UPWARDS_ALL_ROLESstatic org.teamapps.application.api.privilege.PrivilegeSHOW_UPWARDS_LEADERSFields inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
onPerspectiveInitialized, onPerspectiveRefreshRequested -
Constructor Summary
Constructors Constructor Description OrganizationChartPerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue) -
Method Summary
Methods inherited from class org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
getMainApplication, getManagedApplication, getOrganizationField, isAppFilter, isOrgFieldFilterAppliedMethods inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
getApplicationInstanceData, getLocalized, getOnPerspectiveInitialized, getOnPerspectiveRefreshRequested, getPerspective, getPerspectiveInfoBadgeValue, getPerspectiveMenuPanel, getPerspectiveToolbarMenuPanel, setPerspective, setPerspectiveMenuPanelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.application.api.application.ApplicationInstanceDataMethods
createApplicationDesktop, getAllowedPrivilegeObjects, getAllowedPrivilegeObjects, getAllowedUnits, getAllowedUnits, getApplicationConfig, getContext, getLocalized, getLocalized, getLocalized, getLocalized, getLocalized, getMultiProgressDisplay, getUser, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, runTaskAsync, showPerspective, writeActivityLog, writeExceptionLog
-
Field Details
-
SHOW_UPWARDS_LEADERS
public static final org.teamapps.application.api.privilege.Privilege SHOW_UPWARDS_LEADERS -
SHOW_UPWARDS_ALL_ROLES
public static final org.teamapps.application.api.privilege.Privilege SHOW_UPWARDS_ALL_ROLES -
SHOW_DOWNWARDS_LEADERS
public static final org.teamapps.application.api.privilege.Privilege SHOW_DOWNWARDS_LEADERS -
SHOW_DOWNWARDS_ALL_ROLES
public static final org.teamapps.application.api.privilege.Privilege SHOW_DOWNWARDS_ALL_ROLES
-
-
Constructor Details
-
OrganizationChartPerspective
public OrganizationChartPerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue)
-