org.enhydra.jawe.base.panel
Class ActivityTypesChoiceElement
java.lang.Object
org.enhydra.shark.xpdl.XMLElement
org.enhydra.shark.xpdl.XMLComplexChoice
org.enhydra.jawe.base.panel.ActivityTypesChoiceElement
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class ActivityTypesChoiceElement
- extends org.enhydra.shark.xpdl.XMLComplexChoice
Helper element for displaying choices of other elements.
- Author:
- Sasa Bojanic
- See Also:
- Serialized Form
Field Summary |
protected org.enhydra.shark.xpdl.elements.ActivityTypes |
controlled
|
Fields inherited from class org.enhydra.shark.xpdl.XMLComplexChoice |
cachesInitialized, choices, choosen |
Fields inherited from class org.enhydra.shark.xpdl.XMLElement |
isReadOnly, listeners, notifyListeners, notifyMainListeners, originalElementHashCode, parent, value |
Methods inherited from class org.enhydra.shark.xpdl.XMLComplexChoice |
clearCaches, clone, equals, getChoices, getChoosen, initCaches, isEmpty, makeAs, setNotifyListeners, setNotifyMainListeners, setValue |
Methods inherited from class org.enhydra.shark.xpdl.XMLElement |
addListener, createInfo, getListeners, getMainElement, getOriginalElementHashCode, getParent, isMainElement, isReadOnly, isRequired, notifyListeners, notifyMainListeners, removeListener, setParent, toValue |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
controlled
protected org.enhydra.shark.xpdl.elements.ActivityTypes controlled
ActivityTypesChoiceElement
public ActivityTypesChoiceElement(org.enhydra.shark.xpdl.elements.ActivityTypes controlled)
setChoosen
public void setChoosen(org.enhydra.shark.xpdl.XMLElement ch)
fillChoices
protected void fillChoices()
setReadOnly
public void setReadOnly(boolean readOnly)
toName
public java.lang.String toName()
getControlledElement
public org.enhydra.shark.xpdl.XMLElement getControlledElement()