Class ProvidingSelectionConverter

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

public class ProvidingSelectionConverter extends Object implements javax.faces.convert.Converter<Object>
  • Constructor Details

    • ProvidingSelectionConverter

      public ProvidingSelectionConverter()
  • Method Details

    • getAsObject

      public Object getAsObject(javax.faces.context.FacesContext fc, javax.faces.component.UIComponent uic, String value)
      Specified by:
      getAsObject in interface javax.faces.convert.Converter<Object>
    • getAsString

      public String getAsString(javax.faces.context.FacesContext fc, javax.faces.component.UIComponent uic, Object object)
      Specified by:
      getAsString in interface javax.faces.convert.Converter<Object>