public class PhantomHostFieldColumnCell extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
isHidden
The hidden attribute of the host field.
|
boolean |
isProtected
The protected attribute of the host field.
|
int |
length
The length of the editable field.
|
String |
text
The text contents (including hidden characters) of the cell.
|
int |
vioColor
The VIO color of the host field.
|
Constructor and Description |
---|
PhantomHostFieldColumnCell() |
Modifier and Type | Method and Description |
---|---|
PhantomHostFieldColumnCell |
copy()
Create a copy of this instance.
|
int |
getLength()
Gets the PhantomHostFieldColumnCell's length.
|
String |
getText()
Gets the PhantomHostFieldColumnCell's text.
|
int |
getVioColor()
Gets the PhantomHostFieldColumnCell's vioColor.
|
boolean |
hasChanged(PhantomHostFieldColumnCell cell)
Checks if there are any differences between the current PhantomHostFieldColumnCell
and an old PhantomHostFieldColumnCell.
|
boolean |
isHidden()
Checks if the PhantomHostFieldColumnCell is hidden.
|
boolean |
isProtected()
Checks if the PhantomHostFieldColumnCell is protected.
|
public int vioColor
public int length
isProtected
is false
.public boolean isHidden
public boolean isProtected
public String text
public boolean hasChanged(PhantomHostFieldColumnCell cell)
cell
- The old PhantomHostFieldColumnCell to compare to.true
if the current content is different from old content, false
otherwise.public PhantomHostFieldColumnCell copy()
public int getVioColor()
public int getLength()
public boolean isHidden()
true
if the PhantomHostFieldColumnCell is hidden,
false
otherwise.public boolean isProtected()
true
if the PhantomHostFieldColumnCell is protected,
false
otherwise.public String getText()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.