Class LookupTableConverter<C>

java.lang.Object
com.evolveum.midpoint.gui.api.component.autocomplete.LookupTableConverter<C>
All Implemented Interfaces:
Serializable, org.apache.wicket.util.convert.IConverter<C>, org.apache.wicket.util.io.IClusterable

public class LookupTableConverter<C> extends Object implements org.apache.wicket.util.convert.IConverter<C>
Author:
skublik
See Also:
  • Constructor Details

    • LookupTableConverter

      public LookupTableConverter(org.apache.wicket.util.convert.IConverter<C> originConverter, org.apache.wicket.Component baseComponent, boolean strict)
  • Method Details

    • convertToObject

      public C convertToObject(String value, Locale locale) throws org.apache.wicket.util.convert.ConversionException
      Specified by:
      convertToObject in interface org.apache.wicket.util.convert.IConverter<C>
      Throws:
      org.apache.wicket.util.convert.ConversionException
    • convertToString

      public String convertToString(C key, Locale arg1)
      Specified by:
      convertToString in interface org.apache.wicket.util.convert.IConverter<C>
    • getLookupTable

      protected LookupTableType getLookupTable()