Package com.iizix.term.prop
Class HostFieldColumnCell
java.lang.Object
com.iizix.term.prop.HostFieldColumnCell
Contains the result of a cell in a host field column, typically used for list boxes and business graphics.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- booleanThe hidden attribute of the host field.- booleanThe protected attribute of the host field.- intThe length of the editable field.The text contents (including hidden characters) of the cell.- intThe VIO color of the host field.
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescriptionCreates a VSCellData from this instance.- booleanChecks for two equal HostFieldColumnCell's.- booleanChecks if there are any differences between the current HostFieldColumnCell and an old HostFieldColumnCell.- static boolean- hasChanged- (HostFieldColumnCell[] cells1, HostFieldColumnCell[] cells2) Checks if the contents in the HostFieldColumnCell's has changed.- int- hashCode()Returns the hash code.
- Field Details- vioColorpublic int vioColorThe VIO color of the host field.
- lengthpublic int lengthThe length of the editable field.
- isHiddenpublic boolean isHiddenThe hidden attribute of the host field.
- isProtectedpublic boolean isProtectedThe protected attribute of the host field.
- textThe text contents (including hidden characters) of the cell.
 
- Constructor Details- HostFieldColumnCellpublic HostFieldColumnCell()
 
- Method Details- equalsChecks for two equal HostFieldColumnCell's.
- hashCodepublic int hashCode()Returns the hash code.
- hasChangedChecks if there are any differences between the current HostFieldColumnCell and an old HostFieldColumnCell.- Parameters:
- cell- The old PhantomHostFieldColumnCell to compare to, or null for none.
- Returns:
- trueif the current content is different from old content,- falseotherwise.
 
- hasChangedChecks if the contents in the HostFieldColumnCell's has changed.- Parameters:
- cells1- Array of cell 1 to compare.
- cells2- Array of cell 2 to compare.
- Returns:
- If arrays 1 and 2 are different.
 
- createVSCellDataCreates a VSCellData from this instance.- Returns:
- A new celldata instance for VS.