Class FCEntityConverter

java.lang.Object
org.omnifaces.converter.SelectItemsConverter
de.xima.fc.gui.common.converter.FCEntityConverter
All Implemented Interfaces:
javax.faces.convert.Converter<Object>

public class FCEntityConverter extends org.omnifaces.converter.SelectItemsConverter
  • Field Summary

    Fields inherited from interface javax.faces.convert.Converter

    DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
     
    getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FCEntityConverter

      public FCEntityConverter()
  • Method Details

    • getAsObject

      public Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
      Specified by:
      getAsObject in interface javax.faces.convert.Converter<Object>
      Overrides:
      getAsObject in class org.omnifaces.converter.SelectItemsConverter
    • getAsString

      public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
      Specified by:
      getAsString in interface javax.faces.convert.Converter<Object>
      Overrides:
      getAsString in class org.omnifaces.converter.SelectItemsConverter