com.tonbeller.wcf.ui
Class SelectMultiple

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.SelectMultiple
All Implemented Interfaces:
BasicTypes
Direct Known Subclasses:
CheckBoxes, ListBoxN

public abstract class SelectMultiple
extends Select

Created on 07.11.2002

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
SelectMultiple()
           
 
Method Summary
static java.util.List getSelectedItems(org.w3c.dom.Element element)
          get selected list items
static int[] getSelectedItemsIdx(org.w3c.dom.Element element)
          get idx of selected list items
 
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

SelectMultiple

public SelectMultiple()
Method Detail

getSelectedItemsIdx

public static int[] getSelectedItemsIdx(org.w3c.dom.Element element)
get idx of selected list items


getSelectedItems

public static java.util.List getSelectedItems(org.w3c.dom.Element element)
get selected list items