Uses of Interface
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.UIFieldWidget

Packages that use UIFieldWidget
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder   
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield   
 

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

Fields in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder with type parameters of type UIFieldWidget
static java.util.HashSet<UIFieldWidget> AbstractUITemplate.hasObserver
           
 

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder that return UIFieldWidget
 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.getFieldWidgetFromSingleModelRegistry(java.lang.String fieldName, ModelProxy instance)
          Get a single uifield by a specific model and the field name from registry
protected  UIFieldWidget AbstractUITemplate.getUIField(java.lang.String fieldName)
           
 UIFieldWidget<?> UIBindingManager.getWidget(java.lang.String fieldName, java.lang.Class<?> fieldType, java.util.HashSet<ModelProxy> enclosingObjects)
           
 UIFieldWidget<?> UIBindingManager.getWidget(java.lang.String fieldName, java.lang.Class<?> fieldType, ModelProxy enclosingObject)
          Return the widget considering all mapping policies
 

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder with parameters of type UIFieldWidget
 void UIBindingManager.registerUIField(java.util.HashSet<ModelProxy> instances, java.lang.String fieldName, UIFieldWidget<?> uifield)
           
 void UIBindingManager.registerUIField(ModelProxy instance, java.lang.String fieldName, UIFieldWidget<?> uifield)
           
 

Uses of UIFieldWidget in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield
 

Classes in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.uifield that implement UIFieldWidget
 class AbstractUIFieldWidget<T>
           
 class ListUIField<T>
           
 class MultipleChoiceListUIField<T extends List<E>,E>
           
 class TextBoxUIField<T>
           
 class UIFieldCheckBox
           
 



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