JavaScript API Reference for Oracle ADF Faces
|
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.AdfDhtmlMessagesPeer
public class AdfDhtmlMessagesPeer extends AdfRichUIPeer
Field Summary |
|---|
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 |
|
|---|---|
public Object |
|
protected String |
|
protected String |
|
protected String |
|
protected String |
|
protected Object |
|
protected static Object |
|
public Boolean |
|
protected Object |
|
protected Object |
|
private Object |
|
public Object |
|
Methods inherited from oracle.adf.view.js.laf.rich.AdfUIPeer |
ApplyDragSourceState, ClearDragSourceState |
Field Detail |
|---|
Constructor Detail |
|---|
public AdfDhtmlMessagesPeer()
Method Detail |
|---|
public Object componentRemoved(Object component)Subclasses wishing to perform work when a peer's component is removed should override ComponentRemoved. When overriding, subclasses should call superclass.componentRemoved(component) as the last step in their override.
component |
ObjectAdfRichUIPeer.componentRemoved(AdfUIComponent)protected String GetComponentGlobalOnly(AdfUIComponent component,
HTMLElement root)component |
- | the component for this peer |
root |
- | the root DOM element for this peer |
String - the globalOnly attribute valueprotected String GetComponentMessage(AdfUIComponent component,
HTMLElement root)component |
- | the component for this peer |
root |
- | the root DOM element for this peer |
String - the message attribute valueprotected String GetComponentShortDesc(AdfUIComponent component,
HTMLElement root)component |
- | the component for this peer |
root |
- | the root DOM element for this peer |
String - the shortDesc attribute valueprotected String GetComponentText(AdfUIComponent component,
HTMLElement root)component |
- | the component for this peer |
root |
- | the root DOM element for this peer |
String - the text attribute valueprotected Object GetSubIdDomElement(Object subElementId)subElementId |
Object - the DOM elementAdfRichUIPeer.getSubIdDomElement(Object, Object)protected static Object InitSubclass()Objectpublic Boolean isMessagesDialogShowable()Boolean - true if setMessageDialogShown(true) will do anything, false otherwiseprotected Object MessageNotify(Object maxType,
Object messages)maxType |
||
messages |
ObjectAdfRichUIPeer.messageNotify(Object, Object, Object)protected Object MessageShow(Object maxType,
Object messages)maxType |
||
messages |
ObjectAdfRichUIPeer.messageShow(Object, Object, Object)private Object _messageUpdate(Object maxType,
Object messages,
Object alwaysShow)maxType |
||
messages |
||
alwaysShow |
Objectpublic Object setMessagesDialogShown(Boolean visible)visible |
- | true if to make it visible, false to hide it |
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 | ||||||||