|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.2) E76716-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 |
---|
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 |
|
private Object |
|
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 |
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 |
---|
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
protected Object HandleComponentKeyDown(Object componentEvent)
componentEvent |
- | the component event invoked by key down |
Object
protected Object HandleComponentKeyPress(Object componentEvent)
componentEvent |
- | Component event. |
Object
protected Object HandleComponentKeyUp(Object componentEvent)
componentEvent |
- | Component event. |
Object
AdfDhtmlEditableValuePeer.HandleComponentKeyUp(Object)
private Object _handleInput(Object componentEvent)
componentEvent |
Object
protected Object InitDomElement(AdfUIComponent component,
Object domElement)
component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
Object
AdfDhtmlEditableValuePeer.InitDomElement(Object, Object)
protected static Object InitSubclass()
Object
AdfDhtmlEditableValuePeer.InitSubclass()
protected Object IsSecret(Object component)
component |
Object
public Object needsResizeNotify(Object component)
component |
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
protected 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.2) E76716-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |