| Package | Description |
|---|---|
| org.appng.api.support |
Implementations of commonly used features like internationalization, permission- and parameter-processing etc.
|
| org.appng.xml.platform |
| Modifier and Type | Method and Description |
|---|---|
Option |
OptionGroupFactory.OptionGroup.addOption(String name,
String value,
boolean selected) |
Option |
OptionOwner.addOption(String name,
String value,
boolean selected) |
Option |
OptionOwner.OptionOwnerBase.addOption(String name,
String value,
boolean selected) |
Option |
SelectionFactory.Selection.addOption(String name,
String value,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
OptionOwner.getOptions() |
List<Option> |
OptionOwner.OptionOwnerBase.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionGroupFactory.OptionGroup.addOption(Option option) |
void |
OptionOwner.addOption(Option option) |
void |
OptionOwner.OptionOwnerBase.addOption(Option option) |
void |
SelectionFactory.Selection.addOption(Option option) |
void |
OptionOwner.Selector.select(Option o)
Selects or de-selects an option by calling
setSelected(Boolean). |
| Constructor and Description |
|---|
OptionOwnerBase(List<Option> options) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Option> |
Selection.options |
protected List<Option> |
OptionGroup.options |
| Modifier and Type | Method and Description |
|---|---|
Option |
ObjectFactory.createOption()
Create an instance of
Option |
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
Selection.getOptions()
Gets the value of the options property.
|
List<Option> |
OptionGroup.getOptions()
Gets the value of the options property.
|
Copyright © 2011–2023 aiticon GmbH. All rights reserved.