JavaScript API Reference for Oracle ADF Faces
oracle.adf.view.js.component.rich.output
Class AdfRichMessage
org.ecmascript.object.Object
|
+--org.apache.myjs.trinidad.component.AdfUIMessage
|
+--oracle.adf.view.js.component.rich.output.AdfRichMessage
public class AdfRichMessage
extends AdfUIMessage
Component that displays a message on behalf of a component. ADF input components typically support automatically showing their own messages, so this tag should only be used for non-ADF input components and when you do not want the automatic ADF input message behavior. It is also useful for component-level messages where either a note window pop up isn't supported or where you simply don't want a pop up for the message (this is especially useful when the component already has a pop up for selecting a color, date, etc. which would compete with the messaging pop up).
Constructor Summary
|
public |
AdfRichMessage()
-
Component that displays a message on behalf of a component.
|
public AdfRichMessage()
Component that displays a message on behalf of a component. ADF input components typically support automatically showing their own messages, so this tag should only be used for non-ADF input components and when you do not want the automatic ADF input message behavior. It is also useful for component-level messages where either a note window pop up isn't supported or where you simply don't want a pop up for the message (this is especially useful when the component already has a pop up for selecting a color, date, etc. which would compete with the messaging pop up).
public string getInlineStyle()
Get function for attribute for 'inlineStyle'.
- Return:
string
- InlineStyle
public string getMessage()
Get function for attribute for 'message'.
- Return:
string
- Message
public string getMessageType()
Get function for attribute for 'messageType'.
- Return:
string
- MessageType
public string getShortDesc()
Get function for attribute for 'shortDesc'.
- Return:
string
- ShortDesc
public string getStyleClass()
Get function for attribute for 'styleClass'.
- Return:
string
- StyleClass
public Object getUnsecure()
Get function for attribute for 'unsecure'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.
- Return:
Object
- Unsecure
public boolean getVisible()
Get function for attribute for 'visible'.
- Return:
boolean
- Visible
public void setInlineStyle(string newInlineStyle)
Set function for attribute 'InlineStyle'.
- Parameters:
-
- Return:
void
- No Value returned
public void setMessage(string newMessage)
Set function for attribute 'Message'.
- Parameters:
-
- Return:
void
- No Value returned
public void setMessageType(string newMessageType)
Set function for attribute 'MessageType'.
- Parameters:
-
- Return:
void
- No Value returned
public void setShortDesc(string newShortDesc)
Set function for attribute 'ShortDesc'.
- Parameters:
-
- Return:
void
- No Value returned
public void setStyleClass(string newStyleClass)
Set function for attribute 'StyleClass'.
- Parameters:
-
- Return:
void
- No Value returned
public void setVisible(boolean newVisible)
Set function for attribute 'Visible'.
- Parameters:
-
- Return:
void
- No Value returned
Generated on 2015.07.15 10:12 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.