| Package | Description |
|---|---|
| oracle.adf.view.rich.component.rich |
| Modifier and Type | Method and Description |
|---|---|
RichPopup.PopupHints |
RichPopup.PopupHints.add(RichPopup.PopupHints.HintTypes hint, RichPopup.PopupHints.AlignTypes alignType)
Adds the
RichPopup.PopupHints.HintTypes.HINT_ALIGN hint. |
RichPopup.PopupHints |
RichPopup.PopupHints.add(RichPopup.PopupHints.HintTypes hint, 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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
RichPopup.show(RichPopup.PopupHints hints)
Causes the popup to be shown on the client pending completion of the JSF lifecycle.
|