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

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

Introduction

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

The text is from its open source code.

Method

SafeStylesforHeight(double value, Unit unit)
Set the height css property.
SafeStylesforLeft(double value, Unit unit)
Set the left css property.
SafeStylesforRight(double value, Unit unit)
Set the right css property.
SafeStylesforTrustedColor(String value)

Returns a SafeStyles constructed from a trusted font color, i.e., without escaping the value.

SafeStylesforWidth(double value, Unit unit)
Set the width css property.
SafeStylesfromTrustedNameAndValue(String name, String value)

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

SafeStylesfromTrustedString(String s)

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