Nuxeo ECM Projects 5.4.3-SNAPSHOT

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:
EventListener, Validator

public class DisabledTomahawkValidator
extends Object
implements Validator

Validator issuing a validation error with a disabled message.

Author:
Anahide Tchertchian

Field Summary
static String DISABLED_VALIDATOR_MESSAGE
           
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
DisabledTomahawkValidator()
           
 
Method Summary
 void validate(FacesContext context, UIComponent component, 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 String DISABLED_VALIDATOR_MESSAGE
See Also:
Constant Field Values
Constructor Detail

DisabledTomahawkValidator

public DisabledTomahawkValidator()
Method Detail

validate

public void validate(FacesContext context,
                     UIComponent component,
                     Object value)
              throws ValidatorException
Specified by:
validate in interface Validator
Throws:
ValidatorException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.