OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUIMessage

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIMessage
Direct Known Subclasses:
AdfRichMessage

public class AdfUIMessage
extends Object
UIXMessage is the base component class for components that display a single message on behalf of a component.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIMessage()
UIXMessage is the base component class for components that display a single message on behalf of a component.


Method Summary

public String
getFor()
Get function for attribute for 'for'.


Field Detail


Constructor Detail


AdfUIMessage

public AdfUIMessage()

UIXMessage is the base component class for components that display a single message on behalf of a component.

Method Detail


getFor

public String getFor()

Get function for attribute for 'for'. 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:
String - For

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

 

Generated on 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.