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.AdfDhtmlButtonPeer
public class AdfDhtmlButtonPeer extends AdfRichUIPeer
Field Summary |
|
|---|---|
private static Object |
|
private static Object |
|
protected Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
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 Object |
|
protected Object |
|
protected Object |
|
private Object |
|
private Object |
|
private Object |
|
private Object |
|
private Object |
|
private Object |
|
private Object |
|
private Object |
|
private HTMLElement |
|
protected Object |
|
private string |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
private Object |
|
protected static Object |
|
private Object |
|
private Object |
|
private boolean |
|
private Object |
|
protected Object |
|
Object |
|
protected Object |
|
private Object |
|
private Object |
|
private Object |
|
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 _AFR_GROUPIDprivate static Object _BUSYprotected Object ComponentTextChangedprivate static Object _DEPRESSED_STYLE_CLASSprivate static Object _POPUP_CONTAINERprivate static Object _POPUP_CONTEXT_AREAprivate static Object _POPUP_ELEMENTprivate static Object _POPUP_IDprivate static Object _POPUP_SELECTOR_IDprivate static Object _SELECTED_STYLE_CLASSprivate static Object _SUB_ID_MAP
Constructor Detail |
|---|
public AdfDhtmlButtonPeer()
Method Detail |
|---|
protected Object BindToComponent(AdfUIComponent component,
HTMLElement domElement)component |
- | the associated component |
domElement |
- | the dom element |
ObjectAdfRichUIPeer.BindToComponent(Object, Object)protected Object ComponentDisabledChanged(AdfUIComponent component,
HTMLElement domElement,
boolean newValue,
boolean oldValue)component |
- | the associated component |
domElement |
- | the dom element |
newValue |
- | the new disabled value |
oldValue |
- | the old disabled value |
Objectprotected Object ComponentSelectedChanged(AdfUIComponent component,
HTMLElement domElement,
boolean newValue,
boolean oldValue)component |
- | the associated component |
domElement |
- | the dom element |
newValue |
- | the new selected value |
oldValue |
- | the old selected value |
Objectprotected Object ComponentShortDescChanged(AdfUIComponent component,
HTMLElement domElement,
string newValue,
string oldValue)component |
- | the associated component |
domElement |
- | the dom element |
newValue |
- | the new shortDesc value |
oldValue |
- | the old shortDesc value |
Objectprivate Object _displayDefaultIcon(AdfUIComponent component)component |
- | The button component |
Objectprivate Object _displayDisabledIcon(AdfUIComponent component)component |
- | The button component |
Objectprivate Object _displayIcon(AdfUIComponent component,
string icon)component |
- | The button component |
icon |
- | Icon location string |
Objectprivate Object _displayMouseDownIcon(AdfUIComponent component)component |
- | The button component |
Objectprivate Object _displayMouseOverIcon(AdfUIComponent component)component |
- | The button component |
Objectprivate Object _executeAction()Objectprivate Object _executeDestination(AdfComponentEvent componentEvent)componentEvent |
- | The component event being dispatched |
Objectprivate Object _getGroupId(HTMLElement domElement)domElement |
- | The DOM element. |
Objectprivate HTMLElement _getIconElement(AdfUIComponent component)component |
- | The button component to unselect |
HTMLElement - the icon elementprotected Object GetInlineEditor(Object event)GetInlineEditor.event |
ObjectAdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)private string _getPopupId()string - popupId if found, otherwise nullprotected Object GetSubIdDomElement(Object subElementId)subElementId |
Object - the DOM elementAdfRichUIPeer.getSubIdDomElement(Object, Object)protected Object HandleComponentClick(AdfComponentEvent componentEvent)componentEvent |
- | The component event being dispatched |
Objectprotected Object HandleComponentKeyDown(AdfComponentEvent componentEvent)componentEvent |
- | The component event being dispatched |
Objectprotected Object HandleComponentMouseDown(AdfComponentEvent componentEvent)componentEvent |
- | The component event being dispatched |
Objectprotected Object HandleComponentMouseOut(AdfComponentEvent componentEvent)componentEvent |
- | The component event being dispatched |
Objectprotected Object HandleComponentMouseOver(AdfComponentEvent componentEvent)componentEvent |
- | The component event being dispatched |
Objectprotected Object HandleComponentMouseUp(AdfComponentEvent componentEvent)componentEvent |
- | The component event being dispatched |
Objectprivate Object _handleTypeChange(AdfUIComponent component)component |
- | The menu component |
Objectprotected static Object InitSubclass()Objectprivate Object _isDestinationButton()Object - true if destination type buttonprivate Object _isInPopupSelector(AdfComponentEvent componentEvent)componentEvent |
- | The componentEvent |
Objectprivate boolean _isValidAction(AdfComponentEvent componentEvent)componentEvent |
- | The component event |
boolean - true if this is a valid actionprivate Object _openPopupMenu(string popupId,
boolean autoFocus)popupId |
- | The component id of the popup to open |
autoFocus |
- | If true, then the first focusable |
Objectprotected Object PopupClosed(Object component,
Object contentDom,
Object popupId)component |
||
contentDom |
||
popupId |
ObjectAdfRichUIPeer.PopupClosed(AdfUIComponent, HTMLElement, String)Object __preferredSizeChangeNotify(AdfUIComponent component)component |
- | the associated component (not necessarily bound) identified as having a preferred size change. |
Objectprotected Object SetBusy(Object isBusy)isBusy |
ObjectAdfRichUIPeer.setBusy(Object, Object)private Object _setDepressedStyle(AdfUIComponent component,
boolean depressed)component |
- | The button component |
depressed |
- | Is depressed |
Objectprivate Object _toggleComponentUnselected(AdfUIComponent buttonComponent)buttonComponent |
- | The button component to unselect |
Objectprivate Object _toggleRadioGroupItems()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 | ||||||||