|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ivata.mask.web.format.CaseFormat
Convert a string to upper or lower case.
| Constructor Summary | |
CaseFormat()
|
|
| Method Summary | |
java.lang.String |
format(java.lang.String textParam)
Converts the given text to either upper or lower (default) case, depending on the setting of lower. |
boolean |
isLower()
If true, then format will convert to lower
case. |
void |
setLower(boolean lowerParam)
Refer to isLower(). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CaseFormat()
| Method Detail |
public java.lang.String format(java.lang.String textParam)
lower.
format in interface HTMLFormattextParam - text to be converted.
public boolean isLower()
true, then format will convert to lower
case.
true, if format should convert
to lower case, otherwise false.public void setLower(boolean lowerParam)
isLower().
lowerParam - Refer to isLower().
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||