Package com.pepper.platform.program.actions

Provides useful action classes that can be used from Pepper Programs and Javascript.

See:
          Description

Interface Summary
FileImporter Interface used by ImportFilesAction and implemented by a program wishing to import files.
 

Class Summary
BackAction Navigate Back in History
CommonActionMgr This class defines constants that represent the names of common actions that are available to every package in the Keeper and from Javascript via the Bridge.
DeepRefreshAction Action to refresh the currently displayed Page, first clearing all cached information, including xsl transforms.
DeletePageAction Implements general deletion behavior.
DeleteSectionAction Delete Section Action to handle section deletion
ExportAction Action that will display PepperImportDialog box to choose directory on USB, SD, or Hard Drive device to export a program's files to.
ForwardAction Navigate Forward in History
ImportFilesAction Action that will display PepperImportDialog box to choose directory on USB, SD, or Hard Drive device to import a program's files from.
MovePageAction Moves one or more pages from one section to another section.
NewPageAction Action to create a generic new data page
NewSectionAction Create a new section action
PackageQuitAction Action to handle quitting a package
ProgramAbstractAction Abstract base class used by most common actions in the Keeper Framework.
RefreshAction Handle Refresh request (Page)
RenameSectionAction Rename Section
ShowPageAction Loads a web page or a pepper page that gets passed in as a parameter
ShowPepperPageAction Action to show the specified package and load the specified pepper page.
ShowTabContentsAction Show the section tab contents page.
SortPageAction Sorts a page / table param can be the id of the column, or a full sort spec like sortPages="date,ascending,lower-first,*,date" ByColumnId,Order,Case,Key,DataType
StopAction Handle Stop page loading action
ViewNavAction Action that will navigate to the next or previous page in the current section.
 

Package com.pepper.platform.program.actions Description

Provides useful action classes that can be used from Pepper Programs and Javascript.



Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.