com.vaadin.sass.internal.selector
Class IdSelector

java.lang.Object
  extended by com.vaadin.sass.internal.selector.SimpleSelector
      extended by com.vaadin.sass.internal.selector.IdSelector
All Implemented Interfaces:
Serializable

public class IdSelector
extends SimpleSelector

Single CSS3 id selector such as "#abc". See also SimpleSelectorSequence and Selector.

See Also:
Serialized Form

Constructor Summary
IdSelector(StringInterpolationSequence id)
           
 
Method Summary
 StringInterpolationSequence getValue()
           
 IdSelector replaceVariables(ScssContext context)
           
 String toString()
           
 
Methods inherited from class com.vaadin.sass.internal.selector.SimpleSelector
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdSelector

public IdSelector(StringInterpolationSequence id)
Method Detail

getValue

public StringInterpolationSequence getValue()

toString

public String toString()
Overrides:
toString in class Object

replaceVariables

public IdSelector replaceVariables(ScssContext context)
Overrides:
replaceVariables in class SimpleSelector


Copyright © 2013–2015 Vaadin. All rights reserved.