org.springframework.richclient.dialog
Class CloseAction

Show UML class diagram
java.lang.Object
  extended by 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.
 
Method Summary
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Method Detail

getValue

public int getValue()


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.