|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.write.biff.DataValidation
Class which encapsulates a data validation (typically in the form of a dropdown list box
| Method Summary | |
void |
insertColumn(int col)
Inserts a column |
void |
insertRow(int row)
Inserts a row |
void |
removeColumn(int col)
Removes a column |
void |
removeRow(int row)
Inserts a row |
void |
write(File outputFile)
Writes out the data validation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void write(File outputFile)
throws java.io.IOException
outputFile - the output file
java.io.IOExceptionpublic void insertRow(int row)
row - the inserted rowpublic void removeRow(int row)
row - the inserted rowpublic void insertColumn(int col)
col - the inserted columnpublic void removeColumn(int col)
col - the inserted column
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||