Class AbstractApplicationView
java.lang.Object
org.teamapps.application.api.application.AbstractApplicationView
- All Implemented Interfaces:
ApplicationInstanceDataMethods
- Direct Known Subclasses:
AbstractLazyRenderingApplicationView,OrganizationTree
public abstract class AbstractApplicationView extends java.lang.Object implements ApplicationInstanceDataMethods
-
Constructor Summary
Constructors Constructor Description AbstractApplicationView(ApplicationInstanceData applicationInstanceData) -
Method Summary
Modifier and Type Method Description ApplicationInstanceDatagetApplicationInstanceData()Methods 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, createPublicLinkForResource, getAllowedPrivilegeObjects, getAllowedPrivilegeObjects, getAllowedPrivilegeObjects, getAllowedUnits, getAllowedUnits, getApplicationConfig, getComponentFactory, getContext, getDocumentConverter, getLocalized, getLocalized, getLocalized, getLocalized, getLocalized, getLocalizedFormatter, getManagedApplicationId, getMultiProgressDisplay, getOrganizationFieldView, getTranslatableTextExtractor, getUser, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, registerEntityUpdateListener, runTaskAsync, showApplicationPerspective, showPerspective, writeActivityLog, writeExceptionLog
-
Constructor Details
-
AbstractApplicationView
-
-
Method Details
-
getApplicationInstanceData
- Specified by:
getApplicationInstanceDatain interfaceApplicationInstanceDataMethods
-