net.sf.doolin.gui.field.list.multi
Class MultiComboField<V,E>

java.lang.Object
  extended by net.sf.doolin.gui.field.support.AbstractField<V>
      extended by net.sf.doolin.gui.field.support.SimpleField<V>
          extended by net.sf.doolin.gui.field.list.multi.MultiComboField<V,E>
All Implemented Interfaces:
Field<V>, PropertyContainer

public class MultiComboField<V,E>
extends SimpleField<V>


Constructor Summary
MultiComboField(GUIView<V> view, FieldMultiCombo<V,E> fieldDescriptor, JComponent fieldComponent, ca.odell.glazedlists.EventList<E> sourceList, ca.odell.glazedlists.EventList<E> selectionList)
           
 
Method Summary
 FieldMultiCombo<V,E> getMultiComboDescriptor()
           
 ca.odell.glazedlists.EventList<E> getSelectionList()
           
 ca.odell.glazedlists.EventList<E> getSourceList()
           
 void select(SelectableItem<E> selectableItem)
           
 
Methods inherited from class net.sf.doolin.gui.field.support.SimpleField
getFieldComponent
 
Methods inherited from class net.sf.doolin.gui.field.support.AbstractField
getActionContext, getCoreComponent, getFieldDescriptor, getProperty, getView, setActionContext, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiComboField

public MultiComboField(GUIView<V> view,
                       FieldMultiCombo<V,E> fieldDescriptor,
                       JComponent fieldComponent,
                       ca.odell.glazedlists.EventList<E> sourceList,
                       ca.odell.glazedlists.EventList<E> selectionList)
Method Detail

getMultiComboDescriptor

public FieldMultiCombo<V,E> getMultiComboDescriptor()
Returns:
the multiComboDescriptor

getSelectionList

public ca.odell.glazedlists.EventList<E> getSelectionList()
Returns:
the selectionList

getSourceList

public ca.odell.glazedlists.EventList<E> getSourceList()
Returns:
the sourceList

select

public void select(SelectableItem<E> selectableItem)


Copyright © 2011. All Rights Reserved.