|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEventHandler
de.tif.jacob.screen.event.GuiEventHandler
de.tif.jacob.screen.event.IGroupMemberEventHandler
de.tif.jacob.screen.event.ICheckBoxEventHandler
public abstract class ICheckBoxEventHandler
Abstract event handler class for check boxes. Derived implementations of this event handler class have to be used to "hook" application-specific business logic to check boxes.
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Constructor Summary | |
|---|---|
ICheckBoxEventHandler()
|
|
| Method Summary | |
|---|---|
abstract void |
onCheck(IClientContext context,
ICheckBox checkBox)
This hook method will be called, if the user marks (checks) the check box. |
abstract void |
onUncheck(IClientContext context,
ICheckBox checkBox)
This hook method will be called, if the user unmarks (unchecks) the check box. |
| Methods inherited from class de.tif.jacob.screen.event.IGroupMemberEventHandler |
|---|
onGroupStatusChanged, onHide, onShow |
| Methods inherited from class de.tif.jacob.screen.event.GuiEventHandler |
|---|
alert, alert, alert |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
| Constructor Detail |
|---|
public ICheckBoxEventHandler()
| Method Detail |
|---|
public abstract void onCheck(IClientContext context,
ICheckBox checkBox)
throws java.lang.Exception
Then overwriting this method, this is a good place to enable/disable other GUI elements such like text fields or combo boxes.
context - the current client contextcheckBox - the check box itself
java.lang.Exception
public abstract void onUncheck(IClientContext context,
ICheckBox checkBox)
throws java.lang.Exception
Then overwriting this method, this is a good place to enable/disable other GUI elements such like text fields or combo boxes.
context - the current client contextcheckBox - the check box itself
java.lang.Exception
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||