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,
java.lang.String promptTitle,
java.lang.String promptText,
boolean showErrorBox,
java.lang.String errorTitle,
java.lang.String errorText,
Ptg[] formula1,
Ptg[] formula2,
CellRangeAddressList regions) |
DVRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones the object.
|
CellRangeAddressList |
getCellRangeAddress() |
int |
getConditionOperator()
get the condition operator
|
protected int |
getDataSize() |
int |
getDataType() |
boolean |
getEmptyCellAllowed() |
int |
getErrorStyle() |
java.lang.String |
getErrorText() |
java.lang.String |
getErrorTitle() |
Ptg[] |
getFormula1() |
Ptg[] |
getFormula2() |
boolean |
getListExplicitFormula() |
java.lang.String |
getPromptText() |
java.lang.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.
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public DVRecord(int validationType, int operator, int errorStyle, boolean emptyCellAllowed, boolean suppressDropDownArrow, boolean isExplicitList, boolean showPromptBox, java.lang.String promptTitle, java.lang.String promptText, boolean showErrorBox, java.lang.String errorTitle, java.lang.String errorText, Ptg[] formula1, Ptg[] formula2, CellRangeAddressList regions)
public DVRecord(RecordInputStream in)
public int getDataType()
DataValidationConstraint.ValidationType
public int getErrorStyle()
DataValidation.ErrorStyle
public 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 class
public CellRangeAddressList getCellRangeAddress()
public java.lang.String toString()
Record
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
protected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
public java.lang.Object clone()
public java.lang.String getPromptTitle()
public java.lang.String getErrorTitle()
public java.lang.String getPromptText()
public java.lang.String getErrorText()
public Ptg[] getFormula1()
public Ptg[] getFormula2()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.