public static interface CaseRolesPresenter.CaseRolesView extends org.uberfire.client.mvp.UberElement<CaseRolesPresenter>
Modifier and Type | Method and Description |
---|---|
void |
addGroup(String groupName,
String roleName,
CaseRolesPresenter.CaseRoleAction... actions) |
void |
addUser(String userName,
String roleName,
CaseRolesPresenter.CaseRoleAction... actions) |
void |
disableNewRoleAssignments() |
void |
enableNewRoleAssignments() |
void |
removeAllRoles() |
void |
setupPagination() |
void |
setUserAddCommand(org.uberfire.mvp.Command command) |
void removeAllRoles()
void addUser(String userName, String roleName, CaseRolesPresenter.CaseRoleAction... actions)
void addGroup(String groupName, String roleName, CaseRolesPresenter.CaseRoleAction... actions)
void setUserAddCommand(org.uberfire.mvp.Command command)
void setupPagination()
void enableNewRoleAssignments()
void disableNewRoleAssignments()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.