|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
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.AdfDhtmlSelectManyPeer
public class AdfDhtmlSelectManyPeer extends AdfDhtmlEditableValuePeer
Field Summary |
|
---|---|
public static Object |
|
private static Object |
|
private static Object |
|
public 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_SOURCE_STYLECLASS, DROP_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 Object |
|
protected Object |
|
public Object |
|
public Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected static Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlValuePeer |
ComponentValueChanged, getFormatHint, isEmpty, SetDisplayValue |
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible, needsResizeNotify |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
public static Object HIGHLIGHTED_STYLE
private static Object _ITEM_VALUE_EXPANDO
private static Object _SELECT_ALL_ID
public static Object SELECTED_STYLE
Constructor Detail |
---|
public AdfDhtmlSelectManyPeer()
Method Detail |
---|
protected Object GetCheckboxByEventTarget(Object element,
Object componentEvent)
element |
||
componentEvent |
Object
protected Object GetCheckboxes(Object component,
Object domElement,
Object containerName)
ul
HTML element (trail or lead)component |
- | the component |
domElement |
- | the root dom element |
containerName |
- | the optional name of the container |
Object
protected Object GetComponentSelectItems(Object component,
Object domElement)
component |
||
domElement |
Object
public Object getConvertedObject(Object component,
Object value)
component |
||
value |
Object
AdfDhtmlValuePeer.getConvertedObject(Object, Object)
public Object getConvertedValue(Object component,
Object submittedValue)
component |
||
submittedValue |
Object
AdfDhtmlValuePeer.getConvertedValue(Object, Object)
protected Object GetLabelValue(Object node)
node |
Object
protected Object GetNextItem(Object component,
Object domElement,
Object item,
Object containerName)
component |
- | the component |
domElement |
- | the root dom element |
item |
- | the current tabStop item |
containerName |
- | the optional name of the desired container to get the previous tab stop |
Object
- the next enabled item, or the current if there are no more next enabled itemsprotected Object GetNullDefault()
Object
AdfDhtmlValuePeer.GetNullDefault()
protected Object GetPreviousItem(Object component,
Object domElement,
Object item,
Object ignoreAllCheckbox,
Object containerName)
component |
- | the component |
domElement |
- | the root dom element |
item |
- | the current tabStop item |
ignoreAllCheckbox |
- | should the ALL checkbox element be ignored |
containerName |
- | the optional name of the desired container to get the previous tab stop |
Object
- the prev enabled item, or the current if there are no more prev enabled itemsprotected Object GetSelectAllCheckbox(Object component)
component |
Object
protected Object GetSelectItemsParentDomElement(Object component)
component |
Object
protected Object GetSubmittedValue(Object component,
Object domElement)
component |
||
domElement |
Object
AdfDhtmlEditableValuePeer.GetSubmittedValue(Object, Object)
protected Object HandleComponentMouseOver(Object componentEvent)
componentEvent |
Object
protected static Object InitSubclass()
Object
AdfDhtmlValuePeer.InitSubclass()
protected Object IsCheckbox(Object element)
element |
Object
protected Object SelectRange(Object component,
Object domElement,
Object newItem,
Object oldItem,
Object containerName)
component |
||
domElement |
||
newItem |
||
oldItem |
||
containerName |
Object
protected Object UpdateAll(Object component,
Object domElement,
Object isChecked,
Object validate)
component |
||
domElement |
||
isChecked |
||
validate |
Object
protected Object UpdateSelectedStyle(Object checkbox)
checkbox |
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |