OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

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).



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichMessage()
Component that displays a message on behalf of a component.


Method Summary

public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getMessage()
Get function for attribute for 'message'.
public String
getMessageType()
Get function for attribute for 'messageType'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setMessage(String newMessage)
Set function for attribute 'Message'.
public void
setMessageType(String newMessageType)
Set function for attribute 'MessageType'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Methods inherited from org.apache.myjs.trinidad.component.AdfUIMessage

getFor


Field Detail


Constructor Detail


AdfRichMessage

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).

Method Detail


getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getMessage

public String getMessage()

Get function for attribute for 'message'.

Return:
String - Message

getMessageType

public String getMessageType()

Get function for attribute for 'messageType'.

Return:
String - MessageType

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getUnsecure

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

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setMessage

public void setMessage(String newMessage)

Set function for attribute 'Message'.

Parameters:
newMessage    
Return:
void - No Value returned

setMessageType

public void setMessageType(String newMessageType)

Set function for attribute 'MessageType'.

Parameters:
newMessageType    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.