nl.gx.webmanager.cms.layout
Interface GridPart


public interface GridPart

A GridPart is part of a Grid and has rectangular dimensions.

See Also:
Grid

Method Summary
 int getColIndex()
          Return column position in the Grid.
 int getColSpan()
          Return the number of columns spanned.
 GridPartSize getHeight()
          Return vertical size.
 java.lang.String getHtmlAttributes()
          Return html attributes for TD tag.
 Region getRegion()
          Return frame contained by GridPart.
 int getRowIndex()
          Return row position in the Grid.
 int getRowSpan()
          Return the number of rows spanned.
 GridPartSize getWidth()
          Return horizontal size.
 

Method Detail

getRowSpan

int getRowSpan()
Return the number of rows spanned.

Returns:
the number of rows spanned

getColSpan

int getColSpan()
Return the number of columns spanned.

Returns:
the number of columns spanned

getRowIndex

int getRowIndex()
Return row position in the Grid.

Returns:
row position in the Grid

getColIndex

int getColIndex()
Return column position in the Grid.

Returns:
column position in the Grid.

getWidth

GridPartSize getWidth()
Return horizontal size.

Returns:
horizontal size.

getHeight

GridPartSize getHeight()
Return vertical size.

Returns:
vertical size.

getHtmlAttributes

java.lang.String getHtmlAttributes()
Return html attributes for TD tag.

Returns:
html attributes for TD tag.

getRegion

Region getRegion()
Return frame contained by GridPart.

Returns:
frame contained by GridPart.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.