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()
-
-
getWidget()
- This method is overriden by actual applet to return the
widget corresponding to this applet wrapper.
-
init()
- Applet initialization.
MaskTextA
public MaskTextA()
init
public void init()
- Applet initialization.
- Overrides:
- init in class Applet
getWidget
public Component getWidget()
- This method is overriden by actual applet to return the
widget corresponding to this applet wrapper. User can use this
method to access the underlying widget directly.
- Returns:
- MaskText widget.
- Overrides:
- getWidget in class BaseA
All Packages Class Hierarchy This Package Previous Next Index