@Dependent public class GroupEditorDriver extends Object implements Driver<org.jboss.errai.security.shared.api.Group,GroupEditor>
| Constructor and Description |
|---|
GroupEditorDriver(ClientUserSystemManager userSystemManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
edit(org.jboss.errai.security.shared.api.Group group,
GroupEditor groupEditor)
Edit the instance using the given editor.
|
boolean |
flush()
Flush the editors hierarchy states and perform the validations.
|
int |
getGroupPriority() |
org.uberfire.client.mvp.PerspectiveActivity |
getHomePerspective() |
org.uberfire.security.authz.PermissionCollection |
getPermissions() |
org.jboss.errai.security.shared.api.Group |
getValue()
The instance after being flush with against the editors hierarchy.
|
void |
show(org.jboss.errai.security.shared.api.Group group,
GroupEditor groupEditor)
Show the instance using the given editor.
|
@Inject public GroupEditorDriver(ClientUserSystemManager userSystemManager)
public void show(org.jboss.errai.security.shared.api.Group group,
GroupEditor groupEditor)
Drivershow in interface Driver<org.jboss.errai.security.shared.api.Group,GroupEditor>group - The instance to show.groupEditor - The viewer for the instance.public void edit(org.jboss.errai.security.shared.api.Group group,
GroupEditor groupEditor)
Driveredit in interface Driver<org.jboss.errai.security.shared.api.Group,GroupEditor>group - The instance to show.groupEditor - The editor for the instance.public boolean flush()
Driverflush in interface Driver<org.jboss.errai.security.shared.api.Group,GroupEditor>public org.jboss.errai.security.shared.api.Group getValue()
DrivergetValue in interface Driver<org.jboss.errai.security.shared.api.Group,GroupEditor>public org.uberfire.security.authz.PermissionCollection getPermissions()
public org.uberfire.client.mvp.PerspectiveActivity getHomePerspective()
public int getGroupPriority()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.