Package | Description |
---|---|
org.joty.workstation.gui |
Modifier and Type | Class and Description |
---|---|
class |
BufferedComboBoxTerm.BufferedComboBox |
Modifier and Type | Method and Description |
---|---|
static ComboBox |
Factory.createComboBox(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
boolean textValue,
java.lang.String descrSetName)
Creates a
ComboBox object and adds it to the layout of a
TermContainerPanel object. |
static ComboBox |
Factory.createDescrRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String descrSetName,
boolean loadOnly) |
static ComboBox |
Factory.createDescrRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
java.lang.String descrSetName,
boolean loadOnly) |
static ComboBox |
Factory.createDescrRenderer(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName,
java.lang.String descrSetName,
java.lang.String paramName,
boolean loadOnly)
It is Like the
Factory.createComboBox(TermContainerPanel, String, String, boolean, String)
method but for a read-only component that, however, can get value for a
context parameter and that is enable to have its field saved in the save
action. |
Modifier and Type | Method and Description |
---|---|
void |
ComboBox.ActionPostExecutor.doIt(ComboBox comboBox) |
Constructor and Description |
---|
JotyCellEditor(ComboBox comboBox) |