Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
public class: DataValiditySettingsRecord [javadoc | source]
java.lang.Object
   jxl.biff.RecordData
      jxl.biff.WritableRecordData
         jxl.biff.DataValiditySettingsRecord

All Implemented Interfaces:
    ByteData

Data validity settings
Fields inherited from jxl.biff.WritableRecordData:
maxRecordLength
Constructor:
 DataValiditySettingsRecord(DataValiditySettingsRecord dvsr) 
    Copy constructor
 public DataValiditySettingsRecord(DVParser dvp) 
    Constructor called when the API creates a writable data validation
    Parameters:
    dvsr - the record copied from a writable sheet
 public DataValiditySettingsRecord(Record t,
    ExternalSheet es,
    WorkbookMethods wm,
    WorkbookSettings ws) 
    Constructor
 DataValiditySettingsRecord(DataValiditySettingsRecord dvsr,
    ExternalSheet es,
    WorkbookMethods w,
    WorkbookSettings ws) 
    Constructor
    Parameters:
    dvsr - the record copied from a writable sheet
Method from jxl.biff.DataValiditySettingsRecord Summary:
getDVParser,   getData,   getFirstColumn,   getFirstRow,   getLastColumn,   getLastRow,   getValidationFormula,   insertColumn,   insertRow,   removeColumn,   removeRow,   setDataValidation
Methods from jxl.biff.WritableRecordData:
getBytes,   getData
Methods from jxl.biff.RecordData:
getCode,   getRecord
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.DataValiditySettingsRecord Detail:
 DVParser getDVParser() 
    Gets the DVParser. This is used when doing a deep copy of cells on the writable side of things
 public byte[] getData() 
    Retrieves the data for output to binary file
 public int getFirstColumn() 
    Accessor for first column
 public int getFirstRow() 
    Accessor for first row
 public int getLastColumn() 
    Accessor for the last column
 public int getLastRow() 
    Accessor for the last row
 public String getValidationFormula() 
 public  void insertColumn(int col) 
    Inserts a row
 public  void insertRow(int row) 
    Inserts a row
 public  void removeColumn(int col) 
    Removes a column
 public  void removeRow(int row) 
    Removes a row
  void setDataValidation(DataValidation dv) 
    Sets the handle to the data validation record