|
||||||||||
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.primefaces.behavior.validate.ClientValidator
public class ClientValidator
Constructor Summary | |
---|---|
ClientValidator()
|
Method Summary | |
---|---|
String |
getEvent()
|
String |
getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext)
|
boolean |
isDisabled()
|
void |
setDisabled(boolean disabled)
|
void |
setEvent(String event)
|
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 |
Constructor Detail |
---|
public ClientValidator()
Method Detail |
---|
public String getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext)
getScript
in interface javax.faces.component.behavior.ClientBehavior
getScript
in class javax.faces.component.behavior.ClientBehaviorBase
public String getEvent()
public void setEvent(String event)
public boolean isDisabled()
public void setDisabled(boolean disabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |