|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlazyj.page.tags.Checked
public final class Checked
checked returns "checked" when the value, as integer, is > 0. Great for quick building of forms with checkboxes that have integers behind them in the database.
| Constructor Summary | |
|---|---|
Checked()
|
|
| Method Summary | |
|---|---|
java.lang.String |
format(java.lang.String sTag,
java.lang.String sOption,
java.lang.String s)
If the integer value of this string is positive, return the string "checked", otherwise "" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Checked()
| Method Detail |
|---|
public java.lang.String format(java.lang.String sTag,
java.lang.String sOption,
java.lang.String s)
format in interface StringFormatsTag - tag name, ignoredsOption - option ("check"), ignoreds - string to format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||