public class MustPasswordField 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 |
---|
MustPasswordField(SessionData sessionData)
Constructs a new text field with a default length of 20 characters.
|
MustPasswordField(SessionData sessionData,
int length)
Constructs a new text field with the length as specified.
|
MustPasswordField(SessionData sessionData,
int size,
int maxlength)
Constructs a new text field with the specified size and max length.
|
MustPasswordField(SessionData sessionData,
int size,
int maxlength,
boolean controlLength)
Constructs a new text field with length, max chars and length control as specified.
|
Modifier and Type | Method and Description |
---|---|
void |
buildRemoteView(ToAppletWriter out)
Build remote view.
|
java.lang.String |
getPasswordText() |
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 MustPasswordField(SessionData sessionData)
public MustPasswordField(SessionData sessionData, int length)
length
- the length of the text fieldpublic MustPasswordField(SessionData sessionData, int size, int maxlength)
size
- rendering relevant size of the text fieldmaxlength
- input control relevant max length of the text fieldpublic MustPasswordField(SessionData sessionData, int size, int maxlength, boolean controlLength)
length
- the length (size) of the text fieldmaxChars
- the max characters to be insertedcontrolLength
- if true, characters are removed, if they exceed the
max char specification abovepublic void buildRemoteView(ToAppletWriter out)
AppletTalker
buildRemoteView
in interface AppletTalker
buildRemoteView
in class MustTextField
out
- the writer which will be read by the appletpublic java.lang.String getPasswordText()
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de