|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ivata.mask.web.format.FormatConstants
Constants used to identify different text and HTML formats.
| Field Summary | |
static int |
FORMAT_HTML
Identifies text with HTML tags in input text-areas. |
static int |
FORMAT_TEXT
Identifies clear text in input text-areas. |
| Method Summary | |
static java.util.Collection |
getLabelValues()
Get all of the format constants and their labels. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int FORMAT_HTML
Identifies text with HTML tags in input text-areas. This will sent to the page as it is.
public static final int FORMAT_TEXT
Identifies clear text in input text-areas. This will be parsed using HTMLFormatter with line break conversion.
| Method Detail |
public static java.util.Collection getLabelValues()
Get all of the format constants and their labels. This is useful for
populating option tags in Struts .
Collection of LabelValueBean instances.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||