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