|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-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.AdfDhtmlInputTextPeer
public class AdfDhtmlInputTextPeer extends AdfDhtmlInputBasePeer
Field Summary |
---|
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 |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected static Object |
|
protected Object |
|
public Object |
|
public Object |
|
public Object |
|
protected Object |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputBasePeer |
GetSubmittedValue, HandleComponentBlur, HandleComponentFocus, RunValidation, ShouldShowHint, __simulateBlur, VetoBlurValidation |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlValuePeer |
ComponentValueChanged, getConvertedObject, getConvertedValue, getFormatHint, GetNullDefault, isEmpty |
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 |
---|
Constructor Detail |
---|
public AdfDhtmlInputTextPeer()
Method Detail |
---|
protected Object AutoTab(Object component,
Object node)
input
has been reached, we do a tab to the next possible tabstop, using AdfFoucsUtils. This function should only be called from within HandleComponentKeyUp!component |
||
node |
Object
private Object _checkLength(Object component,
Object node)
component |
||
node |
Object
- boolean returns true if the maximum length has already been reached.protected Object GetInlineEditor(Event event)
event |
- | DOM Event that triggered the inline edit |
Object
AdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)
protected Object HandleComponentKeyPress(Object componentEvent)
componentEvent |
- | Component event. |
Object
protected Object HandleComponentKeyUp(Object componentEvent)
componentEvent |
- | Component event. |
Object
AdfDhtmlEditableValuePeer.HandleComponentKeyUp(Object)
protected static Object InitSubclass()
Object
AdfDhtmlValuePeer.InitSubclass()
protected Object IsSecret(Object component)
component |
Object
public Object needsResizeNotify(Object component)
component |
Object
AdfUIPeer.needsResizeNotify(Object)
public Object replaceTextSelection(String value)
value |
- | the string to replace the selection. |
Object
public Object resizeNotify(Object component,
Object oldWidth,
Object oldHeight,
Object newWidth,
Object newHeight)
component |
||
oldWidth |
||
oldHeight |
||
newWidth |
||
newHeight |
Object
AdfUIPeer.resizeNotify(Object, Object, Object, Object, Object)
protected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)
component |
||
domElement |
||
newValue |
- | new string to be displayed |
Object
AdfDhtmlValuePeer.SetDisplayValue(Object, Object, Object)
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |