public interface TagTextField extends TagField
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the content of the field.
|
Charset |
getEncoding()
Returns the current used charset encoding.
|
void |
setContent(String content)
Sets the content of the field.
|
void |
setEncoding(Charset encoding)
Sets the charset encoding used by the field.
|
copyContent, getId, getRawContent, isBinary, isBinary, isCommon, isEmpty, toString
String getContent()
Charset getEncoding()
void setContent(String content)
content
- fields content.void setEncoding(Charset encoding)
encoding
- charset.Copyright © 2005–2020 jthink.net. All rights reserved.