public class VirtualTextData extends Object
Constructor and Description |
---|
VirtualTextData() |
Modifier and Type | Method and Description |
---|---|
void |
appendTransaction(Transaction trans)
Always appends the text in a (create) transaction.
|
void |
appendUpdateTransaction(Transaction trans)
Appends the text in an update transaction.
|
int |
getLength()
Get the text length.
|
String |
getText()
Gets the text of an item.
|
String |
getTextResetChange()
Gets the text of the item and clears the changed flag.
|
boolean |
hasChanged()
Checks if the text has changed.
|
void |
resetChange()
Gets the text of the item and clears the changed flag.
|
void |
setChanged()
Set the text has changed.
|
boolean |
setText(String t)
Sets the text of an item.
|
boolean |
setText(String t,
boolean changeCheck)
Sets the text of an item.
|
public boolean setText(String t, boolean changeCheck)
public boolean setText(String t)
public String getText()
public String getTextResetChange()
public void resetChange()
public void setChanged()
public boolean hasChanged()
public int getLength()
public void appendTransaction(Transaction trans)
public void appendUpdateTransaction(Transaction trans)
+ BYTE changed (true = text follows, false = no text follows). + STRING textData (if "changed" is true).
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.