| Package | Description |
|---|---|
| org.dspace.app.xmlui.wing.element |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Value> |
Field.values
The value of this field
|
| Modifier and Type | Method and Description |
|---|---|
Value |
Instance.addOptionValue(java.lang.String option)
Add an option value, there may be many of these.
|
Value |
Instance.setAuthorityValue()
Set the authority value of the field removing any previous authority values.
|
Value |
Text.setAuthorityValue()
Set the authority value of the field removing any previous authority values.
|
Value |
TextArea.setAuthorityValue()
Set the authority value of the field removing any previous authority values.
|
Value |
Instance.setAuthorityValue(java.lang.String characters,
java.lang.String confidence)
Set the authority value of the field removing any previous authority values.
|
Value |
Text.setAuthorityValue(java.lang.String characters,
java.lang.String confidence)
Set the authority value of the field removing any previous authority values.
|
Value |
TextArea.setAuthorityValue(java.lang.String characters,
java.lang.String confidence)
Set the authority value of the field removing any previous authority values.
|
Value |
Instance.setInterpretedValue()
Set the interpreted value of the field removing any previous interpreted
values.
|
Value |
Instance.setValue()
Set the raw value of the field removing any previous raw values.
|
Value |
Text.setValue()
Set the raw value of the field removing any previous raw values.
|
Value |
Hidden.setValue()
Set the raw value of the field removing any previous raw values.
|
Value |
Button.setValue()
Set the button's label, removing any previous label's
|
Value |
TextArea.setValue()
Set the raw value of the field removing any previous raw values.
|
Copyright © 2018 DuraSpace. All Rights Reserved.