Package | Description |
---|---|
org.joty.workstation.authorization | |
org.joty.workstation.gui |
Modifier and Type | Method and Description |
---|---|
protected void |
RolesPanel.setGridFormat(Table table) |
Modifier and Type | Class and Description |
---|---|
class |
CheckBoxList
Extends
Table to implement a check-able list of literals. |
Modifier and Type | Field and Description |
---|---|
Table |
NavigatorPanel.m_table |
Table |
SearcherPanel.m_table |
protected Table |
JotyTableTransferHandler.m_table |
Modifier and Type | Method and Description |
---|---|
static Table |
Factory.createTable(Panel panel)
Creates a
Table . |
static Table |
Factory.createTable(TermContainerPanel panel,
java.lang.String termName)
Creates a
Table object and adds it to the layout of a
TermContainerPanel object. |
static Table |
Factory.createTable(TermContainerPanel panel,
java.lang.String termName,
java.lang.String dataTable,
java.lang.String dataSetDatumFld,
java.lang.String mainEntityKeyField,
java.lang.String mainTermName)
Creates a
Table object and adds it to the layout of a
TermContainerPanel object. |
Table |
Table.JotyJTable.getTable() |
protected Table |
DataScrollingPanel.masterGridTable() |
Modifier and Type | Method and Description |
---|---|
void |
DataScrollingPanel.setController(Table table) |
protected void |
DataScrollingPanel.setGridFormat(Table table) |
Constructor and Description |
---|
DataInsertTransferHandler(int actionAsSource,
int actionAsTarget,
Table table,
boolean moveToDrain) |
DataOnTransferHandler(int actionAsSource,
int actionAsTarget,
Table table,
boolean moveToDrain) |
DataOnTransferHandler(int actionAsSource,
int actionAsTarget,
Table table,
boolean moveToDrain,
java.lang.String targetIdField,
boolean exclusiveTransfer) |
DataUpdateTransferHandler(int actionAsSource,
int actionAsTarget,
Table table,
boolean moveToDrain) |
DataUpdateTransferHandler(int actionAsSource,
int actionAsTarget,
Table table,
boolean moveToDrain,
java.lang.String targetIdField) |
JotyTableTransferHandler(int actionAsSource,
int actionAsTarget,
Table table,
boolean moveToDrain) |
QueuedDataTransferHandler(int actionAsSource,
int actionAsTarget,
Table table,
boolean moveToDrain) |