Uses of Interface
com.cc.framework.convert.Converter

Packages that use Converter
com.cc.framework.convert   
com.cc.framework.convert.imp   
com.cc.framework.taglib   
com.cc.framework.taglib.controls   
com.cc.framework.taglib.convert   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter   
com.cc.framework.ui.painter.html   
com.cc.framework.ui.painter.imp   
 

Uses of Converter in com.cc.framework.convert
 

Subinterfaces of Converter in com.cc.framework.convert
 interface StatefullConverter
          Base Class for Converters that need to save their state between requests.
 

Fields in com.cc.framework.convert declared as Converter
private  Converter ConverterRegistry.defaultConverter
          The default converter that should be used when no matching converter is available
 

Methods in com.cc.framework.convert that return Converter
 Converter ConverterRegistry.lookup(java.lang.Class dataType)
          Look up and return any registered Converter for the specified destination class; if there is no registered Converter, return a default String Converter.
 Converter ConverterRegistry.getCustomConverter(java.lang.String converterId)
          Look up and custom converter.
static Converter ConverterHelp.getInstance(java.lang.String converterId)
          Retrieves a Converter instance for the given Converter class name
 

Methods in com.cc.framework.convert with parameters of type Converter
 void ConverterRegistry.registerTypeConverter(java.lang.Class dataType, Converter converter)
          Register a custom Converter for the specified destination Class, replacing any previously registered Converter.
static java.lang.String ConverterHelp.getAsString(RequestContext ctx, Converter converter, java.lang.Object value)
          Uses a Bean Converter to convert the given object to a String representation.
 

Uses of Converter in com.cc.framework.convert.imp
 

Classes in com.cc.framework.convert.imp that implement Converter
 class AppointmentPriorityConverter
          Converter for the AppointmentPriority enumeration type
 class BooleanConverter
          Converter for the Data Type Boolean
 class ByteSizeConverter
          Converter for Byte sizes
 class DateConverter
          Converter for datatype Date
 class DateTimeConverter
          Converter for Date and time (as in the Java Server Faces Specification)
 class DoubleConverter
          Converter for Datatype java.lang.Double
 class FloatConverter
          Converter for Datatype java.lang.Float
 class IntegerConverter
          Converter for Datatype java.lang.Integer
 class LongConverter
          Converter for Datatype java.lang.Long
 class NumberConverter
          Converter for Numbers (as in the Java Server Faces Specification) Converter implementation for java.lang.Number values.
 class StringConverter
          Converter for Datatype java.lang.String
 

Uses of Converter in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib with parameters of type Converter
 void ConversionSupportTag.assignConverter(Converter converter)
          Assigns a converter to the Tag
 

Uses of Converter in com.cc.framework.taglib.controls
 

Methods in com.cc.framework.taglib.controls with parameters of type Converter
 void TextTag.assignConverter(Converter converter)
           
 void TextListTag.assignConverter(Converter converter)
           
 void TextareaTag.assignConverter(Converter converter)
           
 void ColumnBaseTag.assignConverter(Converter converter)
           
 

Uses of Converter in com.cc.framework.taglib.convert
 

Methods in com.cc.framework.taglib.convert that return Converter
 Converter ConvertNumberTag.doCreateConverter()
           
 Converter ConverterTag.doCreateConverter()
          Template method is called to create the concrete Converter instance
 Converter ConvertDateTimeTag.doCreateConverter()
           
 

Uses of Converter in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return Converter
 Converter TextListControl.getConverter()
          Returns the the Converter that should be used to convert Java Objects into their localized String representation.
 Converter TextControl.getConverter()
          Returns the the Converter that should be used to convert Java Objects into their localized String representation.
 Converter TextareaControl.getConverter()
          Returns the the Converter that should be used to convert Java Objects into their localized String representation.
 

Uses of Converter in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return Converter
 Converter TextListDesignModel.getConverter()
          Returns the the Converter that should be used to convert Java Objects into their localized String representation.
 Converter TextDesignModel.getConverter()
          Returns the the Converter that should be used to convert Java Objects into their localized String representation.
 Converter TextareaDesignModel.getConverter()
          Returns the the Converter that should be used to convert Java Objects into their localized String representation.
 Converter ColumnDesignModel.getConverter()
          Returns the the Converter that should be used to convert Java Objects into their localized String representation.
 

Methods in com.cc.framework.ui.model with parameters of type Converter
 void TextListDesignModel.setConverter(Converter converter)
          Sets the Converter that should be used to convert Java Objects into their localized String representation.
 void TextDesignModel.setConverter(Converter converter)
          Sets the Converter that should be used to convert Java Objects into their localized String representation.
 void TextareaDesignModel.setConverter(Converter converter)
          Sets the Converter that should be used to convert Java Objects into their localized String representation.
 void ColumnDesignModel.setConverter(Converter converter)
          Sets the Converter that should be used to convert Java Objects into their localized String representation.
 

Uses of Converter in com.cc.framework.ui.model.imp
 

Fields in com.cc.framework.ui.model.imp declared as Converter
private  Converter TextListDesignModelImp.converter
          The converter that should be used to convert Java Objects into their localized String representation.
private  Converter TextDesignModelImp.converter
          The converter that should be used to convert Java Objects into their localized String representation.
private  Converter TextareaDesignModelImp.converter
          The converter that should be used to convert Java Objects into their localized String representation.
private  Converter ColumnDesignModelImp.converter
          The converter that should be used to convert Java Objects into their localized String representation.
 

Methods in com.cc.framework.ui.model.imp that return Converter
 Converter TextListDesignModelImp.getConverter()
           
 Converter TextDesignModelImp.getConverter()
           
 Converter TextareaDesignModelImp.getConverter()
           
 Converter ColumnDesignModelImp.getConverter()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type Converter
 void TextListDesignModelImp.setConverter(Converter converter)
           
 void TextDesignModelImp.setConverter(Converter converter)
           
 void TextareaDesignModelImp.setConverter(Converter converter)
           
 void ColumnDesignModelImp.setConverter(Converter converter)
           
 

Uses of Converter in com.cc.framework.ui.painter
 

Methods in com.cc.framework.ui.painter with parameters of type Converter
static org.apache.ecs.ConcreteElement PainterHelp.appendConverter(RequestContext ctx, org.apache.ecs.ConcreteElement element, java.lang.String controlName, Converter converter)
          Adds a hidden field for the converter that was used to render the HTML element
 java.lang.String PainterContext.getAsString(Converter converter, java.lang.Object value)
          Uses a Bean Converter to convert the given object to a String representation.
 java.lang.String ControlPainter.getAsString(Converter converter, java.lang.Object value)
          Uses a Bean Converter to convert the given object to a String representation.
 

Uses of Converter in com.cc.framework.ui.painter.html
 

Methods in com.cc.framework.ui.painter.html with parameters of type Converter
 java.lang.String HtmlCalendarPainter.getAsString(Converter converter, java.lang.Object value)
          Uses a Bean Converter to convert the given object to a String representation.
 

Uses of Converter in com.cc.framework.ui.painter.imp
 

Methods in com.cc.framework.ui.painter.imp with parameters of type Converter
 java.lang.String PainterContextWrapper.getAsString(Converter converter, java.lang.Object value)
           
 java.lang.String PainterContextImp.getAsString(Converter converter, java.lang.Object value)
          Uses a Bean Converter to convert the given object to a String representation.
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.