bad.robot.excel
Class RowBuilder

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

public class RowBuilder
extends Object


Method Summary
static RowBuilder aRow()
           
 Row build()
           
 RowBuilder withDate(CellIndex index, Date date)
           
 RowBuilder withDate(CellIndex index, Date date, Style style)
           
 RowBuilder withDouble(CellIndex index, Double value)
           
 RowBuilder withDouble(CellIndex index, Double value, Style style)
           
 RowBuilder withInteger(CellIndex index, Integer value)
           
 RowBuilder withString(CellIndex index, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

aRow

public static RowBuilder aRow()

withString

public RowBuilder withString(CellIndex index,
                             String text)

withDouble

public RowBuilder withDouble(CellIndex index,
                             Double value)

withDouble

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

withInteger

public RowBuilder withInteger(CellIndex index,
                              Integer value)

withDate

public RowBuilder withDate(CellIndex index,
                           Date date)

withDate

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

build

public Row build()


Copyright © 2012. All Rights Reserved.