com.github.gwtbootstrap.client.ui.base
Interface Style

All Known Implementing Classes:
AlertType, Alignment, AlternateSize, BackdropType, BadgeType, Bootstrap.Pagination, Bootstrap.Tabs, ButtonSize, ButtonType, CellTable.TableType, ControlGroupType, Device, DismissType, FormType, IconSize, IconType, LabelType, NavbarPosition, Placement, ProgressBar.Color, ProgressBar.Style, ResponsiveStyle, ToggleType, Trigger, VisibilityChange

public interface Style

Wrapper interface for CSS classes.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 String get()
          Gets the CSS class name (or a part thereof) associated with this constant.
 

Method Detail

get

String get()
Gets the CSS class name (or a part thereof) associated with this constant.

Returns:
the name of the class


Copyright © 2012 gwtbootstrap. All Rights Reserved.