javax.rad.ui.layout
Interface IBorderLayout

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

public interface IBorderLayout
extends ILayout<String>

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

See Also:
BorderLayout

Field Summary
static String CENTER
          The center layout constraint (middle of container).
static String EAST
          The east layout constraint (right side of container).
static String NORTH
          The north layout constraint (top of container).
static String SOUTH
          The south layout constraint (bottom of container).
static 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 String NORTH
The north layout constraint (top of container).

See Also:
Constant Field Values

SOUTH

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

See Also:
Constant Field Values

EAST

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

See Also:
Constant Field Values

WEST

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

See Also:
Constant Field Values

CENTER

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

See Also:
Constant Field Values


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.