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.AdfDhtmlSelectBooleanCheckboxPeer
public class AdfDhtmlSelectBooleanCheckboxPeer extends AdfDhtmlEditableValuePeer
Field Summary | 
|
|---|---|
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 | 
  | 
protected String | 
  | 
static HTMLElement | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
protected static Object | 
|
protected Object | 
  | 
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlValuePeer | 
ComponentValueChanged, getConvertedObject, getConvertedValue, getFormatHint, GetNullDefault, 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 _inlineEditorprivate static Object _SELECT_BOOLEAN_VALUE_KEYprivate static Object _SUB_ID_MAPprivate static Object _TRCBprivate 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 | 
Objectprotected 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 | 
ObjectAdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)protected Object GetSubIdDomElement(Object subElementId)subElementId | 
ObjectAdfRichUIPeer.getSubIdDomElement(Object, 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 | 
ObjectAdfDhtmlEditableValuePeer.HandleComponentClick(Object)protected Object HandleComponentMouseOver(Object componentEvent)componentEvent | 
Objectprotected Object InitDomElement(Object component,
                                Object domElement)component | 
||
domElement | 
ObjectAdfRichUIPeer.InitDomElement(AdfUIComponent, Object)protected static Object InitSubclass()ObjectAdfDhtmlValuePeer.InitSubclass()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. | 
ObjectAdfDhtmlValuePeer.setDisplayValue(Object, 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 | ||||||||