当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
NullSheetListener - JBoss RULES 3.0.6 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 java.lang.Object
- implements SheetListener
Method Summary |
void |
finishSheet()
Come to the end of the sheet. |
void |
newCell(int row,
int column,
java.lang.String value,
int mergedColstart)
Enter a new cell. |
void |
newRow(int rowNumber,
int columns)
Enter a new row. |
void |
startSheet(java.lang.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(java.lang.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,
java.lang.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