javax.rad.ui.layout
Interface IBorderLayout

All Superinterfaces:
ILayout<java.lang.String>, IResource
All Known Implementing Classes:
AwtBorderLayout, UIBorderLayout

public interface IBorderLayout
extends ILayout<java.lang.String>

Platform and technology independent BorderLayout definition. It is designed for use with AWT, Swing, SWT, JSP, JSF,... .

See Also:
BorderLayout

Field Summary
static java.lang.String CENTER
          The center layout constraint (middle of container).
static java.lang.String EAST
          The east layout constraint (right side of container).
static java.lang.String NORTH
          The north layout constraint (top of container).
static java.lang.String SOUTH
          The south layout constraint (bottom of container).
static java.lang.String WEST
          The west layout constraint (left side of container).
 
Method Summary
 
Methods inherited from interface javax.rad.ui.ILayout
getConstraints, getHorizontalGap, getMargins, getVerticalGap, setConstraints, setHorizontalGap, setMargins, setVerticalGap
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Field Detail

NORTH

static final java.lang.String NORTH
The north layout constraint (top of container).

See Also:
Constant Field Values

SOUTH

static final java.lang.String SOUTH
The south layout constraint (bottom of container).

See Also:
Constant Field Values

EAST

static final java.lang.String EAST
The east layout constraint (right side of container).

See Also:
Constant Field Values

WEST

static final java.lang.String WEST
The west layout constraint (left side of container).

See Also:
Constant Field Values

CENTER

static final java.lang.String CENTER
The center layout constraint (middle of container).

See Also:
Constant Field Values


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.