NextApp Echo3
v3.0.b4

nextapp.echo.app.layout
Class RowLayoutData

java.lang.Object
  extended by nextapp.echo.app.layout.CellLayoutData
      extended by nextapp.echo.app.layout.RowLayoutData
All Implemented Interfaces:
java.io.Serializable, LayoutData

public class RowLayoutData
extends CellLayoutData

A LayoutData object used to describe how a Component is rendered within a Row.

See Also:
Serialized Form

Constructor Summary
RowLayoutData()
           
 
Method Summary
 Extent getWidth()
          Returns the width of the cell.
 void setWidth(Extent width)
          Sets the width of the cell.
 
Methods inherited from class nextapp.echo.app.layout.CellLayoutData
getAlignment, getBackground, getBackgroundImage, getInsets, setAlignment, setBackground, setBackgroundImage, setInsets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowLayoutData

public RowLayoutData()
Method Detail

getWidth

public Extent getWidth()
Returns the width of the cell. This property only supports Extents with fixed (i.e., not percent) units.

Returns:
the cell width

setWidth

public void setWidth(Extent width)
Sets the width of the cell. This property only supports Extents with fixed (i.e., not percent) units.

Parameters:
width - The cell height

NextApp Echo3
v3.0.b4