|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.desktop.strategies.FormSheetStrategy
org.salespointframework.desktop.strategies.dataexchangeformsheet.MoveStrategy
public abstract class MoveStrategy
Abstract super class for all strategies that can be used with
TwoTableFormSheets
.
There will be one subclass for each combination of source and destination.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.salespointframework.desktop.strategies.FormSheetStrategy |
---|
FormSheetStrategy.ErrorHandler |
Field Summary |
---|
Fields inherited from class org.salespointframework.desktop.strategies.FormSheetStrategy |
---|
DEFAULT_ERROR_HANDLER, m_ehErrHandler, MSG_POPUP_ERROR_HANDLER |
Fields inherited from interface org.salespointframework.core.exceptions.ProcessErrorCodes |
---|
DATABASKET_CONFLICT_ERROR, DUPLICATE_KEY_EXCEPTION, ERR_FORCED_SHUTDOWN, ERR_INTERNAL, ERR_LOWERBOUND, ERR_NOERROR, ERR_UPPERBOUND, NOT_ENOUGH_ELEMENTS_ERROR, REMOVE_VETO_EXCEPTION |
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 org.salespointframework.desktop.strategies.FormSheetStrategy |
---|
error, setErrorHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoveStrategy()
Method Detail |
---|
public boolean canMoveToDest()
public boolean canMoveToSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |