com.tonbeller.wcf.ui
Class ListItem

java.lang.Object
  extended bycom.tonbeller.wcf.ui.XoplonCtrl
      extended bycom.tonbeller.wcf.ui.Item
          extended bycom.tonbeller.wcf.ui.ListItem

public class ListItem
extends Item

factory for listbox item


Field Summary
static java.lang.String NODENAME
           
 
Constructor Summary
ListItem()
           
 
Method Summary
static org.w3c.dom.Element addListItem(org.w3c.dom.Element parent)
          factory function
static org.w3c.dom.Element createListItem(org.w3c.dom.Document doc)
          factory function
static boolean isListItem(org.w3c.dom.Element elem)
           
 
Methods inherited from class com.tonbeller.wcf.ui.Item
createItem, getValue, isSelected, setSelected, setValue
 
Methods inherited from class com.tonbeller.wcf.ui.XoplonCtrl
createCtrl, getId, getLabel, getModelReference, isDisabled, isHidden, setDisabled, setHidden, setId, setLabel, setModelReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODENAME

public static final java.lang.String NODENAME
See Also:
Constant Field Values
Constructor Detail

ListItem

public ListItem()
Method Detail

isListItem

public static boolean isListItem(org.w3c.dom.Element elem)

createListItem

public static org.w3c.dom.Element createListItem(org.w3c.dom.Document doc)
factory function


addListItem

public static org.w3c.dom.Element addListItem(org.w3c.dom.Element parent)
factory function