public final class SettingsFieldCustomizations extends HashStructureAdapter
_hash
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHintValue(java.lang.String hintName)
Returns the value of the hint with the specified name, if present.
|
java.lang.String |
getIdRef()
Returns the idref for this field customization.
|
java.lang.String |
getValue()
Gets the requested (default) value for the field as a String.
|
boolean |
isEnabled()
Returns true or false based on whether a field
customization has requested that a field be enabled or disabled.
|
boolean |
isVisible()
Returns true or false based on whether a field
customization has requested that a field be visible or hidden.
|
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
public java.lang.String getIdRef()
public boolean isEnabled()
public boolean isVisible()
public java.lang.String getValue()
public java.lang.String getHintValue(java.lang.String hintName)
hintName
- the name of a hint.