net.mlw.vlh.swing
Class ValueListHelper
java.lang.Object
net.mlw.vlh.swing.ValueListHelper
- All Implemented Interfaces:
- ActionListener, EventListener
- public class ValueListHelper
- extends Object
- implements ActionListener
- Version:
- $Revision: 1.8 $ $Date: 2005/08/30 18:54:25 $
- Author:
- Matthew L. Wilson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_COMMAND_RESET
public static final String ACTION_COMMAND_RESET
- See Also:
- Constant Field Values
ACTION_COMMAND_FIRST
public static final String ACTION_COMMAND_FIRST
- See Also:
- Constant Field Values
ACTION_COMMAND_PREVIOUS
public static final String ACTION_COMMAND_PREVIOUS
- See Also:
- Constant Field Values
ACTION_COMMAND_NEXT
public static final String ACTION_COMMAND_NEXT
- See Also:
- Constant Field Values
ACTION_COMMAND_LAST
public static final String ACTION_COMMAND_LAST
- See Also:
- Constant Field Values
ACTION_COMMAND_SORT
public static final String ACTION_COMMAND_SORT
- See Also:
- Constant Field Values
valueListRunnable
protected Runnable valueListRunnable
ValueListHelper
public ValueListHelper(ValueListHandler vlh,
String name)
ValueListHelper
public ValueListHelper(ValueListHandler vlh,
String name,
boolean useInvokeLatter)
setPagingComponent
public void setPagingComponent(PagingComponent pagingComponent)
setValueListTableModel
public void setValueListTableModel(ValueListTableModel tableModel)
getNewValueList
protected void getNewValueList()
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed
in interface ActionListener
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
addFilterRetriever
public void addFilterRetriever(FilterRetriever filterRetriever)
setTableSorter
public void setTableSorter(TableSorter tableSorter)
- Parameters:
tableSorter
- The tableSorter to set.
setPagingNumberPer
public void setPagingNumberPer(int pagingNumberPer)
- Parameters:
pagingNumberPer
- The pagingNumberPer to set.
setErrorListener
public void setErrorListener(ActionListener errorListener)
- Parameters:
errorListener
- The errorListener to set.
Copyright © 2003-2006 mlavilson. All Rights Reserved.