net.sf.doolin.gui.field.support
Class AbstractFieldActionContext
java.lang.Object
net.sf.doolin.bus.bean.Bean
net.sf.doolin.gui.action.support.AbstractActionContext
net.sf.doolin.gui.field.support.AbstractFieldActionContext
- All Implemented Interfaces:
- Serializable, IBean, ActionContext
- Direct Known Subclasses:
- FieldActionContext, TableActionContext, TreeActionContext
public abstract class AbstractFieldActionContext
- extends AbstractActionContext
Abstract action context for a field.
- Author:
- Damien Coraboeuf
- See Also:
- Serialized Form
|
Method Summary |
protected
|
createValidationSupport()
The validation support for a field is the validation support of the view. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFieldActionContext
public AbstractFieldActionContext()
- Default constructor
AbstractFieldActionContext
public AbstractFieldActionContext(Object context)
- Constructor with a contextual value
- Parameters:
context - Contextual value
createValidationSupport
protected <T> ValidationSupport<T> createValidationSupport()
- The validation support for a field is the validation support of the view.
- Overrides:
createValidationSupport in class AbstractActionContext
- Type Parameters:
T - Type of bean for the validator
- Returns:
- Validation support for this action context
Copyright © 2011. All Rights Reserved.