Interface for action handlers in Xataface application. An action handler serves as an HTTP access point for an application. Actions may be located in the following locations:
An interface to document the methods that can be implemented in the Application delegate class. This is not a real interface. It is merely used for documentation purposes
A class for reading records from the database. It takes a Xataface query array in the constructor. This can be iterated just like an array, and the records are loaded from the database as needed. It keeps an internal buffer for the actual records so that it doesn't need to make a DB request for every record
Encapsulates a row in a relationship. This may contain fields that span across multiple tables. It implements many of the same methods as the Dataface_Record
An HTML_QuickForm class that can be used to build widgets that will eventually be added to other forms. It is the same as any other quickform except that it handles the creation of multiple fields of the same name gracefully
An interface for widget handlers. This interface is not real. It is only used for documentation purposes to demonstrate the methods that can be implemented by widget handlers
Generated on Fri Mar 22 2013 09:40:36 for Xataface by 1.8.1.2