Operation |
Details |
public EnumConverter(): |
Sequential Notes: | Public constructor. | |
public EnumConverter( Object[] valueList): |
Sequential Notes: | Public constructor. | |
public getAsObject( FacesContext facesContext, UIComponent uiComponent, String string):Object |
Sequential Notes: | Converts a string value to an object out of the possible objects in the valueList. | |
public getAsString( FacesContext facesContext, UIComponent uiComponent, Object object):String |
Sequential Notes: | Converts an object to a string value. @param string the string value which should be converted | |
private guessValueList( String searchString):Object |
Sequential Notes: | Tries to guess the enum that is used by searching all known lists for the String. @return Array of objects of which at least one contained the searchString | |