com.bankframe.fe.html
Class Password
java.lang.Object
  
com.bankframe.fe.html.HTMLWidget
      
com.bankframe.fe.html.Password
- public class Password
- extends HTMLWidget
  
This class implements a HTML password widget.
- Author:
 
  - ETU
 
| 
Constructor Summary | 
Password(java.lang.String name,
         int size)
 
          Constructor. | 
Password(java.lang.String name,
         int size,
         int max)
 
          Constructor. | 
 
| 
Method Summary | 
 java.lang.String | 
toHTML()
 
          This method returns a HTML representation of this widget. | 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Password
public Password(java.lang.String name,
                int size)
- Constructor.
 - Parameters:
 name - the name of this password fieldsize - the size of this password field
Password
public Password(java.lang.String name,
                int size,
                int max)
- Constructor.
 - Parameters:
 name - the name of this password fieldsize - he size of this password fieldmax - the maximum size of this password field
toHTML
public java.lang.String toHTML()
- This method returns a HTML representation of this widget.
- Specified by:
 toHTML in class HTMLWidget
 
- Returns:
 - a string containing HTML markup
 
 
 
Copyright © 2004 Siebel Systems, Inc. All rights reserved.