Interface Viewer<T>
-
- Type Parameters:
T- The entity type.
- All Known Subinterfaces:
Editor<T,A>,GroupEditor,RoleEditor,UserAssignedGroupsEditor,UserAssignedGroupsExplorer,UserAssignedRolesEditor,UserAssignedRolesExplorer,UserAttributesEditor,UserEditor
public interface Viewer<T>A client side viewer.
- Since:
- 0.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshow(T instance)Initialize the viewer hierarchy and display the instance to show.
-
-
-
Method Detail
-
show
void show(T instance)
Initialize the viewer hierarchy and display the instance to show.- Parameters:
instance- The instance.
-
-