Package | Description |
---|---|
com.google.gwt.dom.builder.shared |
Classes used to build DOM elements.
|
Modifier and Type | Method and Description |
---|---|
StylesBuilder |
StylesBuilder.backgroundImage(SafeUri uri)
Sets the background-image CSS property.
|
StylesBuilder |
StylesBuilder.borderStyle(Style.BorderStyle value)
Sets the border-style CSS property.
|
StylesBuilder |
StylesBuilder.borderWidth(double value,
Style.Unit unit)
Set the border-width css property.
|
StylesBuilder |
StylesBuilder.bottom(double value,
Style.Unit unit)
Set the bottom css property.
|
StylesBuilder |
StylesBuilder.cursor(Style.Cursor value)
Sets the cursor CSS property.
|
StylesBuilder |
StylesBuilder.display(Style.Display value)
Sets the display CSS property.
|
StylesBuilder |
StylesBuilder.floatprop(Style.Float value)
Set the float css property.
|
StylesBuilder |
StylesBuilder.fontSize(double value,
Style.Unit unit)
Set the font-size css property.
|
StylesBuilder |
StylesBuilder.fontStyle(Style.FontStyle value)
Sets the font-style CSS property.
|
StylesBuilder |
StylesBuilder.fontWeight(Style.FontWeight value)
Sets the font-weight CSS property.
|
StylesBuilder |
StylesBuilder.height(double value,
Style.Unit unit)
Set the height css property.
|
StylesBuilder |
StylesBuilder.left(double value,
Style.Unit unit)
Set the left css property.
|
StylesBuilder |
StylesBuilder.lineHeight(double value,
Style.Unit unit)
Set the line-height css property.
|
StylesBuilder |
StylesBuilder.listStyleType(Style.ListStyleType value)
Sets the list-style-type CSS property.
|
StylesBuilder |
StylesBuilder.margin(double value,
Style.Unit unit)
Set the margin css property.
|
StylesBuilder |
StylesBuilder.marginBottom(double value,
Style.Unit unit)
Set the margin-bottom css property.
|
StylesBuilder |
StylesBuilder.marginLeft(double value,
Style.Unit unit)
Set the margin-left css property.
|
StylesBuilder |
StylesBuilder.marginRight(double value,
Style.Unit unit)
Set the margin-right css property.
|
StylesBuilder |
StylesBuilder.marginTop(double value,
Style.Unit unit)
Set the margin-top css property.
|
StylesBuilder |
StylesBuilder.opacity(double value)
Set the opacity css property.
|
StylesBuilder |
StylesBuilder.outlineStyle(Style.OutlineStyle value)
Sets the outline-style CSS property.
|
StylesBuilder |
StylesBuilder.outlineWidth(double value,
Style.Unit unit)
Set the outline-width css property.
|
StylesBuilder |
StylesBuilder.overflow(Style.Overflow value)
Sets the overflow CSS property.
|
StylesBuilder |
StylesBuilder.overflowX(Style.Overflow value)
Sets the overflow-x CSS property.
|
StylesBuilder |
StylesBuilder.overflowY(Style.Overflow value)
Sets the overflow-y CSS property.
|
StylesBuilder |
StylesBuilder.padding(double value,
Style.Unit unit)
Set the padding css property.
|
StylesBuilder |
StylesBuilder.paddingBottom(double value,
Style.Unit unit)
Set the padding-bottom css property.
|
StylesBuilder |
StylesBuilder.paddingLeft(double value,
Style.Unit unit)
Set the padding-left css property.
|
StylesBuilder |
StylesBuilder.paddingRight(double value,
Style.Unit unit)
Set the padding-right css property.
|
StylesBuilder |
StylesBuilder.paddingTop(double value,
Style.Unit unit)
Set the padding-top css property.
|
StylesBuilder |
StylesBuilder.position(Style.Position value)
Sets the position CSS property.
|
StylesBuilder |
StylesBuilder.right(double value,
Style.Unit unit)
Set the right css property.
|
StylesBuilder |
AbstractElementBuilderBase.style() |
StylesBuilder |
ElementBuilderBase.style()
Start the
StylesBuilder used to add style properties to the style
attribute of the current element. |
abstract StylesBuilder |
ElementBuilderImpl.style()
Get the
StylesBuilder used to add style properties to the current
element. |
StylesBuilder |
StylesBuilder.tableLayout(Style.TableLayout value)
Set the table-layout CSS property.
|
StylesBuilder |
StylesBuilder.textAlign(Style.TextAlign value)
Set the text-align CSS property.
|
StylesBuilder |
StylesBuilder.textDecoration(Style.TextDecoration value)
Set the text-decoration CSS property.
|
StylesBuilder |
StylesBuilder.textIndent(double value,
Style.Unit unit)
Set the text-indent CSS property.
|
StylesBuilder |
StylesBuilder.textJustify(Style.TextJustify value)
Set the text-justify CSS3 property.
|
StylesBuilder |
StylesBuilder.textOverflow(Style.TextOverflow value)
Set the text-overflow CSS3 property.
|
StylesBuilder |
StylesBuilder.textTransform(Style.TextTransform value)
Set the text-transform CSS property.
|
StylesBuilder |
StylesBuilder.top(double value,
Style.Unit unit)
Set the top css property.
|
StylesBuilder |
StylesBuilder.trustedBackgroundColor(String value)
Sets the "background-color" style property to the specified color string.
|
StylesBuilder |
StylesBuilder.trustedBackgroundImage(String value)
Sets the "background-image" style property to the specified value.
|
StylesBuilder |
StylesBuilder.trustedBorderColor(String value)
Sets the "border-color" style property to the specified color string.
|
StylesBuilder |
StylesBuilder.trustedColor(String value)
Sets the "color" style property, which controls font color, to the
specified color string.
|
StylesBuilder |
StylesBuilder.trustedOutlineColor(String value)
Sets the "outline-color" style property to the specified color string.
|
StylesBuilder |
StylesBuilder.trustedProperty(String name,
double value,
Style.Unit unit)
Set a style property from a trusted name and a trusted value, i.e., without
escaping the name and value.
|
StylesBuilder |
StylesBuilder.trustedProperty(String name,
String value)
Set a style property from a trusted name and a trusted value, i.e., without
escaping the name and value.
|
StylesBuilder |
StylesBuilder.verticalAlign(double value,
Style.Unit unit)
Sets the vertical-align CSS property.
|
StylesBuilder |
StylesBuilder.verticalAlign(Style.VerticalAlign value)
Sets the vertical-align CSS property.
|
StylesBuilder |
StylesBuilder.visibility(Style.Visibility value)
Sets the visibility CSS property.
|
StylesBuilder |
StylesBuilder.width(double value,
Style.Unit unit)
Set the width css property.
|
StylesBuilder |
StylesBuilder.zIndex(int value)
Set the z-index css property.
|
Copyright © 2018. All rights reserved.