javax.rad.ui.layout
Interface IFormLayout.IConstraints

All Superinterfaces:
IResource
All Known Implementing Classes:
AwtFormLayout.AwtConstraints
Enclosing interface:
IFormLayout

public static interface IFormLayout.IConstraints
extends IResource

The Constraint stores the top, left, bottom and right Anchor for layouting a component.


Method Summary
 IFormLayout.IAnchor getBottomAnchor()
          Returns the bottom anchor.
 IFormLayout.IAnchor getLeftAnchor()
          Returns the left anchor.
 IFormLayout.IAnchor getRightAnchor()
          Returns the right anchor.
 IFormLayout.IAnchor getTopAnchor()
          Returns the top anchor.
 void setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
          Sets the bottom anchor.
 void setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
          Sets the left anchor.
 void setRightAnchor(IFormLayout.IAnchor pRightAnchor)
          Sets the right anchor.
 void setTopAnchor(IFormLayout.IAnchor pTopAnchor)
          Sets the top anchor.
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

getLeftAnchor

IFormLayout.IAnchor getLeftAnchor()
Returns the left anchor.

Returns:
the left anchor.

setLeftAnchor

void setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
Sets the left anchor.

Parameters:
pLeftAnchor - left to set

getRightAnchor

IFormLayout.IAnchor getRightAnchor()
Returns the right anchor.

Returns:
the right anchor.

setRightAnchor

void setRightAnchor(IFormLayout.IAnchor pRightAnchor)
Sets the right anchor.

Parameters:
pRightAnchor - the right anchor.

getTopAnchor

IFormLayout.IAnchor getTopAnchor()
Returns the top anchor.

Returns:
the top anchor.

setTopAnchor

void setTopAnchor(IFormLayout.IAnchor pTopAnchor)
Sets the top anchor.

Parameters:
pTopAnchor - the top anchor

getBottomAnchor

IFormLayout.IAnchor getBottomAnchor()
Returns the bottom anchor.

Returns:
the bottom anchor.

setBottomAnchor

void setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
Sets the bottom anchor.

Parameters:
pBottomAnchor - the bottom to set


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.