TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.html.CSSDeclarationBlock

Packages that use CSSDeclarationBlock
edu.tum.cs.commons.html Utilities for writing HTML. 
 

Uses of CSSDeclarationBlock in edu.tum.cs.commons.html
 

Methods in edu.tum.cs.commons.html that return CSSDeclarationBlock
 CSSDeclarationBlock CSSDeclarationBlock.inheritFrom(CSSDeclarationBlock css)
          Adds another block to inherit from.
 CSSDeclarationBlock CSSDeclarationBlock.removeProperty(java.lang.String property)
          Removes the property from this block (whether it exists or not).
 CSSDeclarationBlock CSSDeclarationBlock.setBorder(java.lang.String width, java.lang.String style, java.lang.String color)
          Sets the border to the given values.
 CSSDeclarationBlock CSSDeclarationBlock.setBorderColor(java.lang.String color)
          Sets the border color to the given value.
 CSSDeclarationBlock CSSDeclarationBlock.setBorderStyle(java.lang.String style)
          Sets the border style to the given value.
 CSSDeclarationBlock CSSDeclarationBlock.setBorderWidth(java.lang.String width)
          Sets the border width to the given value.
 CSSDeclarationBlock CSSDeclarationBlock.setMargin(java.lang.String value)
          Sets the margin to the given value.
 CSSDeclarationBlock CSSDeclarationBlock.setPadding(java.lang.String value)
          Sets the padding to the given value.
 CSSDeclarationBlock CSSDeclarationBlock.setProperty(ECSSProperty property, java.lang.String value)
          Adds a property to this block.
 

Methods in edu.tum.cs.commons.html with parameters of type CSSDeclarationBlock
 void CSSManagerBase.addDefaultDeclaration(EHTMLElement element, CSSDeclarationBlock block)
          Adds a single selector and its block to this manager.
 void CSSManagerBase.addDefaultDeclaration(EHTMLElement element, ECSSPseudoClass pseudoClass, CSSDeclarationBlock block)
          Adds a single selector and its block to this manager.
 java.lang.String CSSManagerBase.getCSSClassName(CSSDeclarationBlock block)
          Returns the name of the CSS class used for this block.
 CSSDeclarationBlock CSSDeclarationBlock.inheritFrom(CSSDeclarationBlock css)
          Adds another block to inherit from.
 

Constructors in edu.tum.cs.commons.html with parameters of type CSSDeclarationBlock
CSSDeclarationBlock(CSSDeclarationBlock superBlock, java.lang.Object... values)
          Create new declaration block.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7