| java.lang.Object com.flexive.faces.converter.SelectableObjectConverter
SelectableObjectConverter | public class SelectableObjectConverter implements Converter(Code) | | Basic Converter for all subclasses of SelectableObjectWithName.
|
Method Summary | |
public Object | getAsObject(FacesContext facesContext, UIComponent uiComponent, String selectableObjectId) Returns the selectable object. | public String | getAsString(FacesContext facesContext, UIComponent uiComponent, Object object) Returns the id of the selectabe object as string. |
getAsObject | public Object getAsObject(FacesContext facesContext, UIComponent uiComponent, String selectableObjectId)(Code) | | Returns the selectable object.
Parameters: facesContext - the context Parameters: uiComponent - the component Parameters: selectableObjectId - the class and id of the selectable object as string the selectable object, or null if no match was found |
getAsString | public String getAsString(FacesContext facesContext, UIComponent uiComponent, Object object)(Code) | | Returns the id of the selectabe object as string.
the id of the selectabe object as string |
|
|