NextApp Echo2
v2.1.0.rc2

nextapp.echo2.app.layout
Class RowLayoutData

java.lang.Object
  extended bynextapp.echo2.app.layout.CellLayoutData
      extended bynextapp.echo2.app.layout.RowLayoutData
All Implemented Interfaces:
LayoutData, java.io.Serializable

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.echo2.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 Echo2
v2.1.0.rc2