The mask is the basic interface object wich contains all widgets and generically every displayed object.
Located in /p4a/objects/mask.php (line 45)
P4A_Object | --P4A_Mask
Class | Description |
---|---|
![]() |
General errors mask. |
![]() |
Preview mask. |
The mask's data source.
The mask's data browser.
Store the external fields' object_id
The fields collection
The id of the object with active focus
Keeps the association between actions events and actions.
Stores opening code for form.
Currently used template name.
Mask's title.
CSS container.
javascript container.
Temporary CSS container.
These CSS are rendered and removed
Temporary javascript container.
These javascripts are rendered and removed
Temporary variables container.
These vars are usally in the templates, removed after main
variables used for templates
Inherited from P4A_Object
P4A_Object::$_helpers
P4A_Object::$_id
P4A_Object::$_map_actions
P4A_Object::$_name
P4A_Object::$_objects
P4A_Object::$_parent_id
Include CSS
Include a javascript file
Include CSS
These CSS are removed after rendering
Include a javascript file
These javascripts are removed after rendering
Add a temporary variable
Clear temporary CSS list
Clear temporary javascript list
Removes every template variable assigned.
Clear temporary vars list
Deletes the currently pointed record.
Tells the template engine to show an object as a variable.
$object will be shown in the $variable template zone.
Tells the template engine to show a strng as a variable.
Drop inclusion of CSS file
Drop inclusion of javascript file
Drop inclusion of CSS file
These CSS are removed after rendering
Drop inclusion of javascript file
These javascripts are removed after rendering
Drop a temporary variable
Moves to the first row.
Return the output mask
Get the caller mask.
Returns the currently used template name.
Returns the title for the mask.
Inizializes the mask.
It means that the 'init' function of the current mask's listener is called.
Moves to the last row.
Loads the current record data.
Prints out the mask.
Returns the closing code for the mask.
Returns the opening code for the mask.
Goes in "new row" modality.
This means that we prepare p4a for adding a new record to the data source wich is associated to the mask.
Moves to the next row.
Does nothing.
Mask constructor.
Generates unique ID for the object, istance a new SHEET for widget positioning and store itself into p4a application.
Moves to the previous row.
Reloads data for the current record.
Overwrites internal data with the data arriving from the submitted mask.
Manages file uploads when arriving from HTTP POST
Sets the focus on object
Associates a data source with the mask.
Also set the data structure to allow correct widget rendering. Also moves to the first row of the data source.
Sets the title for the mask.
Shows the caller mask.
Removes focus property
Tells the mask that we're going to use a template.
Inherited From P4A_Object
P4A_Object::actionHandler()
P4A_Object::build()
P4A_Object::destroy()
P4A_Object::dropIntercept()
P4A_Object::errorHandler()
P4A_Object::getId()
P4A_Object::getName()
P4A_Object::getObjectType()
P4A_Object::getParentID()
P4A_Object::implementMethod()
P4A_Object::intercept()
P4A_Object::isActionTriggered()
P4A_Object::p4a_object()
P4A_Object::setName()
P4A_Object::setParentID()
P4A_Object::void()
P4A_Object::_loadHelper()
P4A_Object::__call()
Documentation generated on Mon, 07 Jan 2008 11:29:25 +0100 by phpDocumentor 1.4.0