| java.lang.Object org.enhydra.shark.xpdl.XMLElement org.enhydra.shark.xpdl.XMLComplexChoice org.enhydra.jawe.base.panel.SpecialChoiceElement
SpecialChoiceElement | public class SpecialChoiceElement extends XMLComplexChoice (Code) | | Helper element for displaying choices of other elements.
author: Sasa Bojanic |
Constructor Summary | |
public | SpecialChoiceElement(XMLElement controlled, String controlledSubElementName, List chs, Object chsn, boolean handleEmptyChoice, String chsnSubElementName, String name, boolean isRequired) | public | SpecialChoiceElement(XMLElement controlled, String controlledSubElementName, List chs, Object chsn, boolean handleEmptyChoice, String chsnSubElementName, String name, boolean isRequired, boolean useOriginalElementToName) |
choosenSubElementName | protected String choosenSubElementName(Code) | | |
controlledSubElementName | protected String controlledSubElementName(Code) | | |
handleEmptyChoice | protected boolean handleEmptyChoice(Code) | | |
useOriginalElementToName | protected boolean useOriginalElementToName(Code) | | |
SpecialChoiceElement | public SpecialChoiceElement(XMLElement controlled, String controlledSubElementName, List chs, Object chsn, boolean handleEmptyChoice, String chsnSubElementName, String name, boolean isRequired, boolean useOriginalElementToName)(Code) | | |
fillChoices | protected void fillChoices()(Code) | | |
setReadOnly | public void setReadOnly(boolean readOnly)(Code) | | |
|
|