Uses of Class
org.gwtbootstrap3.client.ui.constants.ColumnSize

Packages that use ColumnSize
org.gwtbootstrap3.client.ui Widgets representing Bootstrap components. 
org.gwtbootstrap3.client.ui.constants Contains constants types, mostly enums. 
 

Uses of ColumnSize in org.gwtbootstrap3.client.ui
 

Methods in org.gwtbootstrap3.client.ui with parameters of type ColumnSize
 void Column.addSize(ColumnSize... sizes)
           
 void Column.setSize(ColumnSize firstSize, ColumnSize... otherSizes)
          Adds one or more additional column sizes.
 void Column.setSize(ColumnSize firstSize, ColumnSize... otherSizes)
          Adds one or more additional column sizes.
 

Constructors in org.gwtbootstrap3.client.ui with parameters of type ColumnSize
Column(ColumnSize firstSize, ColumnSize... otherSizes)
          Creates column with one or more additional sizes.
Column(ColumnSize firstSize, ColumnSize... otherSizes)
          Creates column with one or more additional sizes.
Column(ColumnSize size, Widget firstWidget, Widget... otherWidgets)
          Creates a column with one size, and with one or more additional widgets added.
 

Uses of ColumnSize in org.gwtbootstrap3.client.ui.constants
 

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



Copyright © 2015. All rights reserved.