|
SalesPoint Framework v3.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sale.NullDisplay
A dummy display, that cannot display anything. This display is used for background processes that
must not display any Form- or MenuSheets. All methods of this display, except
isUseableDisplay()
throw a InvalidDisplayException
.
Field Summary | |
static NullDisplay |
s_ndGlobal
The singleton NullDisplay used in the entire application. |
Method Summary | |
void |
addFormSheetListener(FormSheetListener fsl)
Throw a InvalidDisplayException . |
void |
closeFormSheet()
Throw a InvalidDisplayException . |
boolean |
isUseableDisplay()
Return false to indicate this display is not useable. |
void |
popUpFormSheet(FormSheet fs)
Throw a InvalidDisplayException . |
void |
removeFormSheetListener(FormSheetListener fsl)
Throw a InvalidDisplayException . |
void |
setFormSheet(FormSheet fs)
Throw a InvalidDisplayException . |
void |
setMenuSheet(MenuSheet ms)
Throw a InvalidDisplayException . |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static NullDisplay s_ndGlobal
Method Detail |
public final void setFormSheet(FormSheet fs)
InvalidDisplayException
.public final void closeFormSheet()
InvalidDisplayException
.public final void popUpFormSheet(FormSheet fs)
InvalidDisplayException
.public final void setMenuSheet(MenuSheet ms)
InvalidDisplayException
.public final boolean isUseableDisplay()
public final void addFormSheetListener(FormSheetListener fsl)
InvalidDisplayException
.public void removeFormSheetListener(FormSheetListener fsl)
InvalidDisplayException
.
|
SalesPoint Framework v3.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |