com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
Interface ModelProxy

All Superinterfaces:
HasModelManager

public interface ModelProxy
extends HasModelManager


Method Summary
 java.lang.Object detach()
          Removes all proxy data stuffs and return an the original object.
 java.util.HashMap<java.lang.String,Field> getFields()
          Returns actual object fields
 void historize()
          Clones an object and adds it to models history
 
Methods inherited from interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager
copy, getClone
 

Method Detail

historize

void historize()
Clones an object and adds it to models history


getFields

java.util.HashMap<java.lang.String,Field> getFields()
Returns actual object fields

Returns:

detach

java.lang.Object detach()
Removes all proxy data stuffs and return an the original object. May be useful while using ModelManager with GWT services

Returns:


Copyright © 2010-2011 Petals Link. All Rights Reserved.