Method Summary |
|
public Object | clone() |
public void | close() Closes the child if it was dropped down. |
public void | closeDropdown() Closes the popup (
Bandbox.getDropdown ). |
public Bandpopup | getDropdown() Returns the dropdown window belonging to this band box. |
public String | getImage() Returns the image URI that is displayed as the button to open
Bandpopup . |
public String | getInnerAttrs() |
public String | getOuterAttrs() |
protected int | getRealStyleFlags() Returns RS_NO_WIDTH|RS_NO_HEIGHT. |
public boolean | insertBefore(Component newChild, Component refChild) |
public boolean | isAutodrop() Returns whether to automatically drop the list if users is changing
this text box. |
public boolean | isButtonVisible() Returns whether the button (on the right of the textbox) is visible. |
public boolean | isChildable() Childable. |
public void | onChildRemoved(Component child) |
public void | open() Drops down the child. |
public void | setAutodrop(boolean autodrop) Sets whether to automatically drop the list if users is changing
this text box. |
public void | setButtonVisible(boolean visible) Sets whether the button (on the right of the textbox) is visible. |
public void | setImage(String img) Sets the image URI that is displayed as the button to open
Bandpopup .
Parameters: img - the image URI. |
public void | setMultiline(boolean multiline) |
public void | setOpen(boolean open) Drops down or closes the child. |
public void | setRows(int rows) |