com.tonbeller.wcf.ui
Class SelectSingle

java.lang.Object
  extended bycom.tonbeller.wcf.ui.XoplonCtrl
      extended bycom.tonbeller.wcf.ui.TypedCtrl
          extended bycom.tonbeller.wcf.ui.Select
              extended bycom.tonbeller.wcf.ui.SelectSingle
All Implemented Interfaces:
BasicTypes
Direct Known Subclasses:
ListBox1, RadioButtons

public abstract class SelectSingle
extends Select

Author:
av

Field Summary
 
Fields inherited from interface com.tonbeller.wcf.format.BasicTypes
BOOLEAN_TYPE, DATE_TYPE, DOUBLE_TYPE, EMAIL_TYPE, INT_TYPE, POSINT_TYPE, REQSTR_TYPE, STRING_TYPE
 
Constructor Summary
SelectSingle()
           
 
Method Summary
static org.w3c.dom.Element getSelectedItem(org.w3c.dom.Element element)
          get the only selected list item.
static int getSelectedItemIdx(org.w3c.dom.Element element)
          get idx of selected list item
 
Methods inherited from class com.tonbeller.wcf.ui.Select
addItem, getItems, getIValue, removeAllItems, removeItem, removeSelection, setIValue, setSelectedItems, setSelection
 
Methods inherited from class com.tonbeller.wcf.ui.TypedCtrl
getFormatString, getType, setFormatString, setType
 
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
 

Constructor Detail

SelectSingle

public SelectSingle()
Method Detail

getSelectedItemIdx

public static int getSelectedItemIdx(org.w3c.dom.Element element)
get idx of selected list item


getSelectedItem

public static org.w3c.dom.Element getSelectedItem(org.w3c.dom.Element element)
get the only selected list item.