OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichPanelGridLayout
extends AdfUIPanel
The panelGridLayout component is a layout container component that uses one or more gridRow components to describe the rows of a grid layout structure. Each row defines a height and margins. Each gridRow uses one or more gridCell components to describe the cells for columns in that row of the grid layout structure. Each cell defines width, margins, column span, row span, horizontal alignment, and vertical alignment.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichPanelGridLayout()
The panelGridLayout component is a layout container component that uses one or more gridRow components to describe the rows of a grid layout structure.


Method Summary

public string
getDimensionsFrom()
Get function for attribute for 'dimensionsFrom'.
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
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


AdfRichPanelGridLayout

public AdfRichPanelGridLayout()

The panelGridLayout component is a layout container component that uses one or more gridRow components to describe the rows of a grid layout structure. Each row defines a height and margins. Each gridRow uses one or more gridCell components to describe the cells for columns in that row of the grid layout structure. Each cell defines width, margins, column span, row span, horizontal alignment, and vertical alignment.

Method Detail


getDimensionsFrom

public string getDimensionsFrom()

Get function for attribute for 'dimensionsFrom'.

Return:
string - DimensionsFrom

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

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.