SalesPoint Framework v3.0

data.stdforms.twotableformsheet
Class MoveStrategy

java.lang.Object
  |
  +--sale.stdforms.FormSheetStrategy
        |
        +--data.stdforms.twotableformsheet.MoveStrategy
Direct Known Subclasses:
CCSStrategy, CCStrategy, CDBStrategy, CSCSStrategy, CSDBStrategy, CSSStrategy, DBCSStrategy, DBCStrategy, DBSSStrategy, SSDBStrategy, SSSSStrategy

public abstract class MoveStrategy
extends FormSheetStrategy

Abstract super class for all strategies that can be used with TwoTableFormSheets.

There will be one subclass for each combination of source and destination.

Since:
v2.0
Version:
2.0 20/08/1999
Author:
Steffen Zschaler
See Also:
Serialized Form

Inner classes inherited from class sale.stdforms.FormSheetStrategy
FormSheetStrategy.ErrorHandler
 
Fields inherited from class sale.stdforms.FormSheetStrategy
DEFAULT_ERROR_HANDLER, m_ehErrHandler, MSG_POPUP_ERROR_HANDLER
 
Constructor Summary
MoveStrategy()
           
 
Method Summary
 boolean canMoveToDest()
          If true, a button for moving items from source to destination will be included.
 boolean canMoveToSource()
          If true, a button for moving items from destination to source will be included.
 
Methods inherited from class sale.stdforms.FormSheetStrategy
error, setErrorHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveStrategy

public MoveStrategy()
Method Detail

canMoveToDest

public boolean canMoveToDest()
If true, a button for moving items from source to destination will be included.
Override:
Sometimes.
The default implementation returns true.

canMoveToSource

public boolean canMoveToSource()
If true, a button for moving items from destination to source will be included.
Override:
Sometimes.
The default implementation returns true.

SalesPoint Framework v3.0