Package | Description |
---|---|
org.joty.workstation.gui |
Modifier and Type | Class and Description |
---|---|
class |
DataInsertTransferHandler
Sets the javax.swing.DropMode to 'INSERT' and composes the proper Sql
statement depending on the side which the instance is located on.
|
class |
DataOnTransferHandler
Sets the javax.swing.DropMode to 'ON' and adds a constructor to let
specifying the database field that, in the record of the target Table will
receive the value transferred.
|
class |
DataUpdateTransferHandler
Provides the sql update statement to be executed either on the 'target record
of the drop action' or on the 'source record of the start drag action'.
|
class |
QueuedDataTransferHandler
Allows the instance to work for a Table in which data queuing is active, so
that, the queue modification is properly performed in all circumstances of a
D&D action, including the internal movement of a row.
|
class |
SelectorsTransferHandler
It is associated to an
AnalogicalRowSelector object and implements
the delegation of effects of all the D&D actions involving it (either as
source or as target) to the DataUpdateTransferHandler object passed
to its constructor. |
Modifier and Type | Field and Description |
---|---|
protected JotyTableTransferHandler |
Panel.m_selectorsTransferHandler |
Modifier and Type | Method and Description |
---|---|
JotyTableTransferHandler |
Panel.getSelectorsTransferHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
NavigatorPanel.setRowsQueuing(int actionAsSource,
java.lang.String idField,
java.lang.String prevField,
java.lang.String nextField,
JotyTableTransferHandler handler)
Prepares the support for queuing of the group of entities corresponding
to the data records contained in the rows of the grid.
|
void |
Panel.setSelectorsTransferHandler(JotyTableTransferHandler handler) |