data.stdforms.twotableformsheet
Class MoveStrategy
java.lang.Object
sale.stdforms.FormSheetStrategy
data.stdforms.twotableformsheet.MoveStrategy
- All Implemented Interfaces:
- ProcessErrorCodes, Serializable
- 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
- Author:
- Steffen Zschaler
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveStrategy
public MoveStrategy()
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.