Class tea.set.MaskTextA
All Packages Class Hierarchy This Package Previous Next Index
Class tea.set.MaskTextA
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tea.set.BaseA
|
+----tea.set.MaskTextA
- public class MaskTextA
- extends BaseA
MaskTextA is an applet wrapper for the MaskText widget. The applet
needs be extended to handle the text input actions and pass the
information to a CGI or a server.
Parameters supported by this applet includes:
- MaskText.MASK
- text input mask
- See Also:
- MaskText
-
MaskTextA()
-
-
init()
- Applet initialization.
MaskTextA
public MaskTextA()
init
public void init()
- Applet initialization.
- Overrides:
- init in class Applet
All Packages Class Hierarchy This Package Previous Next Index