JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| 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.AdfDhtmlInputNumberSpinboxBasePeer
                                             |
                                             +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputNumberSpinboxPeer
public class AdfDhtmlInputNumberSpinboxPeer extends AdfDhtmlInputNumberSpinboxBasePeer
Field Summary | 
|
|---|---|
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.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer | 
ComponentLabelChanged, ComponentShowRequiredChanged | 
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer | 
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, CreateSubId, DISABLED_STYLECLASS, DRAG_READY_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 | 
  | 
private Object | 
  | 
protected Object | 
  | 
private Object | 
|
private Object | 
|
private Object | 
  | 
protected Object | 
  | 
private Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
private Object | 
  | 
protected static Object | 
|
private Object | 
  | 
private Object | 
  | 
private Object | 
  | 
private Object | 
  | 
private Object | 
  | 
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputNumberSpinboxBasePeer | 
getLeadingZero, GetValidatorHints, LazyInitialize, SetDisplayValue, ShouldShowHint | 
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputBasePeer | 
GetSubmittedValue, HandleComponentFocus, __isInputValueDirty, needsFocusTargetStyleClass, RunValidation, __simulateBlur, UpdateLastValue, VetoBlurValidation | 
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlValuePeer | 
ComponentValueChanged, getConvertedObject, getConvertedValue, getFormatHint, GetNullDefault, GetSubIdDomElement, isEmpty, setDisplayValue | 
Methods inherited from oracle.adf.view.js.base.AdfUIPeer | 
getDefaultDragRecognizer, getParentPeer, Init, initiateDrag, isVisible, needsResizeNotify | 
Methods inherited from oracle.adf.view.js.base.AdfObject | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
Field Detail | 
|---|
private static Object _currentSpinModeprivate static Object _DECprivate static Object _DEC_IDprivate static Object _INCprivate static Object _INC_IDprivate static Object _SUB_ID_MAPprivate static Object _timerId
Constructor Detail | 
|---|
public AdfDhtmlInputNumberSpinboxPeer()
Method Detail | 
|---|
protected Object ComponentDisabledChanged(Object component,
                                          Object domElement,
                                          Object newValue,
                                          Object oldValue)component | 
||
domElement | 
||
newValue | 
||
oldValue | 
Objectprivate Object _getAnchor(Object node)node | 
Objectprotected Object GetInlineEditor(Event event)event | 
- | DOM Event that triggered the inline edit | 
ObjectAdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)private Object _getMax(Object component)component | 
Objectprivate Object _getMin(Object component)component | 
Objectprivate Object _getSpinboxValue(Object component)component | 
Objectprotected Object GetStepSize(Object component)component | 
Objectprivate Object _handleButtonClicks(Object component,
                                   Object value,
                                   Object increase)component | 
- | the client InputNumberSpinbox component | 
value | 
- | the current value of the InputNumberSpinbox component | 
increase | 
Objectprotected Object HandleComponentBlur(Object componentEvent)componentEvent | 
ObjectAdfDhtmlInputBasePeer.HandleComponentBlur(Object)protected Object HandleComponentClick(Object componentEvent)componentEvent | 
- | the event invoked by on click | 
ObjectAdfDhtmlEditableValuePeer.HandleComponentClick(Object)protected Object HandleComponentKeyDown(Object componentEvent)componentEvent | 
- | the event invoked by key down | 
Objectprotected Object HandleComponentMouseDown(Object componentEvent)componentEvent | 
- | the component event invoked by mouse down | 
Objectprotected Object HandleComponentMouseOut(Object componentEvent)componentEvent | 
- | the component event invoked by mouse out | 
Objectprotected Object HandleComponentMouseUp(Object componentEvent)componentEvent | 
- | the component event invoked by mouse out | 
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)private Object _initRepeat()Objectprotected static Object InitSubclass()ObjectAdfDhtmlValuePeer.InitSubclass()private Object _isActionButton(Object element)element | 
Objectprivate Object _manipulateValue(Object incrementor)incrementor | 
- | true when the increase button was clicked and false when decrease button was clicked | 
Objectprivate Object _repeatSpinbox()ObjectAdfObject.createCallback(Object)private Object _setVisibleValue(Object component,
                                Object newValue)component | 
||
newValue | 
Objectprivate Object _updateButtons(Object domElement,
                              Object atMax,
                              Object atMin)domElement | 
- | the rootDomElement of the spinbox, only used as param, when called by InitDomElement. | 
atMax | 
- | is the current value>=max | 
atMin | 
- | is the current value<=min | 
Object
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||