WUI : API


org.westofj.wui
Class WPasswordField

java.lang.Object
  extended byorg.westofj.wui.Widget
      extended byorg.westofj.wui.WTextWidget
          extended byorg.westofj.wui.WTextField
              extended byorg.westofj.wui.WPasswordField

public class WPasswordField
extends WTextField

A widget that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters.

Version:
$Revision: 1.2 $, $Date: 2004/03/08 01:57:36 $
Author:
bill

Constructor Summary
WPasswordField()
          Constructs a password field.
WPasswordField(String text)
          Constructs a password field with the specified text.
 
Methods inherited from class org.westofj.wui.WTextField
getMaxLength, getVisibleSize, render, setMaxLength, setVisibleSize
 
Methods inherited from class org.westofj.wui.WTextWidget
getColor, getFont, getText, handleParams, setColor, setFont, setText
 
Methods inherited from class org.westofj.wui.Widget
addChangeListener, getRunner, handleNoParams, hasChangeListeners, removeChangeListener, stateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPasswordField

public WPasswordField()
Constructs a password field.


WPasswordField

public WPasswordField(String text)
Constructs a password field with the specified text.

Parameters:
text - the text to edit.

Copyright (c) 2003 West of J - All rights reserved.