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

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:
  • 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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
  • Constructor Details

  • Method Details

    • 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