org.springframework.richclient.dialog
Class CloseAction
java.lang.Object
org.springframework.richclient.dialog.CloseAction
public final class CloseAction
- extends Object
Forces calls to constructor to have greater clarity, by using a type-safe
enumeration instead of integers.
Field Summary |
static CloseAction |
DISPOSE
Dispose the dialog on close; reclaiming any dialog resources in memory. |
static CloseAction |
HIDE
Hide the dialog on close; leaving it in memory for assumed re-display at
a later point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISPOSE
public static final CloseAction DISPOSE
- Dispose the dialog on close; reclaiming any dialog resources in memory.
HIDE
public static final CloseAction HIDE
- Hide the dialog on close; leaving it in memory for assumed re-display at
a later point.
getValue
public int getValue()
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.