Package | Description |
---|---|
org.joty.workstation.gui |
Modifier and Type | Field and Description |
---|---|
protected TermContainerPanel.BuildDetailsDialogAdapter |
TermContainerPanel.m_buildDetailsHandler |
TermContainerPanel.BuildDetailsDialogAdapter |
TableTerm.m_buildDetailsHandler |
protected TermContainerPanel.BuildDetailsDialogAdapter |
DataAccessPanel.m_buildDetailsHandler |
Modifier and Type | Method and Description |
---|---|
void |
DataAccessPanel.openDetail(TableTerm term,
TermContainerPanel.BuildDetailsDialogAdapter buildDetailsHandler)
Invokes the
BuildDetailsDialogAdapter.createDialog method of the
available implementation. |
void |
TableTerm.rowAction(TermContainerPanel.BuildDetailsDialogAdapter buildDetailsHandler)
Allows to execute an internal or external implementation of the
BuildDetailsDialogAdapter class and tracks links for backward updating
propagations of possibly shared data between the caller and the target
dialog and for possible control on the target dialog; then if the target
data context has navigation features, finalizes its effect to select the
record identified by
m_detailsKey member value. |