Java com.google.gwt.dom.builder.shared StylesBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.builder.shared StylesBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.builder.shared StylesBuilder.

The text is from its open source code.

Method

voidendStyle()
End the current style attribute.
StylesBuilderfontSize(double value, Unit unit)
Set the font-size css property.
StylesBuilderfontStyle(FontStyle value)
Sets the font-style CSS property.
StylesBuilderfontWeight(FontWeight value)
Sets the font-weight CSS property.
StylesBuilderleft(double value, Unit unit)
Set the left css property.
StylesBuilderpaddingLeft(double value, Unit unit)
Set the padding-left css property.
StylesBuilderpaddingRight(double value, Unit unit)
Set the padding-right css property.
StylesBuilderright(double value, Unit unit)
Set the right css property.
StylesBuildertrustedBackgroundColor(String value)

Sets the "background-color" style property to the specified color string.

StylesBuildertrustedColor(String value)

Sets the "color" style property, which controls font color, to the specified color string.

StylesBuildertrustedProperty(String name, String value)

Set a style property from a trusted name and a trusted value, i.e., without escaping the name and value.