OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichPanelDashboard
extends AdfUIPanel
The panelDashboard component arranges child panelBoxes (or regions with showHeader=always) into a grid of columns and rows. It will stretch its panelBox children to fill up the width of a column and the specified row height.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichPanelDashboard()
The panelDashboard component arranges child panelBoxes (or regions with showHeader=always) into a grid of columns and rows.


Method Summary

public Number
getColumns()
Get function for attribute for 'columns'.
public String
getDimensionsFrom()
Get function for attribute for 'dimensionsFrom'.
public Object
getDropListener()
Get function for attribute for 'dropListener'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getRowHeight()
Get function for attribute for 'rowHeight'.
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
setColumns(Number newColumns)
Set function for attribute 'Columns'.
public void
setDimensionsFrom(String newDimensionsFrom)
Set function for attribute 'DimensionsFrom'.
public void
setDropListener(Object newDropListener)
Set function for attribute 'DropListener'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setRowHeight(String newRowHeight)
Set function for attribute 'RowHeight'.
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


AdfRichPanelDashboard

public AdfRichPanelDashboard()

The panelDashboard component arranges child panelBoxes (or regions with showHeader=always) into a grid of columns and rows. It will stretch its panelBox children to fill up the width of a column and the specified row height.

Method Detail


getColumns

public Number getColumns()

Get function for attribute for 'columns'.

Return:
Number - Columns

getDimensionsFrom

public String getDimensionsFrom()

Get function for attribute for 'dimensionsFrom'.

Return:
String - DimensionsFrom

getDropListener

public Object getDropListener()

Get function for attribute for 'dropListener'.

Return:
Object - DropListener

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getRowHeight

public String getRowHeight()

Get function for attribute for 'rowHeight'.

Return:
String - RowHeight

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

setColumns

public void setColumns(Number newColumns)

Set function for attribute 'Columns'.

Parameters:
newColumns    
Return:
void - No Value returned

setDimensionsFrom

public void setDimensionsFrom(String newDimensionsFrom)

Set function for attribute 'DimensionsFrom'.

Parameters:
newDimensionsFrom    
Return:
void - No Value returned

setDropListener

public void setDropListener(Object newDropListener)

Set function for attribute 'DropListener'.

Parameters:
newDropListener    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setRowHeight

public void setRowHeight(String newRowHeight)

Set function for attribute 'RowHeight'.

Parameters:
newRowHeight    
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 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.