T - The presenter instance.public interface AssignedEntitiesEditor<T> extends UberView<T>
An editor view contract for modifying the assigned entities.
This view wraps the given EntitiesExplorerView instance for exploring the users, groups or roles and adds editing features.
| Modifier and Type | Method and Description |
|---|---|
AssignedEntitiesEditor<T> |
configure(EntitiesExplorerView explorerView)
Sets the explorer view being wrapped and the editor's title..
|
AssignedEntitiesEditor<T> |
configureClose(String closeText,
Command closeCallback)
Configures the editor close button's text and click callback.
|
AssignedEntitiesEditor<T> |
configureSave(String saveText,
Command saveCallback)
Configures the editor save button's text and click callback.
|
AssignedEntitiesEditor<T> |
hide()
Hide the editor view.
|
AssignedEntitiesEditor<T> |
show(String header)
Show the editor view.
|
initAssignedEntitiesEditor<T> configure(EntitiesExplorerView explorerView)
explorerView - The explorer view widget.AssignedEntitiesEditor<T> configureClose(String closeText, Command closeCallback)
closeText - The button's text..closeCallback - The button's click handler callback.AssignedEntitiesEditor<T> configureSave(String saveText, Command saveCallback)
saveText - The button's text..saveCallback - The button's click handler callback.AssignedEntitiesEditor<T> show(String header)
header - The editor's header.AssignedEntitiesEditor<T> hide()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.