A B C D E F G H I L M O P R S T U

A

AbstractUIFieldWidget<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield
 
AbstractUIFieldWidget() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 
AbstractUITemplate - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
AbstractUITemplate() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.AbstractUITemplate
 
addClassMappingPolicy(EnclosedFieldMappingPolicy) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
addCopyHandler(ModelProxy, HistoryManager.ICopyHandler) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
addHandler(UndoRedoSession.IUndoRedoSessionHandler) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession
 
addHistorizationHandler(ModelProxy, HistoryManager.IHistorizationHandler) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
addIgnoreMappingPolicy(EnclosedFieldMappingPolicy) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
addItem(String, String) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.ListUIField
 
addMethodObserver(T, String, MethodObserver<T>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ObservableManager
Add an observer on a specific method
addMethodObserver(T, MethodObserver<T>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ObservableManager
Add an observer on every method
addMethodObserverIfNoObserverExists(T, String, MethodObserver<T>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ObservableManager
 
addModelToHistory(ModelProxy, T) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
addModelToHistory(HasModelManager) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager.ModelHistory
 
addProxyMappedType(Class<?>, Class<?>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelRegistry
 
addTypeMappingPolicy(FieldMappingPolicy) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
addUIFieldHandler(IUIFieldHandler) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 
addUndoRedoSuscriber(ModelProxy) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
TODO: Really necessary ?
addValueChangeHandler(ValueChangeHandler<T>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 
afterMethodCalled(T, Object...) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.MethodObserver
 
autoloadWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 
autoloadWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.ListUIField
 
autoloadWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.MultipleChoiceListUIField
 
autoloadWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.UIFieldCheckBox
 

B

beforeMethodCalled(T, Object...) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.MethodObserver
 
bind(T, AbstractUITemplate) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
bind(List<? extends T>, AbstractUITemplate) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 

C

clearClassMappingPolicies() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
clearIgnoreMappingPolicies() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
clone(T, T, List<String>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.CloneManager
 
CloneManager<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client - package com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder - package com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.template - package com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.template
 
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield - package com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield
 
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events - package com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events
 
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.rebind - package com.ebmwebsourcing.geasytools.modeleditor.modelmanager.rebind
 
copy(Object) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager
Copying a model means change the state of the actual one but setters shouldn't be used while copying fields.

D

DefaultUITemplate - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.template
UITemplate used when no template have been registered through UIBindingManager TODO: COMPLETE with commonly used types
DefaultUITemplate() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.template.DefaultUITemplate
 
detach() - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelProxy
Removes all proxy data stuffs and return an the original object.
detach(T) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelProxyManager
 
dispatch(IUIFieldHandler) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events.DisplayEvent
 
DisplayEvent - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events
 
DisplayEvent() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events.DisplayEvent
 

E

EnclosedFieldMappingPolicy - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
EnclosedFieldMappingPolicy(Class<?>, String, IInstantiationHandler<?>) - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.EnclosedFieldMappingPolicy
 
equals(Object) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 

F

Field - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
Field(String, Class<?>, Class<?>) - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
FieldMappingPolicy - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
FieldMappingPolicy(Class<?>, Class<?>) - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.FieldMappingPolicy
 
fields - Variable in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.AbstractUITemplate
 
fireEvent(GwtEvent<?>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 

G

generate(TreeLogger, GeneratorContext, String) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.rebind.ModelProxyGenerator
 
getAssociatedType() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events.DisplayEvent
 
getClassMappingPolicies() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
getClone() - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager
Clones are used to store the state of actual object at a specific moment.
getCloneManager() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelManagerFactory
 
getCommonFieldsFromModels(List<? extends T>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
Returns fields that have same names and types from multiple models
getCopyHandlers(ModelProxy) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
getDataProvider() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 
getDataProvider() - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIFieldWidget
 
getEnclosingObject() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
getEnclosingObjectsTypes(HashSet<ModelProxy>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
Returns a list of enclosing object types for a list of enclosing objects
getEnclosingType() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.EnclosedFieldMappingPolicy
 
getEnclosingType() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
getFieldByName(T, String) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ObservableManager
 
getFieldName() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.EnclosedFieldMappingPolicy
 
getFieldNameByMethodName(String) - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.Utils
 
getFields() - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelProxy
Returns actual object fields
getFieldType() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.FieldMappingPolicy
 
getFieldWidgetFromMultipleModelRegistry(String, HashSet<ModelProxy>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
Get a widget for a set of models ant the field name from registry
getFieldWidgetFromSingleModelRegistry(String, ModelProxy) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
Get a single uifield by a specific model and the field name from registry
getGetterMethodByFieldName(String, boolean) - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.Utils
 
getHistoryManager() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelManagerFactory
 
getIgnoreMappingPolicies() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
getInstance() - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.CloneManager
 
getInstance() - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
getInstance() - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelProxyManager
 
getInstance() - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelRegistry
 
getInstance() - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ObservableManager
 
getInstance() - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
getInstantiationHandler() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.EnclosedFieldMappingPolicy
 
getMainWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 
getMainWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.ListUIField
 
getMainWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.MultipleChoiceListUIField
 
getMainWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.TextBoxUIField
 
getMainWidget() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.UIFieldCheckBox
 
getMappedModelTypes() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.AbstractUITemplate
 
getMethodObservers(T, String) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ObservableManager
 
getMethodObservers(T) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ObservableManager
 
getModelProxyManager() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelManagerFactory
 
getModelProxyRealType(T) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelRegistry
 
getModelProxyRealType(Class<?>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelRegistry
 
getModelRegistry() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelManagerFactory
 
getName() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
getObserverManager() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelManagerFactory
 
getOppositeMethodName(String) - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.Utils
 
getSetterMethodByFieldName(String) - Static method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.Utils
 
getTemplate() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.AbstractUITemplate
 
getTemplate() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.template.DefaultUITemplate
 
getType() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
getTypeMappingPolicies() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
getUIBindingManager() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelManagerFactory
 
getUIField(String) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.AbstractUITemplate
 
getUIFieldInstantiationHandler(Class<?>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
getUImappingType() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.FieldMappingPolicy
 
getUndoredoSuscribers() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
getValue() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
getValue() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.ListUIField
 
getValue() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.MultipleChoiceListUIField
 
getValue() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.TextBoxUIField
 
getValue() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.UIFieldCheckBox
 
getValue() - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIFieldWidget
 
getWidget(String, Class<?>, ModelProxy) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
Return the widget considering all mapping policies
getWidget(String, Class<?>, HashSet<ModelProxy>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 

H

hashCode() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
HasModelManager - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
Marker interface to enable historization on a model
hasMoreRedo(T) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
hasMoreRedo() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager.ModelHistory
 
hasMoreRedo() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession
 
hasMoreUndo(T) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
hasMoreUndo() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager.ModelHistory
 
hasMoreUndo() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession
 
hasObserver - Static variable in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.AbstractUITemplate
 
historize() - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelProxy
Clones an object and adds it to models history
HistoryManager<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
HistoryManager.ICopyHandler - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
HistoryManager.IHistorizationHandler - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
HistoryManager.ModelHistory - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
HistoryManager.ModelHistory(ModelProxy) - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager.ModelHistory
 

I

IDataProvider - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
IInstantiationHandler<T> - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
instantiate() - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.IInstantiationHandler
 
isIgnored(Field) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
Checks if the specified field should be ignored as specified in UIBindingManager mapping policy
IUIFieldHandler - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events
 

L

ListUIField<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield
 
ListUIField(List<T>) - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.ListUIField
 

M

MethodObserver<T> - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
ModelManagerFactory<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
ModelManagerFactory() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelManagerFactory
 
ModelProxy - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
ModelProxyGenerator - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.rebind
Generates a proxy for the model passed in GWT.create(); TODO: This class is to complicated to read => clean up that mess !
ModelProxyGenerator() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.rebind.ModelProxyGenerator
 
ModelProxyManager<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
ModelRegistry<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
Contains some useful metadata stuffs on binded classes
MultipleChoiceListUIField<T extends java.util.List<E>,E> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield
 
MultipleChoiceListUIField(T) - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.MultipleChoiceListUIField
 

O

ObservableManager<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
onAddModelToHistory(ModelProxy) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession.IUndoRedoSessionHandler
 
onAfterRedo(ModelProxy) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession.IUndoRedoSessionHandler
 
onAfterUndo(ModelProxy) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession.IUndoRedoSessionHandler
 
onBeforeRedo(ModelProxy) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession.IUndoRedoSessionHandler
 
onBeforeUndo(ModelProxy) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession.IUndoRedoSessionHandler
 
onCopy(ModelProxy) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager.ICopyHandler
 
onDisplay() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 
onDisplay(DisplayEvent) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events.IUIFieldHandler
 
onDisplay() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.TextBoxUIField
 
onDisplay() - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIFieldWidget
 
onHistorize(ModelProxy) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager.IHistorizationHandler
 

P

populateListItem() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.ListUIField
 

R

redo() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager.ModelHistory
 
redo(T) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
redo() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession
 
refresh() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.AbstractUITemplate
 
refresh() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.template.DefaultUITemplate
 
registerModel(Object) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession
 
registerUIField(ModelProxy, String, UIFieldWidget<?>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
registerUIField(HashSet<ModelProxy>, String, UIFieldWidget<?>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 
registerUIFieldInstantiationHandler(Class<?>, IInstantiationHandler<?>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIBindingManager
 

S

setDataProvider(IDataProvider) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.AbstractUIFieldWidget
 
setDataProvider(IDataProvider) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIFieldWidget
 
setEnclosingObject(Object) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
setFields(HashMap<String, List<Field>>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.AbstractUITemplate
 
setFieldValue(Object) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
setOptions(List<T>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.ListUIField
 
setOptions(List<E>) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.MultipleChoiceListUIField
 
setSetterHandler(SetterHandler) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
SetterHandler - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
setValue(Object) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field
 
setValue(Object) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.SetterHandler
 
setValue(T, boolean) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.ListUIField
 
setValue(T, boolean) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.MultipleChoiceListUIField
 
setValue(T, boolean) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.TextBoxUIField
 
setValue(Boolean, boolean) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.UIFieldCheckBox
 
setValue(T, boolean) - Method in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIFieldWidget
Sets the value handled by actual UIField

T

TextBoxUIField<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield
 
TextBoxUIField() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.TextBoxUIField
 
Type - Static variable in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.events.DisplayEvent
 

U

UIBindingManager<T> - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
UIFieldCheckBox - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield
 
UIFieldCheckBox(Boolean) - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield.UIFieldCheckBox
 
UIFieldWidget<T> - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder
 
undo() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager.ModelHistory
 
undo(T) - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HistoryManager
 
undo() - Method in class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession
 
UndoRedoSession - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
Handles historization on multiple models
UndoRedoSession() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.UndoRedoSession
 
UndoRedoSession.IUndoRedoSessionHandler - Interface in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
Utils - Class in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
 
Utils() - Constructor for class com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.Utils
 

A B C D E F G H I L M O P R S T U

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