com.arsdigita.bebop
Interface Resettable

All Known Implementing Classes:
ComponentMap, ComponentSet, DynamicListWizard, ModalContainer, Paginator, PermissionsPane, ProxyComponent, SelectionPanel, Tree

public interface Resettable

Interface that should be implemented by components that have state parameters that need to be reset when the component is shown to the user. The details of when the reset method is called are left to the application programmer.


Field Summary
static String versionId
           
 
Method Summary
 void reset(PageState state)
          Resets the state of the component to its original appearance.
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

reset

public void reset(PageState state)
Resets the state of the component to its original appearance.

Parameters:
state - the page state


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC