@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() |
PerspectiveActivity |
getHomePerspective() |
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)
Driver
show
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)
Driver
edit
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()
Driver
flush
in interface Driver<org.jboss.errai.security.shared.api.Group,GroupEditor>
public org.jboss.errai.security.shared.api.Group getValue()
Driver
getValue
in interface Driver<org.jboss.errai.security.shared.api.Group,GroupEditor>
public PermissionCollection getPermissions()
public PerspectiveActivity getHomePerspective()
public int getGroupPriority()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.