OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIObject
         |
         +--oracle.adf.view.js.component.rich.output.AdfRichImage

public class AdfRichImage
extends AdfUIObject
The image control creates an image tag.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichImage()
The image control creates an image tag.


Method Summary

public String
getAccessibleName()
Returns the localized String that represents the purpose of this Object.
public String
getImageMapType()
Get function for attribute for 'imageMapType'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getLongDescURL()
Get function for attribute for 'longDescURL'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getSource()
Get function for attribute for 'source'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setImageMapType(String newImageMapType)
Set function for attribute 'ImageMapType'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setLongDescURL(String newLongDescURL)
Set function for attribute 'LongDescURL'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setSource(String newSource)
Set function for attribute 'Source'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Field Detail


Constructor Detail


AdfRichImage

public AdfRichImage()

The image control creates an image tag.

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.

getImageMapType

public String getImageMapType()

Get function for attribute for 'imageMapType'.

Return:
String - ImageMapType

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getLongDescURL

public String getLongDescURL()

Get function for attribute for 'longDescURL'.

Return:
String - LongDescURL

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getSource

public String getSource()

Get function for attribute for 'source'.

Return:
String - Source

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

setImageMapType

public void setImageMapType(String newImageMapType)

Set function for attribute 'ImageMapType'.

Parameters:
newImageMapType    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setLongDescURL

public void setLongDescURL(String newLongDescURL)

Set function for attribute 'LongDescURL'.

Parameters:
newLongDescURL    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setSource

public void setSource(String newSource)

Set function for attribute 'Source'.

Parameters:
newSource    
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 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.