public class RoleAssignmentPresenter extends com.gwtplatform.mvp.client.Presenter<RoleAssignmentPresenter.MyView,RoleAssignmentPresenter.MyProxy>
Role assignment which do not met these constraints, won't be visible in the conole and have to be managed using other tools (e.g. the CLI)
| Modifier and Type | Class and Description |
|---|---|
static interface |
RoleAssignmentPresenter.MyProxy |
static interface |
RoleAssignmentPresenter.MyView |
| Constructor and Description |
|---|
RoleAssignmentPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
RoleAssignmentPresenter.MyView view,
RoleAssignmentPresenter.MyProxy proxy,
RevealStrategy revealStrategy,
DispatchAsync dispatcher,
HostInformationStore hostInformationStore,
ServerGroupStore serverGroupStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleAssignment(RoleAssignment assignment) |
void |
addScopedRole(Role role) |
void |
closeWindow() |
boolean |
isInitialized() |
boolean |
isStandalone() |
void |
launchAddRoleAssignmentWizard(Principal.Type type) |
void |
launchAddScopedRoleWizard() |
void |
modifyIncludeAll(Role role) |
protected void |
onBind() |
protected void |
onReset() |
void |
openWindow(String title,
int width,
int height,
com.google.gwt.user.client.ui.Widget content) |
void |
removeRoleAssignment(RoleAssignment assignment) |
void |
removeScopedRole(Role role) |
protected void |
revealInParent() |
void |
saveRoleAssignment(RoleAssignment assignment,
RoleAssignment oldValue) |
void |
saveScopedRole(Role role) |
void |
showMembers(Role role) |
bind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public RoleAssignmentPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
RoleAssignmentPresenter.MyView view,
RoleAssignmentPresenter.MyProxy proxy,
RevealStrategy revealStrategy,
DispatchAsync dispatcher,
HostInformationStore hostInformationStore,
ServerGroupStore serverGroupStore)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<RoleAssignmentPresenter.MyView,RoleAssignmentPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<RoleAssignmentPresenter.MyView>public void launchAddRoleAssignmentWizard(Principal.Type type)
public void addRoleAssignment(RoleAssignment assignment)
public void saveRoleAssignment(RoleAssignment assignment, RoleAssignment oldValue)
public void removeRoleAssignment(RoleAssignment assignment)
public void launchAddScopedRoleWizard()
public void addScopedRole(Role role)
public void saveScopedRole(Role role)
public void modifyIncludeAll(Role role)
public void removeScopedRole(Role role)
public void showMembers(Role role)
public void openWindow(String title, int width, int height, com.google.gwt.user.client.ui.Widget content)
public void closeWindow()
public boolean isInitialized()
public boolean isStandalone()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.