com.jurismarches.vradi.ui.models
Class FormTypeNameModel

java.lang.Object
  extended by com.jurismarches.vradi.ui.models.FormTypeNameModel
All Implemented Interfaces:
ComboBoxModel, ListModel

public class FormTypeNameModel
extends Object
implements ComboBoxModel

Author:
letellier

Field Summary
protected  EntityModel<org.sharengo.wikitty.WikittyExtension> delegate
           
protected  AdminHandler handler
           
 
Constructor Summary
FormTypeNameModel(AdminHandler handler, jaxx.runtime.context.JAXXContextEntryDef<List<org.sharengo.wikitty.WikittyExtension>> formsEntryDef)
           
 
Method Summary
 void addListDataListener(ListDataListener l)
           
 Object getElementAt(int index)
           
 Object getSelectedItem()
           
 int getSize()
           
 void removeListDataListener(ListDataListener l)
           
 void setSelectedItem(Object anItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegate

protected EntityModel<org.sharengo.wikitty.WikittyExtension> delegate

handler

protected AdminHandler handler
Constructor Detail

FormTypeNameModel

public FormTypeNameModel(AdminHandler handler,
                         jaxx.runtime.context.JAXXContextEntryDef<List<org.sharengo.wikitty.WikittyExtension>> formsEntryDef)
Method Detail

setSelectedItem

public void setSelectedItem(Object anItem)
Specified by:
setSelectedItem in interface ComboBoxModel

getSelectedItem

public Object getSelectedItem()
Specified by:
getSelectedItem in interface ComboBoxModel

getSize

public int getSize()
Specified by:
getSize in interface ListModel

getElementAt

public Object getElementAt(int index)
Specified by:
getElementAt in interface ListModel

addListDataListener

public void addListDataListener(ListDataListener l)
Specified by:
addListDataListener in interface ListModel

removeListDataListener

public void removeListDataListener(ListDataListener l)
Specified by:
removeListDataListener in interface ListModel


Copyright © 2009-2010 JurisMarches. All Rights Reserved.