|
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.AdfDhtmlSelectBooleanCheckboxPeer
public class AdfDhtmlSelectBooleanCheckboxPeer extends AdfDhtmlEditableValuePeer
Field Summary |
|
---|---|
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 org.ecmascript.object.Object |
constructor, prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
protected Object |
|
protected String |
|
static HTMLElement |
|
protected Object |
|
protected Object |
|
static HTMLElement |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected static Object |
|
protected Object |
|
protected Object |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlValuePeer |
GetBestMatchSubId, GetSubIdDomElement |
Field Detail |
---|
private static Object _inlineEditor
private static Object _SELECT_BOOLEAN_VALUE_KEY
private static Object _TRCB
private static Object _TRCB_ID
Constructor Detail |
---|
public AdfDhtmlSelectBooleanCheckboxPeer()
Method Detail |
---|
protected Object ComponentTextChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)
component |
- | the SelectBookCheckbox component |
domElement |
- | Root DOM element of this peer |
newValue |
- | the new text |
oldValue |
- | the old text |
Object
protected String GetComponentText(Object component,
Object domElement)
component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
String
- textstatic HTMLElement __getInlineEditableTextElement(HTMLElement domElement)
domElement |
- | component's root DOM element |
HTMLElement
- the DOM Element that is a parent of the text attribute text Node, if anyprotected Object GetInlineEditor(Event event)
event |
- | DOM Event that triggered the inline edit |
Object
protected Object GetItemTextStyleClass()
Object
static HTMLElement __getLabelTextElement(HTMLElement domElement,
Object cssClass)
domElement |
- | component's root DOM element |
cssClass |
HTMLElement
- the DOM Element the label element that contains the css class.protected Object GetLabelTextStyleClass()
Object
protected Object GetReadOnlyComponentText(Object component)
component |
Object
protected Object GetSubmittedValue(Object component,
Object domElement)
component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
Object
- boolean . true if the Checkbox is checked; false if not.AdfDhtmlEditableValuePeer.GetSubmittedValue(Object, Object)
protected Object HandleComponentClick(Object componentEvent)
componentEvent |
- | The event on the component |
Object
AdfDhtmlEditableValuePeer.HandleComponentClick(Object)
protected Object HandleComponentMouseOver(Object componentEvent)
componentEvent |
Object
protected Object InitDomElement(Object component,
Object domElement)
component |
||
domElement |
Object
AdfDhtmlEditableValuePeer.InitDomElement(Object, Object)
protected static Object InitSubclass()
Object
AdfDhtmlEditableValuePeer.InitSubclass()
protected Object NeedsSpuriousDirtyValueTracking()
Object
AdfDhtmlEditableValuePeer.NeedsSpuriousDirtyValueTracking()
protected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)
newValue
.. In readOnly mode, this means setting the text content to the newValue. Called from ComponentSubmittedValueChangedcomponent |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
newValue |
- | The new value of the component. This value has already been converted?? TODO Gab: work out whether newValue should be a string or a boolean when Gab puts in place the BooleanConverter or whatever she is going to do to get the value lifecycle to work with selectBooleans. |
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 |