Uses of Class
org.xwiki.gwt.dom.client.Property

Packages that use Property
org.xwiki.gwt.dom.client   
 

Uses of Property in org.xwiki.gwt.dom.client
 

Subclasses of Property in org.xwiki.gwt.dom.client
static class Style.FloatProperty
          Defines the float CSS property.
static class Style.IEFloatProperty
          Internet Explorer specific implementation of Style.FloatProperty.
 

Fields in org.xwiki.gwt.dom.client declared as Property
static Property Style.FLOAT
          The float property specifies whether or not a box (an element) should float.
static Property Style.FONT_FAMILY
          The font-family property is a prioritized list of font family names and/or generic family names for an element.
static Property Style.FONT_SIZE
          The font-size property sets the size of a font.
static Property Style.FONT_STYLE
          Sets the style of a font.
static Property Style.FONT_WEIGHT
          Sets how thick or thin characters in text should be displayed.
static Property Style.MARGIN_LEFT
          The margin-left property sets the left margin of an element.
static Property Style.MARGIN_RIGHT
          The margin-right property sets the right margin of an element.
static Property Style.TEXT_ALIGN
          The text-align property aligns the text in an element.
static Property Style.TEXT_DECORATION
          Decorates the text.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.