Uses of Class
com.itmill.toolkit.ui.GridLayout.OutOfBoundsException

Packages that use GridLayout.OutOfBoundsException
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of GridLayout.OutOfBoundsException in com.itmill.toolkit.ui
 

Methods in com.itmill.toolkit.ui that throw GridLayout.OutOfBoundsException
 void GridLayout.addComponent(Component c, int column, int row)
          Adds the component into this container to cells column1,row1 (NortWest corner of the area.)
 void GridLayout.addComponent(Component component, int column1, int row1, int column2, int row2)
           Adds a component with a specified area to the grid.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.