OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichGridRow
extends AdfUIPanel
A member of a panelGridLayout structure that describes a row within the overall panelGridLayout.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichGridRow()
A member of a panelGridLayout structure that describes a row within the overall panelGridLayout.


Method Summary

public String
getHeight()
Get function for attribute for 'height'.
public String
getMarginBottom()
Get function for attribute for 'marginBottom'.
public String
getMarginTop()
Get function for attribute for 'marginTop'.
public void
setHeight(String newHeight)
Set function for attribute 'Height'.
public void
setMarginBottom(String newMarginBottom)
Set function for attribute 'MarginBottom'.
public void
setMarginTop(String newMarginTop)
Set function for attribute 'MarginTop'.


Field Detail


Constructor Detail


AdfRichGridRow

public AdfRichGridRow()

A member of a panelGridLayout structure that describes a row within the overall panelGridLayout.

Method Detail


getHeight

public String getHeight()

Get function for attribute for 'height'.

Return:
String - Height

getMarginBottom

public String getMarginBottom()

Get function for attribute for 'marginBottom'.

Return:
String - MarginBottom

getMarginTop

public String getMarginTop()

Get function for attribute for 'marginTop'.

Return:
String - MarginTop

setHeight

public void setHeight(String newHeight)

Set function for attribute 'Height'.

Parameters:
newHeight    
Return:
void - No Value returned

setMarginBottom

public void setMarginBottom(String newMarginBottom)

Set function for attribute 'MarginBottom'.

Parameters:
newMarginBottom    
Return:
void - No Value returned

setMarginTop

public void setMarginTop(String newMarginTop)

Set function for attribute 'MarginTop'.

Parameters:
newMarginTop    
Return:
void - No Value returned

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

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.