Class CmsPasswordFieldState

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsPasswordFieldState
    extends com.vaadin.v7.shared.ui.textfield.AbstractTextFieldState
    Widget state for the special password field used by the login dialog.
    See Also:
    Serialized Form
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isPasswordVisible()
      Returns true if the password is visible.
      void setPasswordVisible​(boolean visible)
      Sets the password visibility.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isPasswordVisible

        public boolean isPasswordVisible()
        Returns true if the password is visible.
        Returns:
        true if the password is visible
      • setPasswordVisible

        public void setPasswordVisible​(boolean visible)
        Sets the password visibility.
        Parameters:
        visible - true if the password should be visible