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

withDouble

public RowBuilder withDouble(ColumnIndex index,
                             Double value)

withDouble

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

withInteger

public RowBuilder withInteger(ColumnIndex index,
                              Integer value)

withDate

public RowBuilder withDate(ColumnIndex index,
                           Date date)

withDate

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

build

public Row build()


Copyright © 2012. All Rights Reserved.