|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.bus.bean.Bean
net.sf.doolin.gui.action.support.AbstractActionContext
public abstract class AbstractActionContext
Provides support for the context object.
| Constructor Summary | |
|---|---|
AbstractActionContext()
Constructor with a null context. |
|
AbstractActionContext(Object aContext)
Constructor with an initial context. |
|
| Method Summary | ||
|---|---|---|
protected
|
createValidationSupport()
Creates the validation support |
|
Object |
getContext()
Returns the context. |
|
ValidationSupport<?> |
getValidationSupport()
Gets the validation support for this action context |
|
void |
setContext(Object value)
Sets the context |
|
| Methods inherited from class net.sf.doolin.bus.bean.Bean |
|---|
getBeanNotificationSupport, getParentBean, notify, setParentBean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.doolin.gui.action.ActionContext |
|---|
getApplication, getComponent, getData, getSubscriberValidator, getView, getWindow |
| Constructor Detail |
|---|
public AbstractActionContext()
null context.
public AbstractActionContext(Object aContext)
aContext - Initial context| Method Detail |
|---|
protected <T> ValidationSupport<T> createValidationSupport()
T - Type of bean for the validator
public Object getContext()
getContext in interface ActionContextnull if none has been
defined.public ValidationSupport<?> getValidationSupport()
ActionContext
getValidationSupport in interface ActionContextpublic void setContext(Object value)
setContext in interface ActionContextvalue - New context value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||