public class TableControllerListener
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
comboEventEnable |
boolean |
enableNewLineListener |
| Constructor and Description |
|---|
TableControllerListener(PagedTable tableContainer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Captura y gestiona los eventos del control de la tabla para aņadir filas,
eliminar filas y moverse por la tabla.
|
void |
setControlPanel(TableEntryControllerPanel control) |
void |
setMoveRowsPanel(MoveRowsPanel moveRowsPanel) |
void |
setPaginationBarPanel(PaginationBarPanel paginationBarPanel) |
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
public static boolean comboEventEnable
public boolean enableNewLineListener
public TableControllerListener(PagedTable tableContainer)
tableContainer - public void setControlPanel(TableEntryControllerPanel control)
public void setMoveRowsPanel(MoveRowsPanel moveRowsPanel)
public void setPaginationBarPanel(PaginationBarPanel paginationBarPanel)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListener