|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E12046-07 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.laf.rich.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 |
|
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_READY_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS |
Fields inherited from org.ecmascript.object.Object |
constructor, prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
protected Object |
|
protected String |
|
static HTMLElement |
|
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 |
Methods inherited from oracle.adf.view.js.laf.rich.AdfUIPeer |
ApplyDragSourceState, ClearDragSourceState |
Field Detail |
---|
private static Object _inlineEditor
private static Object _SELECT_BOOLEAN_VALUE_KEY
private static Object _SUB_ID_MAP
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
AdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)
protected Object GetSubIdDomElement(Object subElementId)
subElementId |
Object
AdfRichUIPeer.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 |
Object
AdfDhtmlEditableValuePeer.HandleComponentClick(Object)
protected Object HandleComponentMouseOver(Object componentEvent)
componentEvent |
Object
protected static Object InitSubclass()
Object
AdfDhtmlValuePeer.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. |
Object
AdfDhtmlValuePeer.SetDisplayValue(Object, Object, Object)
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E12046-07 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |