Java com.google.gwt.safecss.shared SafeStylesBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.safecss.shared SafeStylesBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.safecss.shared SafeStylesBuilder.

The text is from its open source code.

Constructor

SafeStylesBuilder()
Constructs an empty SafeStylesBuilder .

Method

SafeStylesBuilderappend(SafeStyles styles)
Appends the contents of another SafeStyles object, without applying any escaping or sanitization to it.
SafeStylesBuilderappendTrustedString(String styles)

Appends SafeStyles constructed from a trusted string, i.e., without escaping the string.

SafeStylesBuilderdisplay(Display value)
Append the display CSS property.
SafeStylesBuilderleft(double value, Unit unit)
Append the left css property.
SafeStylesBuilderpaddingLeft(double value, Unit unit)
Append the padding-left css property.
SafeStylesBuilderposition(Position value)
Append the position CSS property.
SafeStylesBuilderright(double value, Unit unit)
Append the right css property.
SafeStylesBuildertop(double value, Unit unit)
Append the top css property.
SafeStylestoSafeStyles()
Returns the safe CSS properties accumulated in the builder as a SafeStyles .
SafeStylesBuildertrustedNameAndValue(String name, String value)

Append a SafeStyles constructed from a trusted name and a trusted value, i.e., without escaping the name and value.

SafeStylesBuilderverticalAlign(VerticalAlign value)
Append the vertical-align CSS property.