javax.rad.ui.layout
Interface IGridLayout.IGridConstraints

All Superinterfaces:
IResource
All Known Implementing Classes:
AwtGridLayout.AwtGridConstraints
Enclosing interface:
IGridLayout

public static interface IGridLayout.IGridConstraints
extends IResource

The Constraint stores the column and row for layouting a component.


Method Summary
 int getGridHeight()
          Returns the height on the GridLayout.
 int getGridWidth()
          Returns the width on the GridLayout.
 int getGridX()
          Returns the x-position on the grid.
 int getGridY()
          Returns the y-position on the GridLayout.
 IInsets getInsets()
          Returns the insets on the GridLayout.
 void setGridHeight(int pGridHeight)
          Sets the height on the GridLayout.
 void setGridWidth(int pGridWidth)
          Sets the width on the GridLayout.
 void setGridX(int pGridX)
          Sets the x-position on the GridLayout.
 void setGridY(int pGridY)
          Sets the y-position on the GridLayout.
 void setInsets(IInsets pInsets)
          Sets the width on the GridLayout.
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

getGridX

int getGridX()
Returns the x-position on the grid.

Returns:
the x-position.

setGridX

void setGridX(int pGridX)
Sets the x-position on the GridLayout.

Parameters:
pGridX - the x-position to set.

getGridY

int getGridY()
Returns the y-position on the GridLayout.

Returns:
the y-position.

setGridY

void setGridY(int pGridY)
Sets the y-position on the GridLayout.

Parameters:
pGridY - the x-position to set.

getGridHeight

int getGridHeight()
Returns the height on the GridLayout.

Returns:
the height.

setGridHeight

void setGridHeight(int pGridHeight)
Sets the height on the GridLayout.

Parameters:
pGridHeight - the height to set.

getGridWidth

int getGridWidth()
Returns the width on the GridLayout.

Returns:
the width.

setGridWidth

void setGridWidth(int pGridWidth)
Sets the width on the GridLayout.

Parameters:
pGridWidth - the height to set.

getInsets

IInsets getInsets()
Returns the insets on the GridLayout.

Returns:
the insets.

setInsets

void setInsets(IInsets pInsets)
Sets the width on the GridLayout.

Parameters:
pInsets - the insets to set.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.