project35.desktopDeployment
Class MultiListValueManager
java.lang.Object
project35.desktopDeployment.ListValueManager
project35.desktopDeployment.MultiListValueManager
- All Implemented Interfaces:
- ListTypeListener
public class MultiListValueManager
- extends ListValueManager
Manages the list part that displays multiple values.
Copyright (c) Kevin Garwood and University of Manchester 2007.
All rights reserved. Licensed under the Academic Free License
version 3.0. For more information on the terms and conditions,
please see the file "LICENSE" that is included in this distribution.
Copyright (c) 2008 Kevin Garwood for Project35. This code is
licensed under the Academic Free License version 3.0. For more information
on the terms and conditions, please see the file "LICENSE" that is included
in this distribution.
- Version:
- 1.0
- Author:
- Kevin Garwood (kgarwood@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiListValueManager
public MultiListValueManager(ListTypeManager listTypeManager,
Project35FormContext project35FormContext)
setModel
public void setModel(ListFieldModel listFieldModel)
- Overrides:
setModel in class ListValueManager
getSelectedRecord
public Object getSelectedRecord()
enableContextHelp
public void enableContextHelp(boolean enableContextHelp)
- Overrides:
enableContextHelp in class ListValueManager
refresh
public void refresh()
- Specified by:
refresh in class ListValueManager
listTypeChanged
public void listTypeChanged(String currentType)
- Specified by:
listTypeChanged in interface ListTypeListener- Specified by:
listTypeChanged in class ListValueManager
reset
public void reset()
- Specified by:
reset in class ListValueManager
getListArea
public Component getListArea()
- Specified by:
getListArea in class ListValueManager
removeSelectedRecords
public void removeSelectedRecords()
- removes selected records from the list
- Specified by:
removeSelectedRecords in class ListValueManager
changeFont
public void changeFont(Font font)
- Overrides:
changeFont in class ListValueManager