Class tea.set.MultiListA
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.
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.TITLE
comma separated list of strings used as the title row.

Constructor Index

 o MultiListA()

Method Index

 o init()
Applet initialization method.

Constructors

 o MultiListA
  public MultiListA()

Methods

 o init
  public void init()
Applet initialization method.
Overrides:
init in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index