OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.layout
Class AdfRichDeck

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

public class AdfRichDeck
extends AdfUIPanel
The deck component is a container that shows one child component at a time. When changing which child is displayed, the transition can be animated.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichDeck()
The deck component is a container that shows one child component at a time.


Method Summary

public string
getDimensionsFrom()
Get function for attribute for 'dimensionsFrom'.
public string
getDisplayedChild()
Get function for attribute for 'displayedChild'.
public string
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public string
getLandmark()
Get function for attribute for 'landmark'.
public string
getShortDesc()
Get function for attribute for 'shortDesc'.
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 void
setDimensionsFrom(string newDimensionsFrom)
Set function for attribute 'DimensionsFrom'.
public void
setDisplayedChild(string newDisplayedChild)
Set function for attribute 'DisplayedChild'.
public void
setInlineStyle(string newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setLandmark(string newLandmark)
Set function for attribute 'Landmark'.
public void
setShortDesc(string newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(string newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(boolean newVisible)
Set function for attribute 'Visible'.


Field Detail


Constructor Detail


AdfRichDeck

public AdfRichDeck()

The deck component is a container that shows one child component at a time. When changing which child is displayed, the transition can be animated.

Method Detail


getDimensionsFrom

public string getDimensionsFrom()

Get function for attribute for 'dimensionsFrom'.

Return:
string - DimensionsFrom

getDisplayedChild

public string getDisplayedChild()

Get function for attribute for 'displayedChild'.

Return:
string - DisplayedChild

getInlineStyle

public string getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
string - InlineStyle

getLandmark

public string getLandmark()

Get function for attribute for 'landmark'.

Return:
string - Landmark

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

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

setDimensionsFrom

public void setDimensionsFrom(string newDimensionsFrom)

Set function for attribute 'DimensionsFrom'.

Parameters:
newDimensionsFrom    
Return:
void - No Value returned

setDisplayedChild

public void setDisplayedChild(string newDisplayedChild)

Set function for attribute 'DisplayedChild'.

Parameters:
newDisplayedChild    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(string newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setLandmark

public void setLandmark(string newLandmark)

Set function for attribute 'Landmark'.

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

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 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.