Uses of Class
com.vaadin.sass.internal.selector.AttributeSelector.MatchRelation

Packages that use AttributeSelector.MatchRelation
com.vaadin.sass.internal.selector   
 

Uses of AttributeSelector.MatchRelation in com.vaadin.sass.internal.selector
 

Methods in com.vaadin.sass.internal.selector that return AttributeSelector.MatchRelation
 AttributeSelector.MatchRelation AttributeSelector.getMatchRelation()
           
static AttributeSelector.MatchRelation AttributeSelector.MatchRelation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeSelector.MatchRelation[] AttributeSelector.MatchRelation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.vaadin.sass.internal.selector with parameters of type AttributeSelector.MatchRelation
AttributeSelector(String attribute, AttributeSelector.MatchRelation matchRelation, String value)
          Constructs an attribute selector with an attribute name and optional match relation and value.
 



Copyright © 2013–2014 Vaadin. All rights reserved.