当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
NullSheetListener (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.decisiontable.parser.xls
Class NullSheetListener
java.lang.Object
org.drools.decisiontable.parser.xls.NullSheetListener
- All Implemented Interfaces:
- SheetListener
public class NullSheetListener
- extends Object
- implements SheetListener
- Author:
- Shaun Addison
Null listner.
Method Summary |
void |
finishSheet()
Come to the end of the sheet. |
void |
newCell(int row,
int column,
String value,
int mergedColstart)
Enter a new cell. |
void |
newRow(int rowNumber,
int columns)
Enter a new row. |
void |
startSheet(String name)
Start a new sheet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullSheetListener
public NullSheetListener()
startSheet
public void startSheet(String name)
- Description copied from interface:
SheetListener
- Start a new sheet
- Specified by:
startSheet
in interface SheetListener
- Parameters:
name
- the sheet name
finishSheet
public void finishSheet()
- Description copied from interface:
SheetListener
- Come to the end of the sheet.
- Specified by:
finishSheet
in interface SheetListener
newRow
public void newRow(int rowNumber,
int columns)
- Description copied from interface:
SheetListener
- Enter a new row.
- Specified by:
newRow
in interface SheetListener
newCell
public void newCell(int row,
int column,
String value,
int mergedColstart)
- Description copied from interface:
SheetListener
- Enter a new cell.
Do NOT call this event for trailling cells at the end of the line.
It will just confuse the parser. If all the trailing cells are empty, just
stop raising events.
- Specified by:
newCell
in interface SheetListener
- Parameters:
row
- the row numbercolumn
- the column alpha character labelvalue
- the string value of the cell
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.