JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.rich.desktop
Class AdfDhtmlSelectManyShuttlePeer
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlValuePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectManyPeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectManyShuttleBasePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.desktop.AdfDhtmlSelectManyShuttlePeer
public class AdfDhtmlSelectManyShuttlePeer
extends AdfDhtmlSelectManyShuttleBasePeer
Field Summary
|
private static Object |
_SUB_ID_MAP
-
selectManyShuttle component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.
|
|
Focus, GetCheckboxByEventTarget, GetCheckboxes, GetComponentSelectItems, GetInlineEditor, GetNoteWindowAlignmentNode, GetSubmittedValue, HandleComponentClick, HandleComponentDblClick, HandleComponentFocus, HandleComponentKeyDown, LazyInitialize, SetDisplayValue, Validate |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectManyPeer
|
GetComponentLabel, getConvertedObject, getConvertedValue, GetLabelValue, GetNextItem, GetNullDefault, GetPreviousItem, GetSelectAllCheckbox, GetSelectItemsParentDomElement, IsCheckbox, SelectRange, UpdateAll, UpdateSelectedStyle |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer
|
autoSubmit, BindToComponent, ComponentChanged, ComponentSubmittedValueChanged, disableBrowserAutoComplete, GetComponentSubmittedValue, GetComponentValue, getContentNode, GetContentNode, GetContentNodeId, GetDisplayValue, GetNoteWindowAlignmentHint, GetValidatorHints, HandleComponentKeyUp, HideNoteWindow, InitDomElement, IsInitialized, IsNoteWindowVisible, MessageNotify, MessageShow, NeedsSpuriousDirtyValueTracking, ShouldShowHint, ShowNoteWindow, ShowNoteWindowMouseOver, StashOldValue, StopArrowKeyBubbling, ValidateAndStashNewValue, ValidateIfStashedOldValue, VetoShowNoteWindow, WasSubmitted |
private static Object _SUB_ID_MAP
selectManyShuttle component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [label --> label] - selectManyShuttle/selectOrderShuttle label 2. [content --> content] - selectManyShuttle/selectOrderShuttle content 3. [leadHeader] - selectManyShuttle/selectOrderShuttle lead section header 4. [trailHeader] - selectManyShuttle/selectOrderShuttle trailing section header 5. [leadLegend] - selectManyShuttle/selectOrderShuttle lead section legend (present in screen reader mode) 6. [trailLegend] - selectManyShuttle/selectOrderShuttle trailing section legend (present in screen reader mode) 7. [leadUl --> leadUl] - selectManyShuttle/selectOrderShuttle leftside list 8. [trailUl --> trailUl] - selectManyShuttle/selectOrderShuttle rightside list 9. [move --> move] - selectManyShuttle/selectOrderShuttle move arrow 10. [moveall --> moveall] - selectManyShuttle/selectOrderShuttle move all arrow 11. [remove --> remove] - selectManyShuttle/selectOrderShuttle remove arrow 12. [removeall --> removeall] - selectManyShuttle/selectOrderShuttle remove all arrow 13. [movetop --> move-top] - selectManyShuttle/selectOrderShuttle move to top arrow 14. [moveup --> move-up] - selectManyShuttle/selectOrderShuttle move up arrow 15. [movedown --> move-down] - selectManyShuttle/selectOrderShuttle move down arrow 16. [movebottom --> move-bottom] - selectManyShuttle/selectOrderShuttle move to bottom arrow 17. [item[(value)] --> item] - selectManyShuttle/selectOrderShuttle item (selectItem, by rendered value)
public AdfDhtmlSelectManyShuttlePeer()
protected Object GetBestMatchSubId(Object domElement)
Returns the best match subId for the given domElement. This can be enhanced further to return programmatically determined subIds. WARNING - You must make sure to bind the component to the peer before calling this function.
- Parameters:
-
- Return:
Object
- See also:
AdfRichUIPeer.GetSubIdDomElement(Object)
- Overrides:
AdfDhtmlValuePeer.GetBestMatchSubId(Object)
protected Object GetSubIdDomElement(Object subElementId)
Returns the DOM element identified by the passed in subId.
- Parameters:
-
- Return:
Object
- the DOM element
- Overrides:
AdfDhtmlValuePeer.GetSubIdDomElement(Object)
protected Object HandleComponentMouseDown(Object componentEvent)
- Parameters:
-
- Return:
Object
protected Object HandleComponentMouseOver(Object componentEvent)
- Parameters:
-
- Return:
Object
- Overrides:
AdfDhtmlSelectManyPeer.HandleComponentMouseOver(Object)
protected static Object InitSubclass()
- Return:
Object
- Overrides:
AdfDhtmlEditableValuePeer.InitSubclass()
Generated on 2015.07.15 10:12 UTC
Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.