Java com.google.gwt.query.client.css CSS fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.query.client.css CSS fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.query.client.css CSS.

The text is from its open source code.

Field

BackgroundColorPropertyBACKGROUND_COLOR

This property sets the background color of an element, either a color value or the keyword 'transparent', to make the underlying colors shine through.

BorderColorPropertyBORDER_COLOR

The border-color property specifies the color of the 4 borders of a box.

ColorPropertyCOLOR

The color property describes the foreground color of an element's text content.

CursorPropertyCURSOR
FontSizePropertyFONT_SIZE

The font-size property requests normal (sometimes referred to as "roman" or "upright"), italic, and oblique faces within a font family.

EdgePositionPropertyLEFT

This property specifies how far a box's left content edge is offset to the right of the left edge of the box's containing block.

OverflowPropertyOVERFLOW

The overflow property specifies whether the content of a block-level element is clipped when it overflows the element's box (which is acting as a containing block for the content).

PositionPropertyPOSITION

The position property determines which of the CSS2 positioning algorithms is used to calculate the position of a box.

VisibilityPropertyVISIBILITY

The visibility property specifies whether the boxes generated by an element are rendered.

WidthPropertyWIDTH

This property specifies the content width of boxes generated by block-level and replaced elements.

ZIndexPropertyZINDEX

For a positioned box, the i>z-index property specifies:

  • The stack level of the box in the current stacking context.
  • Whether the box establishes a local stacking context.

This property takes a Integer object as value.