com.sibvisions.rad.ui.web.impl.layout
Class WebBorderLayout

java.lang.Object
  extended by com.sibvisions.rad.ui.web.impl.WebResource
      extended by com.sibvisions.rad.ui.web.impl.WebLayout<String>
          extended by com.sibvisions.rad.ui.web.impl.layout.WebBorderLayout
All Implemented Interfaces:
ILayout<String>, IResource, IBorderLayout

public class WebBorderLayout
extends WebLayout<String>
implements IBorderLayout

Web server implementation of IBorderLayout.


Field Summary
 
Fields inherited from class com.sibvisions.rad.ui.web.impl.WebLayout
horizontalGap, margins, verticalGap
 
Fields inherited from interface javax.rad.ui.layout.IBorderLayout
CENTER, EAST, NORTH, SOUTH, WEST
 
Constructor Summary
WebBorderLayout()
          Creates a new instance of WebBorderLayout.
 
Method Summary
 void setComponentConstraints(IComponent pComponent, Object pConstraints)
          Converts an added Constraint to the correct Constraint type CE.
 
Methods inherited from class com.sibvisions.rad.ui.web.impl.WebLayout
getAsString, getConstraints, getHorizontalGap, getMargins, getVerticalGap, setConstraints, setHorizontalGap, setMargins, setVerticalGap
 
Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource
getNullableAsString, getResource, setAsString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

WebBorderLayout

public WebBorderLayout()
Creates a new instance of WebBorderLayout.

See Also:
IBorderLayout
Method Detail

setComponentConstraints

public void setComponentConstraints(IComponent pComponent,
                                    Object pConstraints)
Converts an added Constraint to the correct Constraint type CE.

Overrides:
setComponentConstraints in class WebLayout<String>
Parameters:
pComponent - the component.
pConstraints - the constraints.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.