com.vaadin.addon.touchkit.gwt.client.ui
Class Css3Propertynames

java.lang.Object
  extended by com.vaadin.addon.touchkit.gwt.client.ui.Css3Propertynames
Direct Known Subclasses:
Css3PropertynamesSafari

public class Css3Propertynames
extends Object


Field Summary
static Css3Propertynames INSTANCE
           
 
Constructor Summary
protected Css3Propertynames()
           
 
Method Summary
protected  String _flex()
           
protected  String _transform()
           
protected  String _transition()
           
protected  String _transitionEnd()
           
static String flex()
           
static String transform()
           
static String transition()
           
static String transitionEnd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Css3Propertynames INSTANCE
Constructor Detail

Css3Propertynames

protected Css3Propertynames()
Method Detail

transitionEnd

public static String transitionEnd()

transition

public static String transition()

transform

public static String transform()

flex

public static String flex()

_flex

protected String _flex()

_transitionEnd

protected String _transitionEnd()

_transition

protected String _transition()

_transform

protected String _transform()


Copyright © 2014 Vaadin Ltd. All rights reserved.