Class Password
java.lang.Object
fc.web.forms.Field
fc.web.forms.AbstractText
fc.web.forms.MaxSizable
fc.web.forms.Password
Encapsulates a password field.
-
Nested Class Summary
Nested classes/interfaces inherited from class Field
Field.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Subclasses should return an appropriateField.Type.voidrenderImpl(FormData fd, Writer writer) Methods inherited from class MaxSizable
setMaxSize, setSizeMethods inherited from class AbstractText
getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getShortValue, getStringValue, getValue, isFilled, reset, setValue, setValue, setValueFromSubmit, toString, trimValuesMethods inherited from class Field
add, addError, addLabel, addString, disable, disable, enable, enable, getLabel, getName, getValidateErrors, isEnabled, render, render, render, renderError, renderError, renderStyleTag, setStyleTag, validate
-
Constructor Details
-
Password
-
Password
-
-
Method Details
-
getType
Description copied from class:FieldSubclasses should return an appropriateField.Type. This type is rendered as part of <input type= ... -
renderImpl
- Specified by:
renderImplin classField- Throws:
IOException
-