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
  • Constructor Details

    • ClientValidator

      public ClientValidator()
  • Method Details

    • getScript

      public String getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext)
      Specified by:
      getScript in interface javax.faces.component.behavior.ClientBehavior
      Overrides:
      getScript in class javax.faces.component.behavior.ClientBehaviorBase
    • getAllAttributes

      protected BehaviorAttribute[] getAllAttributes()
      Specified by:
      getAllAttributes in class AbstractBehavior
    • getEvent

      public String getEvent()
    • setEvent

      public void setEvent(String event)
    • isDisabled

      public boolean isDisabled()
    • setDisabled

      public void setDisabled(boolean disabled)