com.bea.alsb.presentation
Class PasswordObject
java.lang.Object
com.bea.alsb.presentation.PasswordObject
- All Implemented Interfaces:
- Constants, IPasswordObject, UIObject
- Direct Known Subclasses:
- TransportUIFactory.PasswordObject
public class PasswordObject
- extends Object
- implements UIObject, Constants, IPasswordObject
Fields inherited from interface com.bea.alsb.presentation.Constants |
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX |
PasswordObject
public PasswordObject(String value,
int size)
- constructor
getType
public int getType()
- returns the type
- Specified by:
getType
in interface UIObject
getValue
public String getValue()
- returns the value
- Specified by:
getValue
in interface IPasswordObject
setValue
public void setValue(String value)
- sets the value
- Specified by:
setValue
in interface IPasswordObject
getSize
public int getSize()
- returns the textbox size
- Specified by:
getSize
in interface IPasswordObject