|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.xpshared.htmlelements.HTMLElement.ValidationLevel
public static class HTMLElement.ValidationLevel
| Field Summary | |
|---|---|
static HTMLElement.ValidationLevel |
CHECK_508
|
static HTMLElement.ValidationLevel |
HIGH
All possible validation is enabled. |
static HTMLElement.ValidationLevel |
LOW
|
static HTMLElement.ValidationLevel |
MEDIUM
|
static HTMLElement.ValidationLevel |
NONE
No validation will occur. |
| Constructor Summary | |
|---|---|
HTMLElement.ValidationLevel(java.lang.String s)
Creates a new ValidationLevel object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static HTMLElement.ValidationLevel NONE
public static HTMLElement.ValidationLevel HIGH
public static HTMLElement.ValidationLevel MEDIUM
public static HTMLElement.ValidationLevel LOW
public static HTMLElement.ValidationLevel CHECK_508
| Constructor Detail |
|---|
public HTMLElement.ValidationLevel(java.lang.String s)
s - Pass the String name of this validation level.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||