bad.robot.excel
Class NullSkippingRowBuilder

java.lang.Object
  extended by bad.robot.excel.NullSkippingRowBuilder

public class NullSkippingRowBuilder
extends Object


Constructor Summary
NullSkippingRowBuilder(int initialCapacity, Style defaultStyle)
           
 
Method Summary
 Row build()
           
 NullSkippingRowBuilder withDate(ColumnIndex index, Date date)
           
 NullSkippingRowBuilder withDate(ColumnIndex index, Date date, Style style)
           
 NullSkippingRowBuilder withDouble(ColumnIndex index, Double value)
           
 NullSkippingRowBuilder withDouble(ColumnIndex index, Double value, Style style)
           
 NullSkippingRowBuilder withInteger(ColumnIndex index, Integer value)
           
 NullSkippingRowBuilder withString(ColumnIndex index, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSkippingRowBuilder

public NullSkippingRowBuilder(int initialCapacity,
                              Style defaultStyle)
Method Detail

withString

public NullSkippingRowBuilder withString(ColumnIndex index,
                                         String text)

withDouble

public NullSkippingRowBuilder withDouble(ColumnIndex index,
                                         Double value)

withDouble

public NullSkippingRowBuilder withDouble(ColumnIndex index,
                                         Double value,
                                         Style style)

withInteger

public NullSkippingRowBuilder withInteger(ColumnIndex index,
                                          Integer value)

withDate

public NullSkippingRowBuilder withDate(ColumnIndex index,
                                       Date date)

withDate

public NullSkippingRowBuilder withDate(ColumnIndex index,
                                       Date date,
                                       Style style)

build

public Row build()


Copyright © 2012. All Rights Reserved.