Uses of Class
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder.Field

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

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

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client that return Field
 Field ObservableManager.getFieldByName(T model, java.lang.String fieldName)
           
 

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client that return types with arguments of type Field
 java.util.HashMap<java.lang.String,Field> ModelProxy.getFields()
          Returns actual object fields
 

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

Fields in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder with type parameters of type Field
protected  java.util.HashMap<java.lang.String,java.util.List<Field>> AbstractUITemplate.fields
           
 

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder that return types with arguments of type Field
protected  java.util.HashMap<java.lang.String,java.util.List<Field>> UIBindingManager.getCommonFieldsFromModels(java.util.List<? extends T> models)
          Returns fields that have same names and types from multiple models
 

Methods in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder with parameters of type Field
 boolean UIBindingManager.isIgnored(Field field)
          Checks if the specified field should be ignored as specified in UIBindingManager mapping policy
 

Method parameters in com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.uibinder with type arguments of type Field
 void AbstractUITemplate.setFields(java.util.HashMap<java.lang.String,java.util.List<Field>> fields)
           
 



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