|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| 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 | |
|---|---|
String |
getMnemonic() |
String |
toString() |
static RichPopup.PopupHints.HintTypes |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getMnemonic()
public String toString()
toString in class Enum<RichPopup.PopupHints.HintTypes>mnemonic
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.