|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IConverter in lumis.content.source.field.type |
---|
Methods in lumis.content.source.field.type that return IConverter | |
---|---|
protected IConverter |
WorkflowStateDataType.createConverter()
|
Uses of IConverter in lumis.doui.control |
---|
Methods in lumis.doui.control that return IConverter | |
---|---|
protected IConverter |
DataControl.createConverter()
Creates the converter instance for this control. |
protected IConverter |
DataBoundControl.createConverter()
|
IConverter |
IDataControl.getConverter()
Returns the converter that is able to convert this control's value. |
IConverter |
DataControl.getConverter()
|
protected IConverter |
DataBoundControl.getUnboundedConverter()
Deprecated. Since 4.0.10, this method is not used anymore. For best backward compatibility, this implementation delegates to dataType 's IDouiDataType.getConverter() . |
Uses of IConverter in lumis.doui.control.itempicker |
---|
Methods in lumis.doui.control.itempicker that return IConverter | |
---|---|
protected IConverter |
MultiItemPickerControl.createConverter()
|
Uses of IConverter in lumis.doui.control.tabulardata |
---|
Methods in lumis.doui.control.tabulardata that return IConverter | |
---|---|
IConverter |
TabularDataControl.getConverter()
Tabular data control uses no converter. |
Uses of IConverter in lumis.doui.datatype |
---|
Methods in lumis.doui.datatype that return IConverter | |
---|---|
protected IConverter |
AbstractDouiDataType.createConverter()
Creates the converter instance that will be used by this data type. |
IConverter |
IDouiDataType.getConverter()
Returns the converter for data of this type. |
IConverter |
AbstractDouiDataType.getConverter()
|
Uses of IConverter in lumis.doui.render |
---|
Methods in lumis.doui.render that return IConverter | |
---|---|
IConverter |
IRenderer.getConverter()
Returns the default converter to be used with the renderable data. |
Uses of IConverter in lumis.doui.source |
---|
Subinterfaces of IConverter in lumis.doui.source | |
---|---|
interface |
ISourceConverter
Defines extra methods for a converter that is used in a source context. |
Classes in lumis.doui.source that implement IConverter | |
---|---|
class |
AbstractSourceConverter
Abstract implementation of a ISourceConverter , based on AbstractConverter . |
Uses of IConverter in lumis.doui.source.field |
---|
Fields in lumis.doui.source.field declared as IConverter | |
---|---|
protected IConverter |
BaseSourceField.converter
|
Methods in lumis.doui.source.field that return IConverter | |
---|---|
protected IConverter |
BaseSourceField.createConverter()
Factory method that creates a converter instance for this field. |
IConverter |
ISourceField.getConverter()
Returns the default converter for this field's values. |
IConverter |
BaseSourceField.getConverter()
|
Uses of IConverter in lumis.doui.source.field.type |
---|
Classes in lumis.doui.source.field.type that implement IConverter | |
---|---|
protected static class |
FileDataType.FileDataConverter
|
protected static class |
FilesDataType.FilesDataConverter
|
protected static class |
PageDataType.PageDataConverter
Default converter for the page data type. |
Methods in lumis.doui.source.field.type that return IConverter | |
---|---|
protected IConverter |
TimeDataType.createConverter()
|
protected IConverter |
PrincipalDataType.createConverter()
|
protected IConverter |
PageDataType.createConverter()
|
protected IConverter |
LongDataType.createConverter()
|
protected IConverter |
IntegerDataType.createConverter()
|
protected IConverter |
HtmlDataType.createConverter()
|
protected IConverter |
FilesDataType.createConverter()
|
protected IConverter |
FileDataType.createConverter()
|
protected IConverter |
DoubleDataType.createConverter()
|
protected IConverter |
DateTimeDataType.createConverter()
|
protected IConverter |
DateDataType.createConverter()
|
protected IConverter |
ChannelDataType.createConverter()
|
protected IConverter |
BooleanDataType.createConverter()
|
Uses of IConverter in lumis.report.control |
---|
Methods in lumis.report.control that return IConverter | |
---|---|
protected IConverter |
SelectChannelPathControl.createConverter()
|
Uses of IConverter in lumis.service.document.field |
---|
Methods in lumis.service.document.field that return IConverter | |
---|---|
protected IConverter |
DocumentDataType.createConverter()
|
Uses of IConverter in lumis.service.image.field |
---|
Methods in lumis.service.image.field that return IConverter | |
---|---|
protected IConverter |
ImageDataType.createConverter()
|
Uses of IConverter in lumis.service.portalmanagement.filesystem |
---|
Methods in lumis.service.portalmanagement.filesystem that return IConverter | |
---|---|
protected IConverter |
FileSizeField.createConverter()
|
Uses of IConverter in lumis.service.resourcescheduler |
---|
Classes in lumis.service.resourcescheduler that implement IConverter | |
---|---|
protected static class |
ResourcesDataType.ResourcesDataConverter
|
Methods in lumis.service.resourcescheduler that return IConverter | |
---|---|
protected IConverter |
ResourcesDataType.createConverter()
|
Uses of IConverter in lumis.util.converter |
---|
Classes in lumis.util.converter that implement IConverter | |
---|---|
class |
AbstractConverter
This is a abstract converter where a default locale and pattern may be specified and has fallback conversion capability. |
class |
BooleanConverter
This converter is able to do conversion between Boolean , Number
and String . |
class |
CollectionConverter
This converter is able to do conversion between Number subtypes in the
java.lang package and String. |
class |
ConverterDefaultParameterDecorator
Decorates a IConverter allowing to define default parameters that are
used when not specified. |
class |
DateConverter
Converter for date values. |
class |
DateTimeConverter
This converter is able to do conversion between Date and its
java.sql subtypes, String and Long. |
class |
DelegateToRegisteredConverter
This converter just delegates the conversions to ConvertUtil.convert(Class, Object, Locale, String) . |
class |
NumberConverter
This converter is able to do conversion between Number subtypes in
the java.lang package and String. |
class |
TimeConverter
Converter for time values. |
Fields in lumis.util.converter declared as IConverter | |
---|---|
static IConverter |
ConvertUtil.DELEGATE_TO_REGISTERED_CONVERTER
A converter that delegates calls to it to a registered converter. |
Methods in lumis.util.converter that return IConverter | |
---|---|
static IConverter |
ConvertUtil.createConverter(Class type)
|
Method parameters in lumis.util.converter with type arguments of type IConverter | |
---|---|
static void |
ConvertUtil.register(Class type,
Class<? extends IConverter> converterClass)
|
Constructors in lumis.util.converter with parameters of type IConverter | |
---|---|
ConverterDefaultParameterDecorator(IConverter converter,
Locale defaultLocale,
String defaultPattern)
Creates a new decorator for the given converter that uses the default parameters given. |
Uses of IConverter in lumis.util.query |
---|
Methods in lumis.util.query that return IConverter | |
---|---|
IConverter |
QueryField.getConverter()
Returns the converter for this field's values. |
Methods in lumis.util.query with parameters of type IConverter | |
---|---|
void |
QueryField.setConverter(IConverter converter)
Sets the converter for this field's values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |