com.vaadin.client.ui
Class VPasswordField

java.lang.Object
  extended by TextBoxBase
      extended by com.vaadin.client.ui.VTextField
          extended by com.vaadin.client.ui.VPasswordField
All Implemented Interfaces:
Field

public class VPasswordField
extends VTextField

This class represents a password field.

Author:
Vaadin Ltd.

Field Summary
 
Fields inherited from class com.vaadin.client.ui.VTextField
CLASSNAME, CLASSNAME_FOCUS, client, listenTextChangeEvents, paintableId, TEXTCHANGE_EVENTS, textChangeEventMode, textChangeEventTimeout, valueBeforeEdit
 
Constructor Summary
VPasswordField()
           
 
Method Summary
 
Methods inherited from class com.vaadin.client.ui.VTextField
attachCutEventListener, detachCutEventListener, flushChangesFromFocusedTextField, getMaxLength, isWordwrap, onAttach, onBlur, onBrowserEvent, onChange, onCut, onDetach, onFocus, onKeyDown, setColumns, setImmediate, setInputPrompt, setMaxLength, setMaxLengthToElement, setReadOnly, updateCursorPosition, updateFieldContent, updateMaxLength, valueChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VPasswordField

public VPasswordField()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.