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

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

Uses of ImageType in org.gwtbootstrap3.client.ui
 

Methods in org.gwtbootstrap3.client.ui that return ImageType
 ImageType ImageAnchor.getType()
          Gets the type of the widget
 ImageType Image.getType()
           
 

Methods in org.gwtbootstrap3.client.ui with parameters of type ImageType
 void ImageAnchor.setType(ImageType type)
          Sets the type on the widget
 void Image.setType(ImageType type)
           
 

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

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



Copyright © 2015. All rights reserved.