public class MustTextArea extends MustTextField
additionalTagFragments, capitalization, className, contentChangeListener, controlLength, enterAction, maxColumns, maxlength, registerFlag, required, size
context, editable, enabled, lastEditability, lastVisibility, name, nonstandardPanel, nonstandardPosition, sessionData, toolTipText, visible
Constructor and Description |
---|
MustTextArea(SessionData sessionData) |
MustTextArea(SessionData sessionData,
int rows,
int columns,
int maxChars)
Constructs a new text area with a size as specified.
|
MustTextArea(SessionData sessionData,
java.lang.String info)
Constructs a new text area with a default width of 60 characters and
default height of 3 rows with the initial text as specified.
|
MustTextArea(SessionData sessionData,
java.lang.String text,
int rows,
int columns,
int maxChars)
Constructs a new text area with initial text and size as specified.
|
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.String str)
Appends the given text to the end of the document.
|
void |
buildRemoteView(ToAppletWriter out)
Build remote view.
|
void |
setRows(int rows) |
addContentChangeListener, addMoreCreationAspects, fetchValuesFromRequest, getApplication, getCreateTagElement, getText, getTextOrNullIfEmpty, hasFocus, isFilled, isModified, isRequirementUnfulfilled, isValid, perform, setApplication, setCapitalization, setColumns, setEditable, setEnterAction, setOnChoice, setRegisterFlag, setRequired, setText, setTextAsUserInput, setValues
destroy
beginAction, endAction, free, getContext, getName, getTranslation, isEnabled, isVisible, register, requestFocusInWindow, resetLastStatus, selectAll, setEnabled, setToolTipText, setVisible
public MustTextArea(SessionData sessionData)
public MustTextArea(SessionData sessionData, java.lang.String info)
info
- the initial textpublic MustTextArea(SessionData sessionData, int rows, int columns, int maxChars)
rows
- the number of rows used for renderingcolumns
- the number of columns to determine the widthmaxChars
- the maximum number of characters for inputpublic MustTextArea(SessionData sessionData, java.lang.String text, int rows, int columns, int maxChars)
text
- the initial text of the text arearows
- the number of rows used for renderingcolumns
- the number of columns to determine the widthmaxChars
- the maximum number of characters for inputpublic void setRows(int rows)
public void append(java.lang.String str)
public void buildRemoteView(ToAppletWriter out)
AppletTalker
buildRemoteView
in interface AppletTalker
buildRemoteView
in class MustTextField
out
- the writer which will be read by the appletCopyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de