org.kde.koala
Class CSSValue

java.lang.Object
  extended by org.kde.koala.CSSValue
All Implemented Interfaces:
org.kde.qt.QtSupport
Direct Known Subclasses:
CSSPrimitiveValue, CSSValueList

public class CSSValue
extends java.lang.Object
implements org.kde.qt.QtSupport

The CSSValue interface represents a simple or a complexe value.


Constructor Summary
  CSSValue()
           
protected CSSValue(java.lang.Class dummy)
           
  CSSValue(CSSValue other)
           
 
Method Summary
 java.lang.String cssText()
          A string representation of the current value.
 short cssValueType()
          A code defining the type of the value as defined above.
 boolean isCSSPrimitiveValue()
           
 boolean isCSSValueList()
          not part of the DOM
 boolean isNull()
           
 void setCssText(java.lang.String arg1)
          see cssText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSValue

protected CSSValue(java.lang.Class dummy)

CSSValue

public CSSValue()

CSSValue

public CSSValue(CSSValue other)
Method Detail

cssText

public java.lang.String cssText()
A string representation of the current value.


setCssText

public void setCssText(java.lang.String arg1)
see cssText


cssValueType

public short cssValueType()
A code defining the type of the value as defined above.


isCSSValueList

public boolean isCSSValueList()
not part of the DOM


isCSSPrimitiveValue

public boolean isCSSPrimitiveValue()

isNull

public boolean isNull()