|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.behavior.BehaviorBase
javax.faces.component.behavior.ClientBehaviorBase
org.apache.myfaces.custom.validatebeanbehavior.ValidateBeanBehavior
public class ValidateBeanBehavior
Behavior for Bean Validation validations in JavaScript.
This class can be attached to UIComponent instances and validate the entire form. Any UIMessages instances in the form are looked up and used for positioning error messages.
| Field Summary | |
|---|---|
static java.lang.String |
VALIDATOR_FACTORY_KEY
|
| Constructor Summary | |
|---|---|
ValidateBeanBehavior()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getScript(javax.faces.component.behavior.ClientBehaviorContext ctx)
|
| Methods inherited from class javax.faces.component.behavior.ClientBehaviorBase |
|---|
decode, getHints, getRenderer, getRendererType |
| Methods inherited from class javax.faces.component.behavior.BehaviorBase |
|---|
addBehaviorListener, broadcast, clearInitialState, initialStateMarked, isTransient, markInitialState, removeBehaviorListener, restoreState, saveState, setTransient |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.Behavior |
|---|
broadcast |
| Field Detail |
|---|
public static final java.lang.String VALIDATOR_FACTORY_KEY
| Constructor Detail |
|---|
public ValidateBeanBehavior()
| Method Detail |
|---|
public java.lang.String getScript(javax.faces.component.behavior.ClientBehaviorContext ctx)
getScript in interface javax.faces.component.behavior.ClientBehaviorgetScript in class javax.faces.component.behavior.ClientBehaviorBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||