OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich
Class AdfRichNoteWindow

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIPanel
         |
         +--oracle.adf.view.js.component.rich.AdfRichNoteWindow

public class AdfRichNoteWindow
extends AdfUIPanel
A note window is a floating panel that contains read-only information associated with a particular UI component. Note windows are used to display help and messages.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichNoteWindow()
A note window is a floating panel that contains read-only information associated with a particular UI component.


Method Summary

public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.


Field Detail


Constructor Detail


AdfRichNoteWindow

public AdfRichNoteWindow()

A note window is a floating panel that contains read-only information associated with a particular UI component. Note windows are used to display help and messages.

Method Detail


getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'. 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:
Boolean - Visible

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

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

 

Generated on 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.