public class WebCellTextInfo extends Object implements Serializable
WebCellAttachmentInfo,
Serialized Form| Constructor and Description |
|---|
WebCellTextInfo()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebCellAttachmentInfo> |
getCellAttachment() |
WebCellModType |
getCellModType() |
String |
getCellTextLabel() |
String |
getCellTextValue() |
String |
getFormattedText() |
String |
getTruncatedText() |
String |
getValue() |
boolean |
isIsDeleted() |
boolean |
isIsInserted() |
boolean |
isIsNewLabel() |
boolean |
isReadOnlyMode() |
void |
setCellAttachment(List<WebCellAttachmentInfo> CellAttachment) |
void |
setCellModType(WebCellModType cellModType) |
void |
setCellTextLabel(String cellTextLabel) |
void |
setCellTextValue(String cellTextValue) |
void |
setIsNewLabel(boolean isNewLabel) |
void |
setReadOnlyMode(boolean readOnlyMode) |
void |
setValue(String value) |
public void setCellTextLabel(String cellTextLabel)
public String getCellTextLabel()
public void setCellTextValue(String cellTextValue)
public String getCellTextValue()
public void setCellModType(WebCellModType cellModType)
public WebCellModType getCellModType()
public List<WebCellAttachmentInfo> getCellAttachment()
public void setCellAttachment(List<WebCellAttachmentInfo> CellAttachment)
public boolean isIsInserted()
public boolean isIsDeleted()
public void setIsNewLabel(boolean isNewLabel)
public boolean isIsNewLabel()
public void setValue(String value)
public String getValue()
public String getFormattedText()
public String getTruncatedText()
public void setReadOnlyMode(boolean readOnlyMode)
public boolean isReadOnlyMode()
Copyright 2007, 2026, Oracle. All rights reserved.