|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-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.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_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 |
|
---|---|
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.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 |
---|
Constructor Detail |
---|
public AdfDhtmlMessagesPeer()
Method Detail |
---|
public Object componentRemoved(Object component)
component |
Object
AdfUIPeer.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()
Object
public Boolean isMessagesDialogShowable()
Boolean
- true if setMessageDialogShown(true) will do anything, false otherwiseprotected Object MessageNotify(Object maxType,
Object messages)
null
then all the messages have been cleared from this component.maxType |
||
messages |
Object
AdfUIPeer.messageNotify(Object, Number, Array)
protected Object MessageShow(Object maxType,
Object messages)
null
then all the messages have been cleared from this component.maxType |
||
messages |
Object
AdfUIPeer.messageShow(Object, Number, Array)
private Object _messageUpdate(Object maxType,
Object messages,
Object alwaysShow)
maxType |
||
messages |
||
alwaysShow |
Object
public 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 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |