JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.3) E80085-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
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.AdfDhtmlInputBasePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputTextPeer
public class AdfDhtmlInputTextPeer extends AdfDhtmlInputBasePeer
Field Summary |
|
|---|---|
private static Object |
|
Fields inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer |
ComponentLabelChanged, ComponentShowRequiredChanged |
Fields inherited from org.ecmascript.object.Object |
constructor, prototype |
Constructor Summary |
|
|---|---|
public |
|
Method Summary |
|
|---|---|
protected Object |
|
protected Object |
|
protected Object |
|
public String |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
private 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 |
CheckLength, getLastValue, GetSubmittedValue, HandleComponentBlur, HandleComponentFocus, initialize, needsFocusTargetStyleClass, NeedsSpuriousDirtyValueTracking, preventNextValueSubmission, RunValidation, setLastValue, ShouldShowHint, __simulateBlur, UpdateLastValue, VetoBlurValidation, WasSubmitted |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlValuePeer |
GetBestMatchSubId, GetSubIdDomElement |
Field Detail |
|---|
private static Object _FILTER_PREFIX
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 |
Objectprotected Object ComponentContentStyleChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)component |
||
domElement |
||
newValue |
||
oldValue |
Objectprotected Object ComponentReadOnlyChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)component |
||
domElement |
||
newValue |
||
oldValue |
Objectpublic String getAbsoluteLocator(AdfUIComponent component,
String clientId)component |
- | The client component |
clientId |
- | The clientId of the component |
String - the absolute locator of the component.protected Object GetInlineEditor(Event event)event |
- | DOM Event that triggered the inline edit |
Objectprotected Object HandleComponentKeyDown(Object componentEvent)componentEvent |
- | the component event invoked by key down |
Objectprotected Object HandleComponentKeyPress(Object componentEvent)componentEvent |
- | Component event. |
Objectprotected Object HandleComponentKeyUp(Object componentEvent)componentEvent |
- | Component event. |
ObjectAdfDhtmlEditableValuePeer.HandleComponentKeyUp(Object)private Object _handleInput(Object componentEvent)componentEvent |
Objectprotected Object InitDomElement(AdfUIComponent component,
Object domElement)component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
ObjectAdfDhtmlEditableValuePeer.InitDomElement(Object, Object)protected static Object InitSubclass()ObjectAdfDhtmlEditableValuePeer.InitSubclass()protected Object IsSecret(Object component)component |
Objectpublic Object needsResizeNotify(Object component)component |
Objectpublic Object replaceTextSelection(String value)value |
- | the string to replace the selection. |
Objectpublic Object resizeNotify(Object component,
Object oldWidth,
Object oldHeight,
Object newWidth,
Object newHeight)component |
||
oldWidth |
||
oldHeight |
||
newWidth |
||
newHeight |
Objectprotected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)component |
||
domElement |
||
newValue |
- | new string to be displayed |
Object
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.3) E80085-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||