|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IRendererStatus implementations to define,
if the status can be removed after the initial call to the iView and only be
persistent over requests starting from the first click within the iView.
A status that is only needed, for example, to store which resources have been
selected by the user can safely implement this interface and return
true, because in an initial screen, there can be no user selection
done previously. false in the
isVolatile method. false here. This
will increase the memory usage of iView using the implementing class as
status for the rendering but will ensure stable operations.| Method Summary | |
boolean |
isVolatile()
|
| Method Detail |
public boolean isVolatile()
true, if it might be deleted.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||