Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.model
Enum AttributeDescriptor.ComponentType

java.lang.Object
  extended by java.lang.Enum<AttributeDescriptor.ComponentType>
      extended by oracle.adf.view.rich.model.AttributeDescriptor.ComponentType

All Implemented Interfaces:
Serializable, Comparable<AttributeDescriptor.ComponentType>
Enclosing class:
AttributeDescriptor

public static enum AttributeDescriptor.ComponentType
extends Enum<AttributeDescriptor.ComponentType>

List of component types. The component type determines the component that will be used to render this attribute on the UI. This should really be in BaseAttributeDescriptor, we leave it here for legacy reasons.


Enum Constant Summary
inputColor
           
inputComboboxListOfValues
           
inputDate
           
inputListOfValues
           
inputNumberSpinbox
           
inputText
           
selectBooleanCheckbox
           
selectBooleanRadio
           
selectManyCheckbox
           
selectManyChoice
           
selectManyListbox
           
selectOneChoice
           
selectOneListbox
           
selectOneRadio
           

 

Method Summary
static AttributeDescriptor.ComponentType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeDescriptor.ComponentType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

inputColor

public static final AttributeDescriptor.ComponentType inputColor

inputComboboxListOfValues

public static final AttributeDescriptor.ComponentType inputComboboxListOfValues

inputDate

public static final AttributeDescriptor.ComponentType inputDate

inputListOfValues

public static final AttributeDescriptor.ComponentType inputListOfValues

inputNumberSpinbox

public static final AttributeDescriptor.ComponentType inputNumberSpinbox

inputText

public static final AttributeDescriptor.ComponentType inputText

selectBooleanCheckbox

public static final AttributeDescriptor.ComponentType selectBooleanCheckbox

selectManyCheckbox

public static final AttributeDescriptor.ComponentType selectManyCheckbox

selectOneChoice

public static final AttributeDescriptor.ComponentType selectOneChoice

selectManyChoice

public static final AttributeDescriptor.ComponentType selectManyChoice

selectOneListbox

public static final AttributeDescriptor.ComponentType selectOneListbox

selectManyListbox

public static final AttributeDescriptor.ComponentType selectManyListbox

selectOneRadio

public static final AttributeDescriptor.ComponentType selectOneRadio

selectBooleanRadio

public static final AttributeDescriptor.ComponentType selectBooleanRadio

Method Detail

values

public static AttributeDescriptor.ComponentType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AttributeDescriptor.ComponentType c : AttributeDescriptor.ComponentType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AttributeDescriptor.ComponentType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.