com.commsen.apropos.wings
Class AproposGridLaoyut

java.lang.Object
  extended by org.wings.SAbstractLayoutManager
      extended by org.wings.SGridLayout
          extended by com.commsen.apropos.wings.AproposGridLaoyut
All Implemented Interfaces:
java.io.Serializable, org.wings.Renderable, org.wings.SConstants, org.wings.SLayoutManager

public class AproposGridLaoyut
extends org.wings.SGridLayout

Author:
Milen Dyankov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wings.SGridLayout
border, cols, components, hgap, renderFirstLineAsHeader, rows, vgap
 
Fields inherited from class org.wings.SAbstractLayoutManager
cg, container, preferredSize
 
Fields inherited from interface org.wings.SConstants
BASELINE, BLOCK_ALIGN, BOTTOM, BOTTOM_ALIGN, CENTER, CENTER_ALIGN, HORIZONTAL, JUSTIFY, LEFT, LEFT_ALIGN, NO_ALIGN, RIGHT, RIGHT_ALIGN, TOP, TOP_ALIGN, UID_DIVIDER, VERTICAL
 
Constructor Summary
AproposGridLaoyut()
           
AproposGridLaoyut(int cols)
           
AproposGridLaoyut(int rows, int cols)
           
AproposGridLaoyut(int rows, int cols, int hgap, int vgap)
           
 
Method Summary
 
Methods inherited from class org.wings.SGridLayout
addComponent, getBorder, getColumns, getComponents, getHgap, getRenderFirstLineAsHeader, getRows, getVgap, removeComponent, setBorder, setColumns, setHgap, setRenderFirstLineAsHeader, setRows, setVgap
 
Methods inherited from class org.wings.SAbstractLayoutManager
getCG, getContainer, getPreferredSize, setCG, setContainer, setPreferredSize, updateCG, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AproposGridLaoyut

public AproposGridLaoyut()

AproposGridLaoyut

public AproposGridLaoyut(int rows,
                         int cols,
                         int hgap,
                         int vgap)

AproposGridLaoyut

public AproposGridLaoyut(int rows,
                         int cols)

AproposGridLaoyut

public AproposGridLaoyut(int cols)


Copyright © 2008 Commsen International. All Rights Reserved.