|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.components.events.DataGridAdapter
public class DataGridAdapter
This adapter class implements the DataGridListener interface. It makes easier the writing of your
listener classes because it provides an empty implementation for each method of the associated interface.
You only have to redefine the expected methods.
| Constructor Summary | |
|---|---|
DataGridAdapter()
|
|
| Method Summary | |
|---|---|
void |
deleteSelectedBean(DataGridEvent event)
Fired when a user clicks on a button delete. |
void |
displaySelectedBean(DataGridEvent event)
Fired when a user clicks on a button display. |
void |
editSelectedBean(DataGridEvent event)
Fired when a user clicks on a button edit. |
void |
insertSelectedBean(DataGridEvent event)
Fired when a user clicks on a button insert. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataGridAdapter()
| Method Detail |
|---|
public void displaySelectedBean(DataGridEvent event)
DataGridListener
displaySelectedBean in interface DataGridListenerevent - The object that qualified this event. It contains the bean to display.public void editSelectedBean(DataGridEvent event)
DataGridListener
editSelectedBean in interface DataGridListenerevent - The object that qualified this event. It contains the bean to edit.public void deleteSelectedBean(DataGridEvent event)
DataGridListener
deleteSelectedBean in interface DataGridListenerevent - The object that qualified this event. It contains the bean to delete.public void insertSelectedBean(DataGridEvent event)
DataGridListener
insertSelectedBean in interface DataGridListenerevent - The object that qualified this event.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||