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(CellIndex index, Date date)
           
 NullSkippingRowBuilder withDate(CellIndex index, Date date, Style style)
           
 NullSkippingRowBuilder withDouble(CellIndex index, Double value)
           
 NullSkippingRowBuilder withDouble(CellIndex index, Double value, Style style)
           
 NullSkippingRowBuilder withInteger(CellIndex index, Integer value)
           
 NullSkippingRowBuilder withString(CellIndex 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(CellIndex index,
                                         String text)

withDouble

public NullSkippingRowBuilder withDouble(CellIndex index,
                                         Double value)

withDouble

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

withInteger

public NullSkippingRowBuilder withInteger(CellIndex index,
                                          Integer value)

withDate

public NullSkippingRowBuilder withDate(CellIndex index,
                                       Date date)

withDate

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

build

public Row build()


Copyright © 2012. All Rights Reserved.