All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----sunsoft.jws.visual.rt.base.AttributeManager
|
+----sunsoft.jws.visual.rt.base.Shadow
|
+----sunsoft.jws.visual.rt.shadow.java.awt.ComponentShadow
|
+----sunsoft.jws.visual.rt.shadow.java.awt.ListShadow
name type default value
-----------------------------------------------------------------------
allowMultipleSelections java.lang.Boolean false
items [Ljava.lang.String; item1,item2
selectedItem java.lang.String null
visibleRows java.lang.Integer 4
selectedItem: is the item (amoung the the strings in the "items"
attribute) that is currently showing in the list. This attribute is
not available in the attribute editor, but is instead expected to be
used programmatically to change or check the setting.
Check the super class for additional attributes.
public ListShadow()
protected Object getOnBody(String key)
protected void setOnBody(String key,
Object value)
public void createBody()
All Packages Class Hierarchy This Package Previous Next Index