|
||||||||||
| 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
net.sf.doolin.gui.field.support.AbstractFieldActionContext
net.sf.doolin.gui.field.table.support.TableActionContext<V,E>
V - Type of object for the viewE - Type of item in the tablepublic class TableActionContext<V,E>
ActionContext for a table. It defines a
context property that can be listened to.
| Constructor Summary | |
|---|---|
TableActionContext(GUITableField<V,E> tableField)
Constructor |
|
| Method Summary | ||
|---|---|---|
GUIApplication |
getApplication()
Gets the running application |
|
JComponent |
getComponent()
Gets the component associated with this context. |
|
Object |
getData()
Gets the data associated with this context. |
|
SubscriberValidator |
getSubscriberValidator()
Gets the validator to use for any subscription managed by this context. |
|
|
getView()
Gets the view associated to this content |
|
|
getWindow()
Gets the window associated to this content |
|
protected void |
init()
Initialisation. |
|
String |
toString()
|
|
| Methods inherited from class net.sf.doolin.gui.field.support.AbstractFieldActionContext |
|---|
createValidationSupport |
| Methods inherited from class net.sf.doolin.gui.action.support.AbstractActionContext |
|---|
getContext, getValidationSupport, setContext |
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public TableActionContext(GUITableField<V,E> tableField)
tableField - Associated table field| Method Detail |
|---|
public GUIApplication getApplication()
ActionContext
null)public JComponent getComponent()
ActionContext
public Object getData()
ActionContext
public SubscriberValidator getSubscriberValidator()
ActionContextfalse as soon as this ActionContext is no
longer valid.
public <T> GUIView<T> getView()
ActionContext
T - Type of model for the view
null if no view is associated to this
contextpublic <T> GUIWindow<T> getWindow()
ActionContext
T - Type of model for the window
null is no window can be associated with
this context.protected void init()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||