Uses of Class
com.helger.css.decl.CSSExpression
Packages that use CSSExpression
-
Uses of CSSExpression in com.helger.css.decl
Methods in com.helger.css.decl that return CSSExpressionModifier and TypeMethodDescriptionCSSExpression.addMember(int nIndex, ICSSExpressionMember aMember) Add an expression memberCSSExpression.addMember(ICSSExpressionMember aMember) Add an expression memberCSSExpression.addNumber(double dValue) Shortcut method to add a numeric valueCSSExpression.addNumber(float fValue) Shortcut method to add a numeric valueCSSExpression.addNumber(int nValue) Shortcut method to add a numeric valueCSSExpression.addNumber(int nIndex, double dValue) Shortcut method to add a numeric valueCSSExpression.addNumber(int nIndex, float fValue) Shortcut method to add a numeric valueCSSExpression.addNumber(int nIndex, int nValue) Shortcut method to add a numeric valueCSSExpression.addNumber(int nIndex, long nValue) Shortcut method to add a numeric valueCSSExpression.addNumber(long nValue) Shortcut method to add a numeric valueShortcut method to add a string value that is automatically quoted insideShortcut method to add a string value that is automatically quoted insideCSSExpression.addTermSimple(int nIndex, String sValue) Shortcut method to add a simple text value.CSSExpression.addTermSimple(String sValue) Shortcut method to add a simple text value.Shortcut method to add a URI valueShortcut method to add a URI valuestatic CSSExpressionCSSExpression.createNumber(double dValue) Create a CSS expression only containing a numeric valuestatic CSSExpressionCSSExpression.createNumber(float fValue) Create a CSS expression only containing a numeric valuestatic CSSExpressionCSSExpression.createNumber(int nValue) Create a CSS expression only containing a numeric valuestatic CSSExpressionCSSExpression.createNumber(long nValue) Create a CSS expression only containing a numeric valuestatic CSSExpressionCSSExpression.createSimple(String sValue) Create a CSS expression only containing a text valuestatic CSSExpressionCSSExpression.createString(String sValue) Create a CSS expression only containing a stringstatic CSSExpressionCreate a CSS expression only containing a URIfinal CSSExpressionCSSDeclaration.getExpression()final CSSExpressionCSSExpressionMemberFunction.getExpression()CSSSelectorMemberFunctionLike.getParameterExpression()final CSSExpressionCSSMediaExpression.getValue()Methods in com.helger.css.decl with parameters of type CSSExpressionModifier and TypeMethodDescriptiondefault IMPLTYPEIHasCSSDeclarations.addDeclaration(String sProperty, CSSExpression aExpression, boolean bImportant) Add a new declaration.final CSSDeclarationCSSDeclaration.setExpression(CSSExpression aExpression) Set the expression (= value) of this declaration.Constructors in com.helger.css.decl with parameters of type CSSExpressionModifierConstructorDescriptionCSSDeclaration(String sProperty, CSSExpression aExpression) Constructor for non-important values.CSSDeclaration(String sProperty, CSSExpression aExpression, boolean bIsImportant) Constructor.CSSExpressionMemberFunction(String sFunctionName, CSSExpression aExpression) ConstructorCSSMediaExpression(ECSSMediaExpressionFeature eFeature, CSSExpression aValue) CSSMediaExpression(String sFeature, CSSExpression aValue) CSSSelectorMemberFunctionLike(String sFuncName, CSSExpression aParamExpr) CSSSupportsConditionDeclaration(String sProperty, CSSExpression aExpression)