@Dependent public class GroupEditorWorkflow extends Object implements com.google.gwt.user.client.ui.IsWidget
Main entry point for viewing a group instance.
Modifier and Type | Field and Description |
---|---|
protected org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> |
errorCallback |
EntityWorkflowView |
view |
Constructor and Description |
---|
GroupEditorWorkflow(ClientUserSystemManager userSystemManager,
org.jboss.errai.common.client.api.Caller<AuthorizationService> authorizationService,
PermissionManager permissionManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
ConfirmBox confirmBox,
LoadingBox loadingBox,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification,
javax.enterprise.event.Event<SaveGroupEvent> saveGroupEvent,
javax.enterprise.event.Event<DeleteGroupEvent> deleteGroupEvent,
GroupEditor groupEditor,
GroupEditorDriver groupEditorDriver,
EntityWorkflowView view) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
protected void |
checkDirty(Command callback) |
protected boolean |
checkEventContext(ContextualEvent contextualEvent,
Object context) |
protected void |
checkStatus() |
void |
clear() |
protected void |
doDelete() |
protected void |
doInitView() |
protected void |
doLoad(String name) |
protected void |
doSave() |
protected void |
doShow(String groupName) |
protected void |
edit() |
GroupEditor |
getGroupEditor() |
protected String |
getSaveButtonText() |
protected void |
hideLoadingBox() |
boolean |
isDirty() |
protected boolean |
isPerspectiveReadDenied(PerspectiveActivity perspectiveActivity) |
protected void |
onCancel() |
protected void |
onSave() |
protected void |
setDirty(boolean isDirty) |
void |
setup() |
void |
show(String name) |
protected void |
showLoadingBox() |
protected void |
showNotification(String message) |
public EntityWorkflowView view
protected final org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> errorCallback
@Inject public GroupEditorWorkflow(ClientUserSystemManager userSystemManager, org.jboss.errai.common.client.api.Caller<AuthorizationService> authorizationService, PermissionManager permissionManager, javax.enterprise.event.Event<OnErrorEvent> errorEvent, ConfirmBox confirmBox, LoadingBox loadingBox, javax.enterprise.event.Event<NotificationEvent> workbenchNotification, javax.enterprise.event.Event<SaveGroupEvent> saveGroupEvent, javax.enterprise.event.Event<DeleteGroupEvent> deleteGroupEvent, GroupEditor groupEditor, GroupEditorDriver groupEditorDriver, EntityWorkflowView view)
@PostConstruct public void setup()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public GroupEditor getGroupEditor()
public void show(String name)
protected String getSaveButtonText()
protected void onSave()
protected void onCancel()
public void clear()
public boolean isDirty()
protected void doDelete()
protected void doShow(String groupName)
protected void doInitView()
protected void doLoad(String name)
protected void doSave()
protected void showNotification(String message)
protected void setDirty(boolean isDirty)
protected void checkDirty(Command callback)
protected void showLoadingBox()
protected void hideLoadingBox()
protected void edit()
protected boolean checkEventContext(ContextualEvent contextualEvent, Object context)
protected void checkStatus()
protected boolean isPerspectiveReadDenied(PerspectiveActivity perspectiveActivity)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.