org.richfaces.convert
Class AWTColorConverter

java.lang.Object
  extended by org.richfaces.convert.IntegerColorConverter
      extended by org.richfaces.convert.AWTColorConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class AWTColorConverter
extends IntegerColorConverter

Since:
3.3.1
Author:
Nick Belaevski

Field Summary
static java.lang.String CONVERTER_ID
           
 
Constructor Summary
AWTColorConverter()
           
 
Method Summary
 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 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

AWTColorConverter

public AWTColorConverter()
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 IntegerColorConverter

getAsString

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


Copyright © 2010. All Rights Reserved.