Package org.primefaces.behavior.validate
Class ClientValidator
- java.lang.Object
-
- javax.faces.component.behavior.BehaviorBase
-
- javax.faces.component.behavior.ClientBehaviorBase
-
- org.primefaces.behavior.base.AbstractBehavior
-
- org.primefaces.behavior.validate.ClientValidator
-
- All Implemented Interfaces:
javax.faces.component.behavior.Behavior,javax.faces.component.behavior.ClientBehavior,javax.faces.component.PartialStateHolder,javax.faces.component.StateHolder
public class ClientValidator extends AbstractBehavior
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientValidator.PropertyKeys
-
Field Summary
-
Fields inherited from class org.primefaces.behavior.base.AbstractBehavior
bindings, literals
-
-
Constructor Summary
Constructors Constructor Description ClientValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BehaviorAttribute[]getAllAttributes()StringgetEvent()StringgetScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext)booleanisDisabled()voidsetDisabled(boolean disabled)voidsetEvent(String event)-
Methods inherited from class org.primefaces.behavior.base.AbstractBehavior
eval, eval, isAttributeSet, isAttributeSet, put, put, restorePropertyMap, restoreState, savePropertyMap, saveState, setLiteral, setLiteral, setValueExpression, setValueExpression
-
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, setTransient
-
-
-
-
Method Detail
-
getScript
public String getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext)
- Specified by:
getScriptin interfacejavax.faces.component.behavior.ClientBehavior- Overrides:
getScriptin classjavax.faces.component.behavior.ClientBehaviorBase
-
getAllAttributes
protected BehaviorAttribute[] getAllAttributes()
- Specified by:
getAllAttributesin classAbstractBehavior
-
getEvent
public String getEvent()
-
setEvent
public void setEvent(String event)
-
isDisabled
public boolean isDisabled()
-
setDisabled
public void setDisabled(boolean disabled)
-
-