com.silvermindsoftware.hitch.config
Class BinderConfig
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinderConfig
public BinderConfig(Class componentClass,
Binder binder)
BinderConfig
public BinderConfig(Class componentClass,
Binder binder,
FormConfig formConfig)
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.