Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.compat.tomahawk.DisabledTomahawkConverter
All Implemented Interfaces:
Converter

public class DisabledTomahawkConverter
extends Object
implements Converter

Converter issuing a conversion error with a disabled message.

Author:
Anahide Tchertchian

Field Summary
static String DISABLED_CONVERTER_MESSAGE
           
 
Constructor Summary
DisabledTomahawkConverter()
           
 
Method Summary
 Object getAsObject(FacesContext context, UIComponent component, String value)
           
 String getAsString(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_CONVERTER_MESSAGE

public static final String DISABLED_CONVERTER_MESSAGE
See Also:
Constant Field Values
Constructor Detail

DisabledTomahawkConverter

public DisabledTomahawkConverter()
Method Detail

getAsObject

public Object getAsObject(FacesContext context,
                          UIComponent component,
                          String value)
Specified by:
getAsObject in interface Converter

getAsString

public String getAsString(FacesContext context,
                          UIComponent component,
                          Object value)
Specified by:
getAsString in interface Converter

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.