borland Packages Class Hierarchy internetbeans Package
java.lang.Object +----com.borland.internetbeans.IxComponent +----com.borland.internetbeans.AbstractIxDataWidget +----com.borland.internetbeans.AbstractIxControl +----com.borland.internetbeans.AbstractIxList +----com.borland.internetbeans.IxListBox
Variables Constructors Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable
Represents a listbox.
XHTML: <select size="3" />
public IxListBox()Creates a listbox with default SIZE 3 and multiple selection disabled.
public boolean isMultiple() public void setMultiple(boolean newValue)Whether multiple selection is enabled.