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

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

Uses of HeadingSize in org.gwtbootstrap3.client.ui
 

Constructors in org.gwtbootstrap3.client.ui with parameters of type HeadingSize
Heading(HeadingSize size)
          Creates a Heading with the passed in size.
Heading(HeadingSize size, String text)
          Creates a Heading with the passed in size and text.
Heading(HeadingSize size, String text, String subText)
          Creates a Heading with the passed in size and text.
 

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

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



Copyright © 2015. All rights reserved.