org.richfaces.converter
Class TreeRowKeyConverter

java.lang.Object
  extended by org.richfaces.converter.BaseTreeConverter
      extended by org.richfaces.converter.TreeRowKeyConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class TreeRowKeyConverter
extends BaseTreeConverter


Field Summary
static java.lang.String CONVERTER_ID
           
 
Constructor Summary
TreeRowKeyConverter()
           
 
Method Summary
protected  java.lang.String convertKeyToString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value)
           
protected  java.lang.Object convertStringToKey(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String value)
           
 java.lang.Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String value)
           
 java.lang.String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value)
           
 
Methods inherited from class org.richfaces.converter.BaseTreeConverter
appendToKeyString, splitKeyString
 
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

TreeRowKeyConverter

public TreeRowKeyConverter()
Method Detail

convertStringToKey

protected java.lang.Object convertStringToKey(javax.faces.context.FacesContext context,
                                              javax.faces.component.UIComponent component,
                                              java.lang.String value)

convertKeyToString

protected java.lang.String convertKeyToString(javax.faces.context.FacesContext context,
                                              javax.faces.component.UIComponent component,
                                              java.lang.Object value)

getAsObject

public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    java.lang.String value)

getAsString

public java.lang.String getAsString(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    java.lang.Object value)


Copyright © 2009. All Rights Reserved.