net.sf.dynamicreports.report.builder.datatype
Class ListType

java.lang.Object
  extended by net.sf.dynamicreports.report.base.datatype.AbstractDataType<List,List>
      extended by net.sf.dynamicreports.report.builder.datatype.ListType
All Implemented Interfaces:
Serializable, DRIDataType<List,List>

public class ListType
extends AbstractDataType<List,List>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
ListType()
           
 
Method Summary
 HorizontalAlignment getHorizontalAlignment()
           
 String getPattern()
           
 DRIValueFormatter<?,? extends List> getValueFormatter()
           
 
Methods inherited from class net.sf.dynamicreports.report.base.datatype.AbstractDataType
getValueClass, stringToValue, stringToValue, stringToValue, valueToString, valueToString, valueToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListType

public ListType()
Method Detail

getValueFormatter

public DRIValueFormatter<?,? extends List> getValueFormatter()
Specified by:
getValueFormatter in interface DRIDataType<List,List>
Overrides:
getValueFormatter in class AbstractDataType<List,List>

getPattern

public String getPattern()
Specified by:
getPattern in interface DRIDataType<List,List>
Overrides:
getPattern in class AbstractDataType<List,List>

getHorizontalAlignment

public HorizontalAlignment getHorizontalAlignment()
Specified by:
getHorizontalAlignment in interface DRIDataType<List,List>
Overrides:
getHorizontalAlignment in class AbstractDataType<List,List>


Copyright © 2010-2014. All Rights Reserved.