Package com.iizix.prop.vs
Class VSCellData
- java.lang.Object
- com.iizix.prop.vs.VSCellData
 
- public class VSCellData extends java.lang.ObjectVirtualSpace cell data used when setting an entire column in a table.- Author:
- Christopher Mindus
 
- Field Summary- Fields - Modifier and Type - Field - Description - java.lang.Object- dataData source object, for any purpose.- boolean- isEnabledThe enabled flag, initialized by default to- true.- boolean- isReadOnlyRead-only flag, initialized by default to- false.- boolean- isVisibleThe visibility flag, initialized by default to- true.- Value- valueThe value, initialized by default to- null.
 - Constructor Summary- Constructors - Constructor - Description - VSCellData()
 - Method Summary- All Methods Static Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - static boolean- equals(VSCellData[] cells1, VSCellData[] cells2)Returns if two arrays of VirtualSpace cell data are equal.- boolean- equals(java.lang.Object o)Checks for two equal VSCellData's.
 
- Field Detail- isVisible- public boolean isVisible The visibility flag, initialized by default to- true.
 - isEnabled- public boolean isEnabled The enabled flag, initialized by default to- true.
 - isReadOnly- public boolean isReadOnly Read-only flag, initialized by default to- false.
 - value- public Value value The value, initialized by default to- null.
 - data- public java.lang.Object data Data source object, for any purpose.
 
 - Method Detail- equals- public boolean equals(java.lang.Object o) Checks for two equal VSCellData's.- Comparison is done without verification of the - datamember.- Overrides:
- equalsin class- java.lang.Object
- Returns:
- The equality flag.
 
 - equals- public static boolean equals(VSCellData[] cells1, VSCellData[] cells2) Returns if two arrays of VirtualSpace cell data are equal.