Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


oracle.adf.view.rich.component.rich
Enum RichPopup.PopupHints.HintTypes

java.lang.Object
  extended by java.lang.Enum<RichPopup.PopupHints.HintTypes>
      extended by oracle.adf.view.rich.component.rich.RichPopup.PopupHints.HintTypes

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RichPopup.PopupHints.HintTypes>
Enclosing class:
RichPopup.PopupHints

public static enum RichPopup.PopupHints.HintTypes
extends java.lang.Enum<RichPopup.PopupHints.HintTypes>

Key identifier that defines a characteristic about how a popup should be shown.


Enum Constant Summary
HINT_ALIGN
          Defines the strategy used to determine how the popup is aligned to an element.
HINT_ALIGN_ID
          Defines a DOM element that the popup should align to.
HINT_LAUNCH_ID
          Defines the UIComponent that launched the popup and will determine the context for a PopupFetchEvent.

 

Method Summary
 java.lang.String getMnemonic()
           
 java.lang.String toString()
           
static RichPopup.PopupHints.HintTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RichPopup.PopupHints.HintTypes[] 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, valueOf

 

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

 

Enum Constant Detail

HINT_ALIGN_ID

public static final RichPopup.PopupHints.HintTypes HINT_ALIGN_ID
Defines a DOM element that the popup should align to. The element can be represented as a UIComponent or a component's client Id.

HINT_ALIGN

public static final RichPopup.PopupHints.HintTypes HINT_ALIGN
Defines the strategy used to determine how the popup is aligned to an element.
See Also:
RichPopup.PopupHints.AlignTypes

HINT_LAUNCH_ID

public static final RichPopup.PopupHints.HintTypes HINT_LAUNCH_ID
Defines the UIComponent that launched the popup and will determine the context for a PopupFetchEvent. The associated value can be a UIComponent or component's client Id.

Method Detail

values

public static RichPopup.PopupHints.HintTypes[] 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 (RichPopup.PopupHints.HintTypes c : RichPopup.PopupHints.HintTypes.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RichPopup.PopupHints.HintTypes 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

getMnemonic

public java.lang.String getMnemonic()
Returns:
literal used to support corresponding client-side behavior.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<RichPopup.PopupHints.HintTypes>
Returns:
returns the mnemonic

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


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