org.xwiki.gwt.dom.client
Class Style.FloatProperty

java.lang.Object
  extended by org.xwiki.gwt.dom.client.Property
      extended by org.xwiki.gwt.dom.client.Style.FloatProperty
Direct Known Subclasses:
Style.IEOldFloatProperty
Enclosing class:
Style

public static class Style.FloatProperty
extends Property

Defines the float CSS property.


Constructor Summary
  Style.FloatProperty()
          Default constructor required in order to use the deferred binding mechanism.
protected Style.FloatProperty(String jsName)
          Protected constructor allowing browser specific implementations that use a different JavaScript name for this property.
 
Method Summary
 
Methods inherited from class org.xwiki.gwt.dom.client.Property
getCSSName, getDefaultValue, getJSName, isInheritable, isMultipleValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Style.FloatProperty

public Style.FloatProperty()
Default constructor required in order to use the deferred binding mechanism.


Style.FloatProperty

protected Style.FloatProperty(String jsName)
Protected constructor allowing browser specific implementations that use a different JavaScript name for this property.

Parameters:
jsName - the name of this CSS property as used in JavaScript