| org.enhydra.jawe.base.panel.panels.XMLPanel org.enhydra.jawe.base.panel.panels.XMLBasicPanel org.enhydra.jawe.base.panel.panels.XMLComboChoicePanel
XMLComboChoicePanel | public class XMLComboChoicePanel extends XMLBasicPanel (Code) | | Creates a combo panel and a panel which type is determined by the
chosen element from combo panel.
author: Sasa Bojanic author: Zoran Milakovic |
Constructor Summary | |
public | XMLComboChoicePanel(PanelContainer pc, XMLElement myOwnerL, boolean isEnabled) | public | XMLComboChoicePanel(PanelContainer pc, XMLElement myOwner, boolean addListener, String title, boolean isVertical, boolean isChoiceVertical, boolean hasBorder, boolean isEditable, boolean isEnabled) |
XMLComboChoicePanel | public XMLComboChoicePanel(PanelContainer pc, XMLElement myOwner, boolean addListener, String title, boolean isVertical, boolean isChoiceVertical, boolean hasBorder, boolean isEditable, boolean isEnabled)(Code) | | |
cleanup | public void cleanup()(Code) | | |
requestFocus | public void requestFocus()(Code) | | |
setElements | public void setElements()(Code) | | |
validateEntry | public boolean validateEntry()(Code) | | |
|
|