bad.robot.excel.cell
Class BooleanCell

java.lang.Object
  extended by bad.robot.excel.cell.StyledCell
      extended by bad.robot.excel.cell.BooleanCell
All Implemented Interfaces:
Cell

public class BooleanCell
extends StyledCell


Constructor Summary
BooleanCell(Boolean value)
           
BooleanCell(Boolean value, Style style)
           
 
Method Summary
 void addTo(org.apache.poi.ss.usermodel.Row row, ColumnIndex column, org.apache.poi.ss.usermodel.Workbook workbook)
           
 String toString()
           
 void update(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.Workbook workbook)
           
 
Methods inherited from class bad.robot.excel.cell.StyledCell
equals, getStyle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanCell

public BooleanCell(Boolean value)

BooleanCell

public BooleanCell(Boolean value,
                   Style style)
Method Detail

addTo

public void addTo(org.apache.poi.ss.usermodel.Row row,
                  ColumnIndex column,
                  org.apache.poi.ss.usermodel.Workbook workbook)

update

public void update(org.apache.poi.ss.usermodel.Cell cell,
                   org.apache.poi.ss.usermodel.Workbook workbook)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.