Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.globalSearch.ui
Enum PopupHint.HintAlignment

java.lang.Object
  extended by java.lang.Enum<PopupHint.HintAlignment>
      extended by oracle.apps.fnd.applcore.globalSearch.ui.PopupHint.HintAlignment
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PopupHint.HintAlignment>
Enclosing class:
PopupHint

public static enum PopupHint.HintAlignment
extends java.lang.Enum<PopupHint.HintAlignment>

The alignment of the hints.


Enum Constant Summary
ALIGN_AFTER_END
          The popup appears underneath the element with the popup's upper-right corner aligned with the lower-right corner of the element.
ALIGN_AFTER_START
          The popup appears underneath the element with the popup's upper-left corner aligned with the lower-left corner of the element.
ALIGN_BEFORE_END
          The popup appears above the element with the popup's lower-right corner aligned with the upper-right corner of the element.
ALIGN_BEFORE_START
          The popup appears above the element with the popup's lower-left corner aligned with the upper-left corner of the element.
ALIGN_END_AFTER
          The popup appears to the right of the element with the popup's lower-left corner aligned with the lower-right corner of the element.
ALIGN_END_BEFORE
          The popup appears to the right of the element with the popup's upper-left corner aligned with the upper-right corner of the element.
ALIGN_OVERLAP
          The popup appears over top of the element with the upper-left corners aligned.
ALIGN_START_AFTER
          The popup appears to the left of the element with the popup's lower-right corner aligned with the lower-left corner of the element.
ALIGN_START_BEFORE
          The popup appears to the left of the element with the popup's upper-right corner aligned with the upper-left corner of the element.
 
Method Summary
static PopupHint.HintAlignment valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PopupHint.HintAlignment[] 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

ALIGN_AFTER_START

public static final PopupHint.HintAlignment ALIGN_AFTER_START
The popup appears underneath the element with the popup's upper-left corner aligned with the lower-left corner of the element. The left edges of the element and the popup are aligned.


ALIGN_AFTER_END

public static final PopupHint.HintAlignment ALIGN_AFTER_END
The popup appears underneath the element with the popup's upper-right corner aligned with the lower-right corner of the element. The right edges of the element and the popup are aligned.


ALIGN_BEFORE_START

public static final PopupHint.HintAlignment ALIGN_BEFORE_START
The popup appears above the element with the popup's lower-left corner aligned with the upper-left corner of the element. The left edges of the element and the popup are aligned.


ALIGN_BEFORE_END

public static final PopupHint.HintAlignment ALIGN_BEFORE_END
The popup appears above the element with the popup's lower-right corner aligned with the upper-right corner of the element. The right edges of the element and the popup are aligned.


ALIGN_END_AFTER

public static final PopupHint.HintAlignment ALIGN_END_AFTER
The popup appears to the right of the element with the popup's lower-left corner aligned with the lower-right corner of the element. The bottom edges of the element and the popup are aligned.


ALIGN_END_BEFORE

public static final PopupHint.HintAlignment ALIGN_END_BEFORE
The popup appears to the right of the element with the popup's upper-left corner aligned with the upper-right corner of the element. The top edges of the element and the popup are aligned.


ALIGN_START_AFTER

public static final PopupHint.HintAlignment ALIGN_START_AFTER
The popup appears to the left of the element with the popup's lower-right corner aligned with the lower-left corner of the element. The bottom edges of the element and the popup are aligned.


ALIGN_START_BEFORE

public static final PopupHint.HintAlignment ALIGN_START_BEFORE
The popup appears to the left of the element with the popup's upper-right corner aligned with the upper-left corner of the element. The top edges of the element and the popup are aligned.


ALIGN_OVERLAP

public static final PopupHint.HintAlignment ALIGN_OVERLAP
The popup appears over top of the element with the upper-left corners aligned.

Method Detail

values

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

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

valueOf

public static PopupHint.HintAlignment 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

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.