Uses of Class
org.jboss.errai.widgets.client.WSGrid.GridType

Packages that use WSGrid.GridType
org.jboss.errai.widgets.client   
 

Uses of WSGrid.GridType in org.jboss.errai.widgets.client
 

Methods in org.jboss.errai.widgets.client that return WSGrid.GridType
static WSGrid.GridType WSGrid.GridType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WSGrid.GridType[] WSGrid.GridType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.errai.widgets.client with parameters of type WSGrid.GridType
 void WSGrid.WSAbstractGrid.setType(WSGrid.GridType type)
           
 

Constructors in org.jboss.errai.widgets.client with parameters of type WSGrid.GridType
WSGrid.WSAbstractGrid(boolean scrollable, WSGrid.GridType type)
           
WSGrid.WSAbstractGrid(WSGrid.GridType type)
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.