Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.compat.tomahawk
Class DisabledTomahawkValidator

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.compat.tomahawk.DisabledTomahawkValidator
All Implemented Interfaces:
java.util.EventListener, javax.faces.validator.Validator

public class DisabledTomahawkValidator
extends java.lang.Object
implements javax.faces.validator.Validator

Validator issuing a validation error with a disabled message.

Author:
Anahide Tchertchian

Field Summary
static java.lang.String DISABLED_VALIDATOR_MESSAGE
           
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
DisabledTomahawkValidator()
           
 
Method Summary
 void validate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLED_VALIDATOR_MESSAGE

public static final java.lang.String DISABLED_VALIDATOR_MESSAGE
See Also:
Constant Field Values
Constructor Detail

DisabledTomahawkValidator

public DisabledTomahawkValidator()
Method Detail

validate

public void validate(javax.faces.context.FacesContext context,
                     javax.faces.component.UIComponent component,
                     java.lang.Object value)
              throws javax.faces.validator.ValidatorException
Specified by:
validate in interface javax.faces.validator.Validator
Throws:
javax.faces.validator.ValidatorException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.