|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.yui.helper.TokenSeparatedValues
org.wicketstuff.yui.helper.NameValuePair<CSSInlineStyle>
org.wicketstuff.yui.helper.CSSInlineStyle
public class CSSInlineStyle
This is a CSS Inline Style "Style=..." where it's toString method will return the string suitable to be used for the Attribute Modifier
| Constructor Summary | |
|---|---|
CSSInlineStyle()
construct |
|
| Method Summary | |
|---|---|
String |
getNameValueSeparator()
|
String |
getPrefix()
the prefix |
String |
getStyle()
|
String |
getSuffix()
the suffix |
String |
getValueSeparator()
the separator value |
String |
toString()
adds the extra ";" |
protected String |
wrapValue(String value)
|
| Methods inherited from class org.wicketstuff.yui.helper.NameValuePair |
|---|
add, add, add, getValues, isValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CSSInlineStyle()
| Method Detail |
|---|
public String getPrefix()
TokenSeparatedValues
getPrefix in class TokenSeparatedValuespublic String getSuffix()
TokenSeparatedValues
getSuffix in class TokenSeparatedValuespublic String getValueSeparator()
TokenSeparatedValues
getValueSeparator in class TokenSeparatedValuespublic String getNameValueSeparator()
getNameValueSeparator in class NameValuePair<CSSInlineStyle>public String toString()
toString in class TokenSeparatedValuesprotected String wrapValue(String value)
wrapValue in class NameValuePair<CSSInlineStyle>public String getStyle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||