OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.output
Class AdfRichOutputText

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIValue
         |
         +--org.apache.myjs.trinidad.component.AdfUIOutput
               |
               +--oracle.adf.view.js.component.rich.output.AdfRichOutputText

public class AdfRichOutputText
extends AdfUIOutput
The outputText component supports styled text.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichOutputText()
The outputText component supports styled text.


Method Summary

public String
getAccessibleName()
Returns the localized String that represents the purpose of this Object.
public String
getDescription()
Get function for attribute for 'description'.
public Boolean
getEscape()
Get function for attribute for 'escape'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Boolean
getNoWrap()
Get function for attribute for 'noWrap'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Number
getTruncateAt()
Get function for attribute for 'truncateAt'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setDescription(String newDescription)
Set function for attribute 'Description'.
public void
setEscape(Boolean newEscape)
Set function for attribute 'Escape'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setNoWrap(Boolean newNoWrap)
Set function for attribute 'NoWrap'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setTruncateAt(Number newTruncateAt)
Set function for attribute 'TruncateAt'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


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

GetChanges, GetConvertedValue, getConverter, getValue, isConvertible, SetPropertyImpl, setValue


Field Detail


Constructor Detail


AdfRichOutputText

public AdfRichOutputText()

The outputText component supports styled text.

Method Detail


getAccessibleName

public String getAccessibleName()

Returns the localized String that represents the purpose of this Object. The Component is allowed to determine this name in any way it sees fit, including basing the value on properties of the component.
There is no guarantee that elements without full client-components will have a good accessible name, even if the appropriate attributes are set on the server.

Return:
String - The accessible name of the component or null if none is available.

getDescription

public String getDescription()

Get function for attribute for 'description'.

Return:
String - Description

getEscape

public Boolean getEscape()

Get function for attribute for 'escape'.

Return:
Boolean - Escape

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getNoWrap

public Boolean getNoWrap()

Get function for attribute for 'noWrap'.

Return:
Boolean - NoWrap

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

getTruncateAt

public Number getTruncateAt()

Get function for attribute for 'truncateAt'.

Return:
Number - TruncateAt

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

setDescription

public void setDescription(String newDescription)

Set function for attribute 'Description'.

Parameters:
newDescription    
Return:
void - No Value returned

setEscape

public void setEscape(Boolean newEscape)

Set function for attribute 'Escape'.

Parameters:
newEscape    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setNoWrap

public void setNoWrap(Boolean newNoWrap)

Set function for attribute 'NoWrap'.

Parameters:
newNoWrap    
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

setTruncateAt

public void setTruncateAt(Number newTruncateAt)

Set function for attribute 'TruncateAt'.

Parameters:
newTruncateAt    
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 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.