Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.config
Class SettingsFieldCustomizations

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.ide.config.SettingsFieldCustomizations


public final class SettingsFieldCustomizations
extends HashStructureAdapter

Customizations for a specific field.

Since:
11.0

Field Summary

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Method Summary
 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.

 

Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getIdRef

public java.lang.String getIdRef()
Returns the idref for this field customization.
Returns:
the id of the field being customized.

isEnabled

public boolean isEnabled()
Returns true or false based on whether a field customization has requested that a field be enabled or disabled. The default return value if no customization is present is true.
Returns:
true or false indicating whether the field is enabled.

isVisible

public boolean isVisible()
Returns true or false based on whether a field customization has requested that a field be visible or hidden. The default return value if no customization is present is true.
Returns:
true or false indicating whether the field is visible.

getValue

public java.lang.String getValue()
Gets the requested (default) value for the field as a String.
Returns:
the requested (default) value for the field.

getHintValue

public java.lang.String getHintValue(java.lang.String hintName)
Returns the value of the hint with the specified name, if present.
Parameters:
hintName - the name of a hint.
Returns:
the value of the hint, or null if no value was defined for this hint.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.