Package com.iizix.prop.vs
Class VSCellData
java.lang.Object
com.iizix.prop.vs.VSCellData
VirtualSpace cell data used when setting an entire column in a table.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionData source object, for any purpose.boolean
The enabled flag, initialized by default totrue
.boolean
Read-only flag, initialized by default tofalse
.boolean
The visibility flag, initialized by default totrue
.The value, initialized by default tonull
.Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equals
(VSCellData[] cells1, VSCellData[] cells2) Returns if two arrays of VirtualSpace cell data are equal.boolean
Checks for two equal VSCellData's.
Field Details
isVisible
public boolean isVisibleThe visibility flag, initialized by default totrue
.isEnabled
public boolean isEnabledThe enabled flag, initialized by default totrue
.isReadOnly
public boolean isReadOnlyRead-only flag, initialized by default tofalse
.value
The value, initialized by default tonull
.data
Data source object, for any purpose.
Constructor Details
VSCellData
public VSCellData()
Method Details