T - type of the instance this view corresponds topublic interface InstanceView<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
copyFromSource()
Triggers to copy data from source to view.
|
String |
getCompositeId()
Returns the id of the view.
|
T |
getSource()
Returns "raw" object instance for this view
|
T getSource()
void copyFromSource()
String getCompositeId()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.