lumis.doui.source.field.type
Class PageOrPageTemplateDataType

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

public class PageOrPageTemplateDataType
extends AbstractSourceFieldDataType

Page or page template data type.

Since:
4.0.4

Nested Class Summary
protected static class PageOrPageTemplateDataType.PageOrPageTemplateDataConverter
          Converts the value of PageOrPageTemplateDataType to a given type.
 
Constructor Summary
PageOrPageTemplateDataType()
           
 
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 getId()
          Returns the id for this data type.
 String getQueryDataType()
          Returns a QueryFieldTypes constant for a query data type the value of this source field data type is best suited to be kept in.
 
Methods inherited from class lumis.doui.source.field.type.AbstractSourceFieldDataType
init
 
Methods inherited from class lumis.doui.datatype.AbstractDouiDataType
equals, getConverter, getDefaultViewControlType, getDefinitionLocale, getDefinitionPattern, getValueClass, 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, getDefaultViewControlType, getDefinitionLocale, getDefinitionPattern, getValueClass
 

Constructor Detail

PageOrPageTemplateDataType

public PageOrPageTemplateDataType()
Method Detail

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.

getId

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

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

getQueryDataType

public String getQueryDataType()
Description copied from interface: ISourceFieldDataType
Returns a QueryFieldTypes constant for a query data type the value of this source field data type is best suited to be kept in.

Specified by:
getQueryDataType in interface ISourceFieldDataType
Specified by:
getQueryDataType in class AbstractSourceFieldDataType
Returns:
a QueryFieldTypes constant.

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 AbstractDouiDataType
Returns:
the default input control type for this data type, or null if this data type has no default input control type.


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.