JavaScript API Reference for Oracle ADF Faces
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-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.AdfFacesMessage
public class AdfFacesMessage extends AdfObject
Field Summary |
|
|---|---|
private Object |
|
private Object |
|
private Object |
|
private Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
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 String |
|
public Number |
|
public Object |
|
public Number |
|
public static Number |
|
public String |
|
public static Number |
|
public static Number |
|
protected Object |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
|
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 Object _detailprivate Object _messageTypeprivate Object _propertiesprivate Object _summarypublic static Object TYPE_CONFIRMATIONpublic static Object TYPE_ERRORpublic static Object TYPE_FATALpublic static Object TYPE_INFOpublic static Object TYPE_WARNINGConstructor Detail |
|---|
public AdfFacesMessage(Number messageType,
String summary,
String detail,
Object properties)messageType | - | the type of message |
summary | - | the summary line for this message |
detail | - | the detail line for this message |
properties |
Method Detail |
|---|
public String getDetail()String - the message detailpublic Number getMessageType()Number - the message typepublic Object getProperty(Object propName)propName |
Objectpublic Number getSeverity()Number - the FacesMessage severity of this messagepublic static Number getSeverity(Number type)type | - | the message type |
Number - the severity for the given message typepublic String getSummary()String - the message summarypublic static Number getType(Number severity)severity | - | the severity to find the type for |
Number - the message type for the given severitypublic static Number getTypeFromMessage(TrFacesMessage message)message | - | the faces message or AdfFacesMessage to check |
Number - the valid message typeprotected Object Init(Number messageType,
String summary,
String detail,
Object properties)messageType | - | the type of message |
summary | - | the summary line for this message |
detail | - | the detail line for this message |
properties |
ObjectAdfObject.Init()public Object setDetail(String detail)detail | - | the detail message |
Objectpublic Object setMessageType(Number type)type | - | the AdfFacesMessage type |
Objectpublic Object setSeverity(Number severity)severity | - | the TrFacesMessage severity |
Objectpublic Object setSummary(String summary)summary | - | the summary message |
Object
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||