Class DatabasePerspective
java.lang.Object
org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
org.teamapps.application.server.controlcenter.database.DatabasePerspective
- All Implemented Interfaces:
org.teamapps.application.api.application.ApplicationInstanceDataMethods,org.teamapps.application.api.application.perspective.ApplicationPerspective
public class DatabasePerspective extends AbstractManagedApplicationPerspective
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatabasePerspective.DatabaseNode -
Field Summary
Fields inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
onPerspectiveInitialized, onPerspectiveRefreshRequested -
Constructor Summary
Constructors Constructor Description DatabasePerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue) -
Method Summary
Modifier and Type Method Description voidshowTable(org.teamapps.universaldb.index.TableIndex tableIndex)voidshowTimeGraph(boolean visible)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
-
Constructor Details
-
DatabasePerspective
public DatabasePerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue)
-
-
Method Details
-
showTable
public void showTable(org.teamapps.universaldb.index.TableIndex tableIndex) -
showTimeGraph
public void showTimeGraph(boolean visible)
-