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

Packages that use ModelProxy
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client   
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder   
 

Uses of ModelProxy in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client that return types with arguments of type ModelProxy
 java.util.HashSet<ModelProxy> HistoryManager.getUndoredoSuscribers()
           
 

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client with parameters of type ModelProxy
 void HistoryManager.addCopyHandler(ModelProxy model, HistoryManager.ICopyHandler handler)
           
 void HistoryManager.addHistorizationHandler(ModelProxy model, HistoryManager.IHistorizationHandler handler)
           
 void HistoryManager.addModelToHistory(ModelProxy model, T stateXModel)
           
 void HistoryManager.addUndoRedoSuscriber(ModelProxy undoredo)
          TODO: Really necessary ?
 java.util.List<HistoryManager.ICopyHandler> HistoryManager.getCopyHandlers(ModelProxy modelProxy)
           
 void UndoRedoSession.IUndoRedoSessionHandler.onAddModelToHistory(ModelProxy addeModel)
           
 void UndoRedoSession.IUndoRedoSessionHandler.onAfterRedo(ModelProxy redoModel)
           
 void UndoRedoSession.IUndoRedoSessionHandler.onAfterUndo(ModelProxy undoModel)
           
 void UndoRedoSession.IUndoRedoSessionHandler.onBeforeRedo(ModelProxy redoModel)
           
 void UndoRedoSession.IUndoRedoSessionHandler.onBeforeUndo(ModelProxy undoModel)
           
 void HistoryManager.ICopyHandler.onCopy(ModelProxy modelProxy)
           
 void HistoryManager.IHistorizationHandler.onHistorize(ModelProxy modelProxy)
           
 

Constructors in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client with parameters of type ModelProxy
HistoryManager.ModelHistory(ModelProxy model)
           
 

Uses of ModelProxy in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder with parameters of type ModelProxy
 UIFieldWidget UIBindingManager.getFieldWidgetFromSingleModelRegistry(java.lang.String fieldName, ModelProxy instance)
          Get a single uifield by a specific model and the field name from registry
 UIFieldWidget<?> UIBindingManager.getWidget(java.lang.String fieldName, java.lang.Class<?> fieldType, ModelProxy enclosingObject)
          Return the widget considering all mapping policies
 void UIBindingManager.registerUIField(ModelProxy instance, java.lang.String fieldName, UIFieldWidget<?> uifield)
           
 

Method parameters in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder with type arguments of type ModelProxy
 java.util.HashSet<java.lang.Class<?>> UIBindingManager.getEnclosingObjectsTypes(java.util.HashSet<ModelProxy> enclosingObjects)
          Returns a list of enclosing object types for a list of enclosing objects
 UIFieldWidget UIBindingManager.getFieldWidgetFromMultipleModelRegistry(java.lang.String fieldName, java.util.HashSet<ModelProxy> instances)
          Get a widget for a set of models ant the field name from registry
 UIFieldWidget<?> UIBindingManager.getWidget(java.lang.String fieldName, java.lang.Class<?> fieldType, java.util.HashSet<ModelProxy> enclosingObjects)
           
 void UIBindingManager.registerUIField(java.util.HashSet<ModelProxy> instances, java.lang.String fieldName, UIFieldWidget<?> uifield)
           
 



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