public final class DVRecord extends StandardRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
DVRecord(int validationType,
int operator,
int errorStyle,
boolean emptyCellAllowed,
boolean suppressDropDownArrow,
boolean isExplicitList,
boolean showPromptBox,
String promptTitle,
String promptText,
boolean showErrorBox,
String errorTitle,
String errorText,
Ptg[] formula1,
Ptg[] formula2,
CellRangeAddressList regions) |
DVRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clones the object.
|
CellRangeAddressList |
getCellRangeAddress() |
int |
getConditionOperator()
get the condition operator
|
protected int |
getDataSize() |
int |
getDataType() |
boolean |
getEmptyCellAllowed() |
int |
getErrorStyle() |
String |
getErrorText() |
String |
getErrorTitle() |
Ptg[] |
getFormula1() |
Ptg[] |
getFormula2() |
boolean |
getListExplicitFormula() |
String |
getPromptText() |
String |
getPromptTitle() |
boolean |
getShowErrorOnInvalidValue() |
boolean |
getShowPromptOnCellSelected() |
short |
getSid()
return the non static version of the id for this record.
|
boolean |
getSuppressDropdownArrow() |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public DVRecord(int validationType,
int operator,
int errorStyle,
boolean emptyCellAllowed,
boolean suppressDropDownArrow,
boolean isExplicitList,
boolean showPromptBox,
String promptTitle,
String promptText,
boolean showErrorBox,
String errorTitle,
String errorText,
Ptg[] formula1,
Ptg[] formula2,
CellRangeAddressList regions)
public DVRecord(RecordInputStream in)
public int getDataType()
DataValidationConstraint.ValidationTypepublic int getErrorStyle()
DataValidation.ErrorStylepublic boolean getListExplicitFormula()
true if in list validations the string list is explicitly given in the
formula, false otherwisepublic boolean getEmptyCellAllowed()
true if empty values are allowed in cells, false otherwisepublic boolean getSuppressDropdownArrow()
true if drop down arrow should be suppressed when list validation is
used, false otherwisepublic boolean getShowPromptOnCellSelected()
true if a prompt window should appear when cell is selected, false otherwisepublic boolean getShowErrorOnInvalidValue()
true if an error window should appear when an invalid value is entered
in the cell, false otherwisepublic int getConditionOperator()
utility classpublic CellRangeAddressList getCellRangeAddress()
public String toString()
Recordpublic void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize in class StandardRecordprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic Object clone()
public String getPromptTitle()
public String getErrorTitle()
public String getPromptText()
public String getErrorText()
public Ptg[] getFormula1()
public Ptg[] getFormula2()
Copyright © 2020. All rights reserved.