com.pepper.platform.program.actions
Class DeepRefreshAction
java.lang.Object
javax.swing.AbstractAction
com.pepper.platform.program.actions.ProgramAbstractAction
com.pepper.platform.program.actions.DeepRefreshAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class DeepRefreshAction
- extends ProgramAbstractAction
Action to refresh the currently displayed Page, first clearing all
cached information, including xsl transforms.
- See Also:
- Serialized Form
Methods inherited from class com.pepper.platform.program.actions.ProgramAbstractAction |
getActionCommand, getConfig, getGSP, getIcon, getLongDescription, getMnemonicKey, getName, getPackageId, getProcess, getProgram, getShortDescription |
DeepRefreshAction
public DeepRefreshAction()
- Creates a new
RefreshAction
instance.
actionPerformed
public void actionPerformed(ActionEvent event)
- Handles a request to deep refresh the current page.
Javascript:
To call this action using Javascript via the Javascript bridge, use the form:
bridge.action('DeepRefresh');
- Parameters:
event
- the event.
Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.