Package | Description |
---|---|
org.joty.workstation.app | |
org.joty.workstation.gui |
Modifier and Type | Field and Description |
---|---|
java.util.Set<DescrTerm> |
Application.LiteralStruct.m_termsSet |
Modifier and Type | Class and Description |
---|---|
class |
BufferedComboBoxTerm
It is a container of an instance of an internally defined extension of the
ComboBox class.
|
class |
CheckListTerm
It wraps a
CheckBoxList component and uses the built-in reference to
the LiteralStruct object to populate its verbose part. |
class |
ComboBoxTerm
This class is a container for a
ComboBox object and extends
DescrTerm to have available a LiteralStruct object to use for
populating the ComboBox. |
class |
GridTerm
This class abandons the single datum management typical of all its siblings
and treats the set of data associated to the primary entity, that one
"hosted" by the containing DataAccessPanel, and that are presented to the
user by a tabular structure.
|
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. |