|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.config.TableEvents
public class TableEvents
Handles the events related to the linked table object.
Constructor Summary | |
---|---|
TableEvents()
Default constructor. |
Method Summary | |
---|---|
void |
addEventInfo(EventInfo einfo)
Set a new event for the linked Table. |
String |
getEventId(String eventType)
Get the event id related to the input event type. |
Table |
getTable()
Gets the table attribute of the TableEvent object |
void |
setTable(Table table)
Sets the table attribute of the TableEvent object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableEvents()
Method Detail |
---|
public String getEventId(String eventType)
eventType
- the event type
public void setTable(Table table)
table
- The new table valuepublic Table getTable()
public void addEventInfo(EventInfo einfo)
einfo
- the event info
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |