Class UserPrivilegesView

java.lang.Object
org.teamapps.application.api.application.AbstractApplicationView
org.teamapps.application.server.system.privilege.UserPrivilegesView
All Implemented Interfaces:
org.teamapps.application.api.application.ApplicationInstanceDataMethods

public class UserPrivilegesView
extends org.teamapps.application.api.application.AbstractApplicationView
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    class  UserPrivilegesView.PrivilegeNode  
  • Constructor Summary

    Constructors
    Constructor Description
    UserPrivilegesView​(UserPrivileges userPrivileges, org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData)  
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.ux.component.form.ResponsiveForm<?> getResponsiveForm()  
    UserPrivileges getUserPrivileges()  

    Methods inherited from class org.teamapps.application.api.application.AbstractApplicationView

    getApplicationInstanceData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

    • UserPrivilegesView

      public UserPrivilegesView​(UserPrivileges userPrivileges, org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData)
  • Method Details

    • getUserPrivileges

      public UserPrivileges getUserPrivileges()
    • getResponsiveForm

      public org.teamapps.ux.component.form.ResponsiveForm<?> getResponsiveForm()