com.jurismarches.vradi.ui.models
Class FormTypeNameModel
java.lang.Object
com.jurismarches.vradi.ui.models.FormTypeNameModel
- All Implemented Interfaces:
- ComboBoxModel, ListModel
public class FormTypeNameModel
- extends Object
- implements ComboBoxModel
- Author:
- letellier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected EntityModel<org.sharengo.wikitty.WikittyExtension> delegate
handler
protected AdminHandler handler
FormTypeNameModel
public FormTypeNameModel(AdminHandler handler,
jaxx.runtime.context.JAXXContextEntryDef<List<org.sharengo.wikitty.WikittyExtension>> formsEntryDef)
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.