|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
RMI facade for a remote client Renderer
| Method Summary | |
void |
close()
Close the renderer. |
boolean |
dismissView(int objectId)
Close a remote child view |
void |
renderView(int parentId,
UiObject child)
Open a new remote child view. |
void |
renderView(UiObject uiObject)
Open a new remote view at the root. |
void |
typeChange(int uniqueId,
java.lang.String propertyName,
java.lang.Object value)
Handle type property changes |
void |
uiChange(int uniqueId,
java.lang.String propertyName,
java.lang.Object value)
Handle ui property changes |
| Method Detail |
public void renderView(UiObject uiObject)
throws java.rmi.RemoteException
java.rmi.RemoteException
public void renderView(int parentId,
UiObject child)
throws java.rmi.RemoteException
child - the serialized form of the uiObject to show
java.rmi.RemoteException
public boolean dismissView(int objectId)
throws java.rmi.RemoteException
objectId - the uiObject associated with the remote view
java.rmi.RemoteException
public void uiChange(int uniqueId,
java.lang.String propertyName,
java.lang.Object value)
throws java.rmi.RemoteException
uniqueId - propertyName - value -
java.rmi.RemoteException
public void typeChange(int uniqueId,
java.lang.String propertyName,
java.lang.Object value)
throws java.rmi.RemoteException
uniqueId - propertyName - value -
java.rmi.RemoteException
public void close()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||