public interface ObjectNames
Modifier and Type | Method and Description |
---|---|
ObjectName |
nameFor(Object object)
Get the object name for the give component object.
|
Object |
objectFor(ObjectName objectName)
Get the client side component for the given object name.
|
ObjectName nameFor(Object object)
object
- The proxy.Object objectFor(ObjectName objectName)
objectName
- The object name.