|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.decisiontable.parser.xls.NullSheetListener
public class NullSheetListener
Null listner.
Field Summary |
---|
Fields inherited from interface org.drools.template.parser.DataListener |
---|
NON_MERGED |
Constructor Summary | |
---|---|
NullSheetListener()
|
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 |
Constructor Detail |
---|
public NullSheetListener()
Method Detail |
---|
public void startSheet(String name)
DataListener
startSheet
in interface DataListener
name
- the sheet namepublic void finishSheet()
DataListener
finishSheet
in interface DataListener
public void newRow(int rowNumber, int columns)
DataListener
newRow
in interface DataListener
public void newCell(int row, int column, String value, int mergedColstart)
DataListener
newCell
in interface DataListener
row
- the row numbercolumn
- the column alpha character labelvalue
- the string value of the cell
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |