Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.jbo
Enum AttributeHints.ControlType

java.lang.Object
  extended by java.lang.Enum<AttributeHints.ControlType>
      extended by oracle.jbo.AttributeHints.ControlType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AttributeHints.ControlType>
Enclosing interface:
AttributeHints

public static enum AttributeHints.ControlType
extends java.lang.Enum<AttributeHints.ControlType>


Enum Constant Summary
CHECKBOX
           
COMBO
           
COMBOLOV
           
DATE
           
DEFAULT
           
DELIMITEDIDS_COMBO
           
EDIT
           
IMAGE
           
LIST
           
LISTBOX
           
LOV
           
NUMEDIT
           
RADIOGRP
           
TOGGLE
           
 
Method Summary
 int getAttributeHint()
           
static AttributeHints.ControlType getControlType(AttributeHints attributeHints, LocaleContext locale)
           
static AttributeHints.ControlType getControlType(int attributeHint)
           
 java.lang.String getSubType()
           
 java.lang.String getXmlTag()
           
static AttributeHints.ControlType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttributeHints.ControlType[] 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

DEFAULT

public static final AttributeHints.ControlType DEFAULT

EDIT

public static final AttributeHints.ControlType EDIT

DATE

public static final AttributeHints.ControlType DATE

TOGGLE

public static final AttributeHints.ControlType TOGGLE

IMAGE

public static final AttributeHints.ControlType IMAGE

LOV

public static final AttributeHints.ControlType LOV

LIST

public static final AttributeHints.ControlType LIST

COMBO

public static final AttributeHints.ControlType COMBO

CHECKBOX

public static final AttributeHints.ControlType CHECKBOX

RADIOGRP

public static final AttributeHints.ControlType RADIOGRP

NUMEDIT

public static final AttributeHints.ControlType NUMEDIT

COMBOLOV

public static final AttributeHints.ControlType COMBOLOV

LISTBOX

public static final AttributeHints.ControlType LISTBOX

DELIMITEDIDS_COMBO

public static final AttributeHints.ControlType DELIMITEDIDS_COMBO
Method Detail

values

public static AttributeHints.ControlType[] 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 (AttributeHints.ControlType c : AttributeHints.ControlType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AttributeHints.ControlType 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

getAttributeHint

public int getAttributeHint()

getSubType

public java.lang.String getSubType()

getXmlTag

public java.lang.String getXmlTag()

getControlType

public static AttributeHints.ControlType getControlType(int attributeHint)

getControlType

public static AttributeHints.ControlType getControlType(AttributeHints attributeHints,
                                                        LocaleContext locale)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

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