|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.4.0) E17488-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.component.rich.RichPopup.PopupHints
public static class RichPopup.PopupHints
Server-side representation of popup hints passed to the RichPopup's show method. These hints define behaviors when a popup becomes visible.
| Nested Class Summary | |
|---|---|
static class |
RichPopup.PopupHints.AlignTypesRepresents the primary hint of how the client-side position manager will will attempt to align a popup to an element. |
static class |
RichPopup.PopupHints.HintTypesKey identifier that defines a characteristic about how a popup should be shown. |
| Constructor Summary | |
|---|---|
RichPopup.PopupHints() |
|
| Method Summary | |
|---|---|
RichPopup.PopupHints |
add(RichPopup.PopupHints.HintTypes hint, RichPopup.PopupHints.AlignTypes alignType)Adds the RichPopup.PopupHints.HintTypes.HINT_ALIGN hint. |
RichPopup.PopupHints |
add(RichPopup.PopupHints.HintTypes hint, java.lang.String clientId)Adds a RichPopup.PopupHints.HintTypes.HINT_ALIGN_ID or a RichPopup.PopupHints.HintTypes.HINT_LAUNCH_ID hint for a component's clientId. |
RichPopup.PopupHints |
add(RichPopup.PopupHints.HintTypes hint, javax.faces.component.UIComponent component)Adds a RichPopup.PopupHints.HintTypes.HINT_ALIGN_ID or a RichPopup.PopupHints.HintTypes.HINT_LAUNCH_ID hint using a component reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RichPopup.PopupHints()
| Method Detail |
|---|
public RichPopup.PopupHints add(RichPopup.PopupHints.HintTypes hint,
javax.faces.component.UIComponent component)
RichPopup.PopupHints.HintTypes.HINT_ALIGN_ID or a RichPopup.PopupHints.HintTypes.HINT_LAUNCH_ID hint using a component reference. The component must be in the right context in order to ask for the fully qualified component's client id. For example, if the component is in a table, the correct row must be selected.hint - RichPopup.PopupHints.HintTypes.HINT_ALIGN_ID or RichPopup.PopupHints.HintTypes.HINT_LAUNCH_IDcomponent - target align or launch source componentthis instance to be used for chaining add operationsjava.lang.IllegalArgumentException - component cannot be null
public RichPopup.PopupHints add(RichPopup.PopupHints.HintTypes hint,
java.lang.String clientId)
RichPopup.PopupHints.HintTypes.HINT_ALIGN_ID or a RichPopup.PopupHints.HintTypes.HINT_LAUNCH_ID hint for a component's clientId. The client Id must be fully qualified including the correct naming containers and stamping to represent its correct context.hint - RichPopup.PopupHints.HintTypes.HINT_ALIGN_ID or RichPopup.PopupHints.HintTypes.HINT_LAUNCH_IDclientId - of the align or launcher componentthis instance to be used for chaining add operationsjava.lang.IllegalArgumentException - hint cannot be null; invalid hint type. Must be HintTypes#HINT_ALIGN_ID or HintTypes#HINT_LAUNCH_ID; clientId cannot be null
public RichPopup.PopupHints add(RichPopup.PopupHints.HintTypes hint,
RichPopup.PopupHints.AlignTypes alignType)
RichPopup.PopupHints.HintTypes.HINT_ALIGN hint.hint - RichPopup.PopupHints.HintTypes.HINT_ALIGNalignType - location the popup should be placed aligned to a DOM element.this instance to be used for chaining add operationsjava.lang.IllegalArgumentException - hint cannot be null; alignType cannot be null
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.4.0) E17488-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||