OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichMedia
extends AdfUIObject
The media component displays media content, such as audio, video, or image in a player embedded in the user agent.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichMedia()
The media component displays media content, such as audio, video, or image in a player embedded in the user agent.


Method Summary

public Boolean
getAutostart()
Get function for attribute for 'autostart'.
public String
getContentType()
Get function for attribute for 'contentType'.
public String
getControls()
Get function for attribute for 'controls'.
public String
getHeight()
Get function for attribute for 'height'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Number
getInnerHeight()
Get function for attribute for 'innerHeight'.
public Number
getInnerWidth()
Get function for attribute for 'innerWidth'.
public Number
getPlayCount()
Get function for attribute for 'playCount'.
public String
getPlayer()
Get function for attribute for 'player'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getSource()
Get function for attribute for 'source'.
public String
getStandbyText()
Get function for attribute for 'standbyText'.
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 String
getWidth()
Get function for attribute for 'width'.
public void
setAutostart(Boolean newAutostart)
Set function for attribute 'Autostart'.
public void
setContentType(String newContentType)
Set function for attribute 'ContentType'.
public void
setControls(String newControls)
Set function for attribute 'Controls'.
public void
setHeight(String newHeight)
Set function for attribute 'Height'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setInnerHeight(Number newInnerHeight)
Set function for attribute 'InnerHeight'.
public void
setInnerWidth(Number newInnerWidth)
Set function for attribute 'InnerWidth'.
public void
setPlayCount(Number newPlayCount)
Set function for attribute 'PlayCount'.
public void
setPlayer(String newPlayer)
Set function for attribute 'Player'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setSource(String newSource)
Set function for attribute 'Source'.
public void
setStandbyText(String newStandbyText)
Set function for attribute 'StandbyText'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.
public void
setWidth(String newWidth)
Set function for attribute 'Width'.


Field Detail


Constructor Detail


AdfRichMedia

public AdfRichMedia()

The media component displays media content, such as audio, video, or image in a player embedded in the user agent.

Method Detail


getAutostart

public Boolean getAutostart()

Get function for attribute for 'autostart'.

Return:
Boolean - Autostart

getContentType

public String getContentType()

Get function for attribute for 'contentType'.

Return:
String - ContentType

getControls

public String getControls()

Get function for attribute for 'controls'.

Return:
String - Controls

getHeight

public String getHeight()

Get function for attribute for 'height'.

Return:
String - Height

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getInnerHeight

public Number getInnerHeight()

Get function for attribute for 'innerHeight'.

Return:
Number - InnerHeight

getInnerWidth

public Number getInnerWidth()

Get function for attribute for 'innerWidth'.

Return:
Number - InnerWidth

getPlayCount

public Number getPlayCount()

Get function for attribute for 'playCount'.

Return:
Number - PlayCount

getPlayer

public String getPlayer()

Get function for attribute for 'player'.

Return:
String - Player

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

getStandbyText

public String getStandbyText()

Get function for attribute for 'standbyText'.

Return:
String - StandbyText

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

getWidth

public String getWidth()

Get function for attribute for 'width'.

Return:
String - Width

setAutostart

public void setAutostart(Boolean newAutostart)

Set function for attribute 'Autostart'.

Parameters:
newAutostart    
Return:
void - No Value returned

setContentType

public void setContentType(String newContentType)

Set function for attribute 'ContentType'.

Parameters:
newContentType    
Return:
void - No Value returned

setControls

public void setControls(String newControls)

Set function for attribute 'Controls'.

Parameters:
newControls    
Return:
void - No Value returned

setHeight

public void setHeight(String newHeight)

Set function for attribute 'Height'.

Parameters:
newHeight    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setInnerHeight

public void setInnerHeight(Number newInnerHeight)

Set function for attribute 'InnerHeight'.

Parameters:
newInnerHeight    
Return:
void - No Value returned

setInnerWidth

public void setInnerWidth(Number newInnerWidth)

Set function for attribute 'InnerWidth'.

Parameters:
newInnerWidth    
Return:
void - No Value returned

setPlayCount

public void setPlayCount(Number newPlayCount)

Set function for attribute 'PlayCount'.

Parameters:
newPlayCount    
Return:
void - No Value returned

setPlayer

public void setPlayer(String newPlayer)

Set function for attribute 'Player'.

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

setStandbyText

public void setStandbyText(String newStandbyText)

Set function for attribute 'StandbyText'.

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

setWidth

public void setWidth(String newWidth)

Set function for attribute 'Width'.

Parameters:
newWidth    
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.