lumis.doui.source.field.type
Class HtmlDataType

Package class diagram package HtmlDataType
java.lang.Object
  extended by lumis.doui.datatype.AbstractDouiDataType
      extended by lumis.doui.source.field.type.AbstractSourceFieldDataType
          extended by lumis.doui.source.field.type.StringDataType
              extended by lumis.doui.source.field.type.TextDataType
                  extended by lumis.doui.source.field.type.HtmlDataType
All Implemented Interfaces:
IDouiDataType, ISourceFieldDataType

public class HtmlDataType
extends TextDataType

A html data type.

Since:
4.0.4

Constructor Summary
HtmlDataType()
           
 
Method Summary
protected  IConverter createConverter()
          Creates the converter instance that will be used by this data type.
 String getDefaultInputControlType()
          Returns the default input control type for this data type.
 String getDefaultViewControlType()
          Returns the default control type for viewing this data type's values.
 String getId()
          Returns the id for this data type.
 
Methods inherited from class lumis.doui.source.field.type.TextDataType
getQueryDataType
 
Methods inherited from class lumis.doui.source.field.type.StringDataType
getValueClass
 
Methods inherited from class lumis.doui.source.field.type.AbstractSourceFieldDataType
init
 
Methods inherited from class lumis.doui.datatype.AbstractDouiDataType
equals, getConverter, getDefinitionLocale, getDefinitionPattern, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface lumis.doui.datatype.IDouiDataType
getConverter, getDefinitionLocale, getDefinitionPattern
 

Constructor Detail

HtmlDataType

public HtmlDataType()
Method Detail

getId

public String getId()
Description copied from interface: IDouiDataType
Returns the id for this data type.

Specified by:
getId in interface IDouiDataType
Overrides:
getId in class TextDataType
Returns:
the id for this data type.

getDefaultInputControlType

public String getDefaultInputControlType()
Description copied from interface: IDouiDataType
Returns the default input control type for this data type.

Specified by:
getDefaultInputControlType in interface IDouiDataType
Overrides:
getDefaultInputControlType in class TextDataType
Returns:
the default input control type for this data type, or null if this data type has no default input control type.

getDefaultViewControlType

public String getDefaultViewControlType()
Description copied from interface: IDouiDataType
Returns the default control type for viewing this data type's values.

Specified by:
getDefaultViewControlType in interface IDouiDataType
Overrides:
getDefaultViewControlType in class AbstractDouiDataType
Returns:
the default control type for viewing this data type, or null if this data type has no default view control type.

createConverter

protected IConverter createConverter()
Description copied from class: AbstractDouiDataType
Creates the converter instance that will be used by this data type.

Overrides:
createConverter in class AbstractDouiDataType
Returns:
the converter instance.


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.