Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.1.0)
E17488-02


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:
java.io.Serializable, java.lang.Comparable<AttributeDescriptor.ComponentType>
Enclosing class:
AttributeDescriptor

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

List of component types. The component type determines the component that will be used to render this attribute on the UI.


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

 

Method Summary
static AttributeDescriptor.ComponentType valueOf(java.lang.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

selectManyChoice

public static final AttributeDescriptor.ComponentType selectManyChoice

selectOneChoice

public static final AttributeDescriptor.ComponentType selectOneChoice

selectOneListbox

public static final AttributeDescriptor.ComponentType selectOneListbox

selectOneRadio

public static final AttributeDescriptor.ComponentType selectOneRadio

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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.1.0)
E17488-02


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.