|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E10684-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<RichPopup.PopupHints.HintTypes>
oracle.adf.view.rich.component.rich.RichPopup.PopupHints.HintTypes
public static enum RichPopup.PopupHints.HintTypes
Key identifier that defines a characteristic about how a popup should be shown.
| Enum Constant Summary | |
|---|---|
HINT_ALIGNDefines the strategy used to determine how the popup is aligned to an element. |
|
HINT_ALIGN_IDDefines a DOM element that the popup should align to. |
|
HINT_LAUNCH_IDDefines 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 |
|---|
public static final RichPopup.PopupHints.HintTypes HINT_ALIGN_ID
public static final RichPopup.PopupHints.HintTypes HINT_ALIGN
RichPopup.PopupHints.AlignTypespublic static final RichPopup.PopupHints.HintTypes HINT_LAUNCH_ID
PopupFetchEvent. The associated value can be a UIComponent or component's client Id.| Method Detail |
|---|
public static RichPopup.PopupHints.HintTypes[] values()
for (RichPopup.PopupHints.HintTypes c : RichPopup.PopupHints.HintTypes.values())
System.out.println(c);
public static RichPopup.PopupHints.HintTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getMnemonic()
public java.lang.String toString()
toString in class java.lang.Enum<RichPopup.PopupHints.HintTypes>mnemonic
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E10684-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||