All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.MultiListA

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----tea.set.BaseA
                                           |
                                           +----tea.set.MultiListA

public class MultiListA
extends BaseA
MultiListA is an applet wrapper for the MultiList widget. Parameters supported by this applet includes:
MultiList.ROWS
of rows in list that should be visible on screen.
MultiList.COLS
of columns in table.
MultiList.COLWIDTH
comma separated list of column width (number of characters) If COLWIDTH is supplied, the COLS parameter must be the value of the number of values on the COLWIDTH list.
MultiList.ROW$n
is a value from 0 to any number. The value for each row should be a comma separated list of fields. To specify an image icon for the row, prepend the image URL in bracket at the left side of the string.
MultiList.HEADER
comma separated list of strings used as the title row.


Constructor Index

 o MultiListA()

Method Index

 o getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
 o init()
Applet initialization method.

Constructors

 o MultiListA
 public MultiListA()

Methods

 o init
 public void init()
Applet initialization method.

Overrides:
init in class Applet
 o 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:
MultiList widget.
Overrides:
getWidget in class BaseA

All Packages  Class Hierarchy  This Package  Previous  Next  Index