borland Packages  Class Hierarchy  internetbeans Package 

IxListBox component

java.lang.Object
   +----com.borland.internetbeans.IxComponent
           +----com.borland.internetbeans.AbstractIxDataWidget
                   +----com.borland.internetbeans.AbstractIxControl
                           +----com.borland.internetbeans.AbstractIxList
                                   +----com.borland.internetbeans.IxListBox

About the IxListBox component

Variables  Constructors  Properties  Methods  

Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable

Note: This package is a feature of JBuilder Professional and Enterprise.

Represents a listbox.

XHTML: <select size="3" />


IxListBox variables

Variables implemented in com.borland.internetbeans.AbstractIxControl

Variables implemented in com.borland.internetbeans.AbstractIxDataWidget

Variables implemented in com.borland.internetbeans.AbstractIxList

Variables implemented in com.borland.internetbeans.IxComponent

IxListBox constructors

IxListBox properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.internetbeans.AbstractIxControl

Properties implemented in com.borland.internetbeans.AbstractIxDataWidget

Properties implemented in com.borland.internetbeans.AbstractIxList

Properties implemented in com.borland.internetbeans.IxComponent

Properties implemented in java.lang.Object

IxListBox methods

Methods implemented in com.borland.internetbeans.AbstractIxControl

Methods implemented in com.borland.internetbeans.AbstractIxDataWidget

Methods implemented in com.borland.internetbeans.AbstractIxList

Methods implemented in com.borland.internetbeans.IxComponent

Methods implemented in java.lang.Object


IxListBox constructors

IxListBox()

  public IxListBox()
Creates a listbox with default SIZE 3 and multiple selection disabled.

IxListBox properties

multiple

 public boolean isMultiple()
 public void setMultiple(boolean newValue)
Whether multiple selection is enabled.