Modifier and Type | Method and Description |
---|---|
protected IConverter |
CategorizationSourceField.createConverter() |
Modifier and Type | Class and Description |
---|---|
static class |
CategorizationDataType.CategorizationConverter
Converter responsible for converting categorization.
|
Modifier and Type | Method and Description |
---|---|
protected IConverter |
CategorizationDataType.createConverter() |
protected IConverter |
ContentParentContentDataType.createConverter() |
protected IConverter |
LocaleMetaDataDataType.createConverter() |
IConverter |
TagDataType.createConverter() |
protected IConverter |
WorkflowStateDataType.createConverter() |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
DataBoundControl.createConverter() |
protected IConverter |
DataControl.createConverter()
Creates the converter instance for this control.
|
IConverter |
DataControl.getConverter() |
IConverter |
IDataControl.getConverter()
Returns the converter that is able to convert this control's value.
|
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() . |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
MultiItemPickerControl.createConverter() |
Modifier and Type | Method and Description |
---|---|
IConverter |
TabularDataControl.getConverter()
Tabular data control uses no converter.
|
Modifier and Type | Method and Description |
---|---|
protected IConverter |
AbstractDouiDataType.createConverter()
Creates the converter instance that will be used by this data type.
|
IConverter |
AbstractDouiDataType.getConverter() |
IConverter |
IDouiDataType.getConverter()
Returns the converter for data of this type.
|
Modifier and Type | Method and Description |
---|---|
IConverter |
IRenderer.getConverter()
Returns the default converter to be used with the renderable data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISourceConverter
Defines extra methods for a converter that is used in a source context.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSourceConverter
Abstract implementation of a
ISourceConverter , based on AbstractConverter . |
Modifier and Type | Field and Description |
---|---|
protected IConverter |
BaseSourceField.converter |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
BaseSourceField.createConverter()
Factory method that creates a converter instance for this field.
|
IConverter |
BaseSourceField.getConverter() |
IConverter |
ISourceField.getConverter()
Returns the default converter for this field's values.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
FileDataType.FileDataConverter |
protected static class |
FilesDataType.FilesDataConverter |
protected static class |
PageDataType.PageDataConverter
Default converter for the page data type.
|
protected static class |
PageOrPageTemplateDataType.PageOrPageTemplateDataConverter
Converts the value of PageOrPageTemplateDataType to a given type.
|
protected static class |
PageTemplateDataType.PageDataConverter
Converts the value of PageDataType to a given type.
|
protected static class |
ParentContentDataType.ParentContentDataConverter
Converts the value of ParentContentDataType to a given type.
|
Modifier and Type | Method and Description |
---|---|
protected IConverter |
BooleanDataType.createConverter() |
protected IConverter |
ChannelDataType.createConverter() |
protected IConverter |
DateDataType.createConverter() |
protected IConverter |
DateTimeDataType.createConverter() |
protected IConverter |
DoubleDataType.createConverter() |
protected IConverter |
EmailDataType.createConverter() |
protected IConverter |
FileDataType.createConverter() |
protected IConverter |
FilesDataType.createConverter() |
protected IConverter |
HtmlDataType.createConverter() |
protected IConverter |
IntegerDataType.createConverter() |
protected IConverter |
LongDataType.createConverter() |
protected IConverter |
PageDataType.createConverter() |
protected IConverter |
PageOrPageTemplateDataType.createConverter() |
protected IConverter |
PageTemplateDataType.createConverter() |
protected IConverter |
ParentContentDataType.createConverter() |
protected IConverter |
PrincipalDataType.createConverter() |
protected IConverter |
TimeDataType.createConverter() |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
TagControl.createConverter() |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
DocumentDataType.createConverter() |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
ImageDataType.createConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected IConverter |
MediaDataType.createConverter() |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
FileSizeField.createConverter() |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
EnviromentPropertiesControl.createConverter() |
Modifier and Type | Class and Description |
---|---|
protected static class |
ResourcesDataType.ResourcesDataConverter |
Modifier and Type | Method and Description |
---|---|
protected IConverter |
ResourcesDataType.createConverter() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConverter
This is a abstract converter where a default locale and pattern may be specified and has
fallback conversion capability.
|
class |
BooleanConverter
|
class |
CollectionConverter
Perform conversions from or to collection types.
|
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 |
RestConverter
This converter is able to converts String to RestXMLFragment and RestJSON.
|
class |
TimeConverter
Converter for time values.
|
class |
URLConverter
|
Modifier and Type | Field and Description |
---|---|
static IConverter |
ConvertUtil.DELEGATE_TO_REGISTERED_CONVERTER
A converter that delegates calls to it to a registered converter.
|
Modifier and Type | Method and Description |
---|---|
static IConverter |
ConvertUtil.createConverter(Class type)
Create the appropriated converter for the given type.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConvertUtil.register(Class type,
Class<? extends IConverter> converterClass) |
Constructor and Description |
---|
ConverterDefaultParameterDecorator(IConverter converter,
Locale defaultLocale,
String defaultPattern)
Creates a new decorator for the given converter that uses the default
parameters given.
|
Modifier and Type | Method and Description |
---|---|
IConverter |
QueryField.getConverter()
Returns the converter for this field's values.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryField.setConverter(IConverter converter)
Sets the converter for this field's values.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.