com.silvermindsoftware.hitch.config
Class BinderConfig

java.lang.Object
  extended by com.silvermindsoftware.hitch.config.BinderConfig

public class BinderConfig
extends Object

File-location:
BinderConfig
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Constructor Summary
BinderConfig(Class componentClass, Binder binder)
           
BinderConfig(Class componentClass, Binder binder, FormConfig formConfig)
           
 
Method Summary
 BinderConfig bindComponent(String modelId, BoundComponentConfig... boundComponentConfigs)
           
 BinderConfig bindComponent(String modelId, BoundComponentConfig boundComponentConfig)
           
 BinderConfig bindComponentToDefault(BoundComponentConfig... boundComponentConfigs)
           
 BinderConfig bindComponentToDefault(BoundComponentConfig boundComponentConfig)
           
 BinderConfig bindDefaultModel(String modelField)
           
 BinderConfig bindDefaultModel(String modelField, String... ignoreFields)
           
 BinderConfig bindModel(ModelObjectConfig modelObjectConfig)
           
 BinderConfig bindModel(String modelField)
           
 BinderConfig bindModel(String modelField, String... ignoreFields)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinderConfig

public BinderConfig(Class componentClass,
                    Binder binder)

BinderConfig

public BinderConfig(Class componentClass,
                    Binder binder,
                    FormConfig formConfig)
Method Detail

bindModel

public BinderConfig bindModel(ModelObjectConfig modelObjectConfig)

bindDefaultModel

public BinderConfig bindDefaultModel(String modelField,
                                     String... ignoreFields)
Parameters:
modelField -
ignoreFields -

bindModel

public BinderConfig bindModel(String modelField,
                              String... ignoreFields)
Parameters:
modelField -
ignoreFields -

bindDefaultModel

public BinderConfig bindDefaultModel(String modelField)
Parameters:
modelField -

bindModel

public BinderConfig bindModel(String modelField)
Parameters:
modelField -

bindComponentToDefault

public BinderConfig bindComponentToDefault(BoundComponentConfig boundComponentConfig)
Parameters:
boundComponentConfig -

bindComponentToDefault

public BinderConfig bindComponentToDefault(BoundComponentConfig... boundComponentConfigs)
Parameters:
boundComponentConfigs -

bindComponent

public BinderConfig bindComponent(String modelId,
                                  BoundComponentConfig boundComponentConfig)
Parameters:
modelId -
boundComponentConfig -

bindComponent

public BinderConfig bindComponent(String modelId,
                                  BoundComponentConfig... boundComponentConfigs)
Parameters:
modelId -
boundComponentConfigs -


Copyright © 2005-2011 ELCA. All Rights Reserved.