|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adf.view.js.base.AdfUIPeer | +--oracle.adf.view.js.laf.rich.AdfRichUIPeer | +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlPanelHeaderPeer | +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlQueryPeer
public class AdfDhtmlQueryPeer extends AdfDhtmlPanelHeaderPeer
Field Summary |
|
---|---|
private static Object |
|
private static Object |
|
public static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer |
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, DISABLED_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS |
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
Method Summary |
|
---|---|
private Object |
|
private Object |
|
private Object |
|
public static Object |
|
private Object |
|
private static Object |
|
private Object |
|
protected Object |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
private Object |
|
protected Object |
|
private Object |
|
protected Object |
|
protected static Object |
|
private Object |
|
private Object |
|
private Object |
|
private Boolean |
|
private Object |
|
private Object |
|
protected Object |
|
private Object |
|
private Object |
|
public static Object |
|
private Object |
|
protected Object |
|
private Boolean |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlPanelHeaderPeer |
ComponentRemoved, Init, needsResizeNotify, ResizeNotify |
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
private static Object _APPLY_BUTTON_SUBID
private static Object _CONJUNCTION_SUBID
public static Object CONTENT_SUBID
private static Object _CRITERION_VALUE_SUBID
private static Object _CSSDLG_SSEARCH_NAME_SUBID
private static Object _CSSDLG_SUBID
private static Object _CSSDLG_UIHINT_AUTOEXECUTE_SUBID
private static Object _CSSDLG_UIHINT_DEFAULT_SUBID
private static Object _CSSDLG_UIHINT_SAVERESULTLAYOUT_SUBID
private static Object _CSSPOPUP_SUBID
private static Object _DELETE_BUTTON_SUBID
private static Object _DELETE_WARNING_DLG_SUBID
private static Object _DELETE_WARNING_MSG_SUBID
private static Object _DELETE_WARNING_POPUP_SUBID
private static Object _DISCLOSE_SUBID
private static Object _INDEXED_FIELD
private static Object _MODE_BUTTON_SUBID
private static Object _MSG_SAVED_SEARCH_DELETE_WARNING
private static Object _NAMING_SEP
private static Object _OPERATOR_DROPDOWN_SUBID
private static Object _PERSONALIZE_SSEARCH_KEY
private static Object _PSSDLG_SSEARCH_CHOICE_SUBID
private static Object _PSSDLG_SSEARCH_NAME_SUBID
private static Object _PSSDLG_SUBID
private static Object _PSSDLG_UIHINT_AUTOEXECUTE_SUBID
private static Object _PSSDLG_UIHINT_DEFAULT_SUBID
private static Object _PSSDLG_UIHINT_SHOWINLIST_SUBID
private static Object _PSSPOPUP_SUBID
private static Object _RESET_BUTTON_SUBID
private static Object _SAVE_BUTTON_SUBID
private static Object _SEARCH_BUTTON_SUBID
private static Object _SEPARATOR_KEY
private static Object _SSEARCH_CHOICE_SUBID
private static Object _UIHINT_AUTOEXECUTE
private static Object _UIHINT_DEFAULT
private static Object _UIHINT_NAME
private static Object _UIHINT_SAVE_RESULTS_LAYOUT
private static Object _UIHINT_SHOW_IN_LIST
Constructor Detail |
---|
public AdfDhtmlQueryPeer()
Method Detail |
---|
private Object _getCreateOrUpdateValue(Object component,
Object dlgId)
component |
- | the component that this peer will be associated with |
dlgId |
- | the id of the dialog whose content is packaged. |
Object
- a Map of values.private Object _getDeleteWarningPopupComponent()
Object
- the AdfRichPopup component instance or null.private Object _getPopupComponent(Object clientId,
Object isPersonalize)
clientId |
||
isPersonalize |
Object
- the AdfRichPopup component instance or null.public static Object getSavedSearchNames()
Object
- array of saved search namesprivate Object _getSelectedSearchName(Object component,
Object isPersonalize)
component |
- | the component that this peer is associated with. |
isPersonalize |
- | whether we are in personalize dialog or not. |
Object
- the saved search that is currently selected or null.private static Object _getSSNameComponent(Object clientId,
Object isPsz)
clientId |
- | a String that is the clientId for the savedSearch component |
isPsz |
- | a boolean indicating whether the personalize dialog is open. |
Object
private Object _handleCheckboxClick(Object componentEvent,
Object eventTargetId)
componentEvent |
- | componentEvent generated by the checkbox click |
eventTargetId |
- | the id associated with the node (usually a checkbox) that generated the event |
Object
protected Object HandleComponentClick(Object componentEvent)
componentEvent |
- | the component event generated by mouse click. |
Object
AdfDhtmlPanelHeaderPeer.HandleComponentClick(Object)
private Object _handleComponentClickInDialog(Object componentEvent)
componentEvent |
- | the component event generated by mouse click. |
Object
protected Object HandleComponentDialog(Object componentEvent)
componentEvent |
- | the component event generated from a button click. |
Object
AdfDhtmlPanelHeaderPeer.HandleComponentDialog(Object)
protected Object HandleComponentKeyDown(Object componentEvent)
componentEvent |
- | the component event generated by enter key down. |
Object
AdfDhtmlDialogPeer.HandleComponentKeyDown(AdfUIInputEvent)
protected Object HandleComponentKeyPress(Object componentEvent)
componentEvent |
- | the component event generated by enter key press. |
Object
AdfDhtmlDialogPeer.HandleComponentKeyPress(AdfUIInputEvent)
protected Object HandleComponentKeyUp(Object componentEvent)
componentEvent |
- | the component event generated by enter key up. |
Object
private Object _handleComponentOperation(Object componentEvent)
componentEvent |
Object
protected Object HandleComponentValueChange(Object componentEvent)
componentEvent |
- | event through which selection was made, e.g. mouse click |
Object
private Object _handleConjunctionSelection(Object query,
Object componentEvent)
query |
||
componentEvent |
Object
protected Object HidePopupDialog(Object clientId,
Object isPersonalize)
clientId |
- | of the query component |
isPersonalize |
Object
protected static Object InitSubclass(Object nativeEvent,
Object newDisclosureState)
nativeEvent |
||
newDisclosureState |
Object
AdfDhtmlPanelHeaderPeer.InitSubclass()
private Object _isCheckboxClicked(Object elem,
Object rootId,
Object subId)
elem |
||
rootId |
||
subId |
Object
private Object _isClickInClientComponent(Object node,
Object id)
node |
||
id |
Object
private Object _isClickInSubComponent(Object elem,
Object subId)
elem |
||
subId |
Object
private Boolean _isEnterKeyNotConsumed(Object componentEvent)
componentEvent |
- | the component event |
Boolean
- true if Enter key is pressed on a component that does not consume itprivate Object _isEventTargetInChoiceComponent(Object componentEvent)
componentEvent |
- | the component event - Enter on operator dropdown autoSubmits to refresh the value fields - Enter on saved search dropdown handles ValueChange and queues an QueryInternalEvent |
Object
private Object _passSavedSearchNameCheck(Object component,
Object isPsz)
component |
- | the component that this peer binds to |
isPsz |
- | a boolean whose true value indicates that we are in the personalize saved search dialog and a false value indicates the Create Saved Search dialog |
Object
- false if there is an existing saved search with the same name. true otherwise.protected Object PopupClosed(Object component,
Object contentDom)
component |
||
contentDom |
Object
AdfRichUIPeer.PopupClosed(AdfUIComponent, HTMLElement, String)
private Object _queueResultComponentEvent(Object component)
component |
Object
private Object _setComponentError(Object component,
Object summaryKey,
Object detailKey,
Object trResourceKey)
component |
- | the component instance to which the error needs to be added. |
summaryKey |
- | the key to use retrieve the translated message summary. |
detailKey |
- | the key to use to retrieve the translated message detail |
trResourceKey |
Object
public static Object setSavedSearchNames(Object names)
names |
- | array of saved search names |
Object
private Object _showDeleteWarningPopup()
Object
protected Object ShowPopupDialog(Object clientId,
Object isPersonalize)
clientId |
- | of the query component |
isPersonalize |
- | whether the Personalize dialog or the Create Saved Search dialog will be shown |
Object
private Boolean _validateCriterionFields()
Boolean
- false if validation fails else true
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |