com.evolveum.midpoint.web.jsf.form.converter
Class FormShortConverter

java.lang.Object
  extended by javax.faces.convert.IntegerConverter
      extended by com.evolveum.midpoint.web.jsf.form.converter.FormIntegerConverter
          extended by com.evolveum.midpoint.web.jsf.form.converter.FormShortConverter
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.convert.Converter

public class FormShortConverter
extends FormIntegerConverter

Author:
Vilo Repan

Field Summary
static java.lang.String CONVERTER_ID
           
 
Fields inherited from class javax.faces.convert.IntegerConverter
INTEGER_ID, STRING_ID
 
Constructor Summary
FormShortConverter()
           
 
Method Summary
 java.lang.Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String value)
           
 
Methods inherited from class com.evolveum.midpoint.web.jsf.form.converter.FormIntegerConverter
getAsString, init, isTransient, restoreState, saveState, setMaxValue, setMinValue, setTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONVERTER_ID

public static final java.lang.String CONVERTER_ID
See Also:
Constant Field Values
Constructor Detail

FormShortConverter

public FormShortConverter()
Method Detail

getAsObject

public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    java.lang.String value)
Specified by:
getAsObject in interface javax.faces.convert.Converter
Overrides:
getAsObject in class FormIntegerConverter


Copyright © 2011 evolveum. All Rights Reserved.