|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(String property)
Removes the property from this block (whether it exists or not). |
CSSDeclarationBlock |
CSSDeclarationBlock.setBorder(String width,
String style,
String color)
Sets the border to the given values. |
CSSDeclarationBlock |
CSSDeclarationBlock.setBorderColor(String color)
Sets the border color to the given value. |
CSSDeclarationBlock |
CSSDeclarationBlock.setBorderStyle(String style)
Sets the border style to the given value. |
CSSDeclarationBlock |
CSSDeclarationBlock.setBorderWidth(String width)
Sets the border width to the given value. |
CSSDeclarationBlock |
CSSDeclarationBlock.setMargin(String value)
Sets the margin to the given value. |
CSSDeclarationBlock |
CSSDeclarationBlock.setPadding(String value)
Sets the padding to the given value. |
CSSDeclarationBlock |
CSSDeclarationBlock.setProperty(ECSSProperty property,
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. |
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,
Object... values)
Create new declaration block. |
|
|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||