Package | Description |
---|---|
org.joty.workstation.data | |
org.joty.workstation.gui |
Modifier and Type | Method and Description |
---|---|
boolean |
JotyDataBuffer.loadData(WResultSet rs,
org.joty.common.BasicPostStatement postStatement,
GridTerm renderer) |
Modifier and Type | Class and Description |
---|---|
class |
CheckListTerm
It wraps a
CheckBoxList component and uses the built-in reference to
the LiteralStruct object to populate its verbose part. |
class |
ListTerm
The class contains a
List component and instantiates a
JotyDataBuffer to hold data that can be a reference to an id Literal
contained in a LiteralStruct object or something different. |
class |
TableTerm
It is the more 'verbose' GridTerm implementation because relies on the
powerful
Table component. |
Modifier and Type | Field and Description |
---|---|
GridTerm |
ScrollGridPane.m_gridTerm |
protected GridTerm |
GridTerm.m_mainTerm |
Modifier and Type | Method and Description |
---|---|
GridTerm |
TermContainerPanel.gridTerm(java.lang.String termName) |
GridTerm |
TermContainerPanel.GridTerm(java.lang.String termName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
GridTerm.QueryInterface.get(GridTerm term) |
void |
GridTerm.SelectionHandler.selChange(GridTerm term) |
void |
GridTerm.Selector.select(GridTerm term) |
Constructor and Description |
---|
CheckBoxList(Panel panel,
GridTerm term) |
List(Panel panel,
GridTerm term) |
ScrollGridPane(Panel panel,
GridTerm term) |
Table(Panel panel,
GridTerm term) |
TermBuffer(GridTerm term) |
TermBuffer(GridTerm term,
java.lang.String datumField) |