Package com.google.gwt.dom.client
Interface Style.HasCssName
-
- All Known Implementing Classes:
Style.BorderStyle,Style.Clear,Style.Cursor,Style.Display,Style.Float,Style.FontStyle,Style.FontWeight,Style.ListStyleType,Style.OutlineStyle,Style.Overflow,Style.Position,Style.TableLayout,Style.TextAlign,Style.TextDecoration,Style.TextJustify,Style.TextOverflow,Style.TextTransform,Style.VerticalAlign,Style.Visibility,Style.WhiteSpace
- Enclosing class:
- Style
public static interface Style.HasCssNameInterface to be implemented by enumerated CSS values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCssName()Gets the CSS name associated with this value.
-