JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
| 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.AdfDhtmlValuePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputBasePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputColorPeer
public class AdfDhtmlInputColorPeer extends AdfDhtmlInputBasePeer
Field Summary |
|
|---|---|
private static Object |
|
private static Object |
|
static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
Fields inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer |
ComponentLabelChanged |
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer |
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, DISABLED_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_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 |
|
|---|---|
protected Object |
|
protected Object |
|
private static Object |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
private Object |
|
private Object |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
public Object |
|
public Object |
|
private Object |
|
public Object |
|
protected Object |
|
protected static Object |
|
private Object |
|
private Object |
|
private Object |
|
protected Object |
|
public Object |
|
protected Object |
|
protected Object |
|
private Object |
|
private Object |
|
protected Object |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputBasePeer |
GetSubmittedValue, HandleComponentBlur, RunValidation, __simulateBlur, VetoBlurValidation |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlValuePeer |
getConvertedObject, getConvertedValue, getFormatHint, GetNullDefault, isEmpty |
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible, needsResizeNotify |
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 _colorFormatprivate static Object _GLYPH_IDstatic Object __LAST_USED_COLORprivate static Object _POPUP_CHOOSECOLOR_IDprivate static Object _POPUP_WRAPPER_IDprivate static Object _SUB_ID_MAPprivate static Object _SWATCH_ID
Constructor Detail |
|---|
public AdfDhtmlInputColorPeer()
Method Detail |
|---|
protected Object ComponentDisabledChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)component |
||
domElement |
||
newValue |
||
oldValue |
Objectprotected Object ComponentValueChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)component |
- | the AdfRichInputColor component |
domElement |
||
newValue |
||
oldValue |
ObjectAdfDhtmlValuePeer.ComponentValueChanged(Object, Object, Object, Object)private static Object _convertToColorString(Object colorObj)colorObj |
- | the Color object to convert from |
Object - the color string in #RRGGBB format that represent the colorObj.private Object _delegatePopupChooseColorGetter(Object inputColor,
Object propertyName)inputColor |
- | the inputColor component |
propertyName |
Object - the popup chooseColor component in the passed in inputColorprotected Object GetComponentColorData(Object component,
Object domElement)component |
- | Component that this peer is associated with |
domElement |
- | Root DOM element of this peer |
Object - colorData arrayprotected Object GetComponentCustomColorData(Object component,
Object domElement)component |
- | Component that this peer is associated with |
domElement |
- | Root DOM element of this peer |
Object - customColorData arrayprotected Object GetComponentDefaultColor(Object component,
Object domElement)component |
- | Component that this peer is associated with |
domElement |
- | Root DOM element of this peer |
Object - the defaulColor property valueprotected Object GetComponentLastUsedColor(Object component,
Object domElement)component |
- | Component that this peer is associated with |
domElement |
- | Root DOM element of this peer |
Object - the lastUsedColor property valueprotected Object GetComponentWidth(Object component,
Object domElement)component |
- | Component that this peer is associated with |
domElement |
- | Root DOM element of this peer |
Object - the width property valueprotected Object GetInlineEditor(Event event)event |
- | DOM Event that triggered the inline edit |
ObjectAdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)protected Object GetNoteWindowAlignmentNode(Object component,
Object rootNode)component |
||
rootNode |
ObjectAdfDhtmlEditableValuePeer.GetNoteWindowAlignmentNode(Object, Object)private Object _getPopupChooseColor(Object inputColor)inputColor |
- | the inputColor component |
Object - the popup chooseColor component in the passed in inputColorprivate Object _getRuntimeChooseColorId(Object thisComponent)thisComponent |
Object - if chooseId property is present, return chooseId property. Otherwise return the popup chooseColor id of the popup is present.private Object _handleColorPopup(Object component,
Object componentEvent,
Object bShow)component |
- | Component that this peer is associated with |
componentEvent |
- | the component event invoked by key up or mouse down |
bShow |
- | boolean vale used to show or hide color popup |
Objectprotected Object HandleComponentClick(Object componentEvent)componentEvent |
- | the component event invoked by mouse click |
ObjectAdfDhtmlEditableValuePeer.HandleComponentClick(Object)protected Object HandleComponentFocus(Object componentEvent)componentEvent |
ObjectAdfDhtmlEditableValuePeer.HandleComponentFocus(Object)protected Object HandleComponentKeyDown(Object componentEvent)componentEvent |
- | the component event invoked by key up, incuding key up on the custom color dialog |
Objectpublic Object handleReturnFromChooseComponent(Object inputColorComponent,
Object bHidePopup)inputColorComponent |
||
bHidePopup |
Objectpublic Object handleUpdateFromChooseComponent(Object inputColorComponent,
Object propertyName,
Object newValue)inputColorComponent |
||
propertyName |
- | the name of the property to update. |
newValue |
- | the new value of the properties. |
Objectprivate Object _hookUpChooseColor(Object clientId)clientId |
Objectpublic Object initChooseComponentValue(Object inputComponent)inputComponent |
Objectprotected Object InitDomElement(Object component,
Object domElement)component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
ObjectAdfRichUIPeer.InitDomElement(AdfUIComponent, Object)protected static Object InitSubclass()ObjectAdfDhtmlValuePeer.InitSubclass()private Object _isChooseColorPopupVisible(Object component)component |
Objectprivate Object _isCompact(Object component)component |
Objectprivate Object _isGlyphElement(Object eventTarget,
Object glyphId)eventTarget |
||
glyphId |
Object - the DOM element of the drop down icon TODO This will change once we have skinning/icons on the client, since with skinning we can't guarantee this is an img element.protected Object PopupClosed(Object component,
Object contentDom,
Object popupId)component |
||
contentDom |
||
popupId |
ObjectAdfRichUIPeer.PopupClosed(AdfUIComponent, HTMLElement, String)public Object returnFocus(Object inputColorComponent)inputColorComponent |
Objectprotected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)component |
||
domElement |
||
newValue |
- | new string to be displayed |
ObjectAdfDhtmlValuePeer.SetDisplayValue(Object, Object, Object)protected Object ShouldShowHint(Object component,
Object domElement)component |
||
domElement |
ObjectAdfDhtmlEditableValuePeer.ShouldShowHint(Object, Object)private Object _showPopupChooseColor(Object component,
Object popupContentId,
Object arrowId)component |
||
popupContentId |
||
arrowId |
Objectprivate Object _updateSwatchDisplay(Object component,
Object newValue)component |
||
newValue |
Objectprotected Object VetoShowNoteWindow(Object component)component |
ObjectAdfDhtmlEditableValuePeer.VetoShowNoteWindow(Object)
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||