Package | Description |
---|---|
org.joty.workstation.gui |
Modifier and Type | Method and Description |
---|---|
static RadioButton |
Factory.createGroupMasterRadio(TermContainerPanel panel,
java.lang.String termName,
java.lang.String fieldName)
Creates a
RadioButton object with the role of datum holder (as master radio, indeed) and
adds it to the layout of a TermContainerPanel object. |
static RadioButton |
Factory.createRadioForGroup(TermContainerPanel panel,
java.lang.String termName,
java.lang.String masterTermName)
Creates a
RadioButton object with the role of datum holder (as master radio, indeed) and
adds it to the layout of a TermContainerPanel object. |