Package org.opencms.ui.shared.components
Class CmsPasswordFieldState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.v7.shared.AbstractLegacyComponentState
com.vaadin.v7.shared.AbstractFieldState
com.vaadin.v7.shared.ui.textfield.AbstractTextFieldState
org.opencms.ui.shared.components.CmsPasswordFieldState
- All Implemented Interfaces:
Serializable
Widget state for the special password field used by the login dialog.
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.v7.shared.ui.textfield.AbstractTextFieldState
columns, inputPrompt, maxLength, text
Fields inherited from class com.vaadin.v7.shared.AbstractFieldState
focusDelegate, hideErrors, modified, propertyReadOnly, required, tabIndex
Fields inherited from class com.vaadin.v7.shared.AbstractLegacyComponentState
immediate, readOnly
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if the password is visible.void
setPasswordVisible
(boolean visible) Sets the password visibility.
-
Constructor Details
-
CmsPasswordFieldState
public CmsPasswordFieldState()
-
-
Method Details
-
isPasswordVisible
Returns true if the password is visible.- Returns:
- true if the password is visible
-
setPasswordVisible
Sets the password visibility.- Parameters:
visible
- true if the password should be visible
-