|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deft.extension.decoration.style.container.StyleContainer
org.deft.extension.decoration.style.container.CssDeclarationStyleContainer
public class CssDeclarationStyleContainer
Holds information in Cascading Style Sheets format. css=[declaration] declaration=value:property;
Constructor Summary | |
---|---|
CssDeclarationStyleContainer()
|
|
CssDeclarationStyleContainer(java.lang.String text)
|
Method Summary | |
---|---|
CssDeclarationStyleContainer |
clone()
|
void |
parse(java.lang.String text)
Loads informations from a string to the Container. |
java.lang.String |
renderIdAttribute()
Needed for the possibility of mixed StyleContainer. |
java.lang.String |
renderValueAttribute()
Returns the string representation of its content for the value attribute of the XML representation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CssDeclarationStyleContainer()
public CssDeclarationStyleContainer(java.lang.String text)
Method Detail |
---|
public void parse(java.lang.String text)
StyleContainer
parse
in class StyleContainer
text
- Stringpublic java.lang.String renderValueAttribute()
StyleContainer
renderValueAttribute
in class StyleContainer
public java.lang.String renderIdAttribute()
StyleContainer
renderIdAttribute
in class StyleContainer
public CssDeclarationStyleContainer clone()
clone
in class StyleContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |