Public Member Functions | Data Fields

PickerForm Class Reference

Inheritance diagram for PickerForm:
Inheritance graph
[legend]
Collaboration diagram for PickerForm:
Collaboration graph
[legend]

Public Member Functions

 getSessionVars ($sessionContext)
 setSessionVars ($sessionContext)
 setParentFormData ($formName, $elemName=null, $pickerMap=null)
 pickToParent ($recId=null)
 insertToParent ()
 joinToParent ($recIds=null)
 addToParent ($recIds=null)

Data Fields

 $m_ParentFormElemName = ""
 $m_PickerMap = ""
 $m_ParentFormRecord

Detailed Description

Definition at line 25 of file PickerForm.php.


Member Function Documentation

addToParent ( recIds = null )

Add a record (popup) to the parent form if OK button clicked, (M-M or M-1/1-1)

Returns:
void

Definition at line 265 of file PickerForm.php.

Here is the call graph for this function:

Here is the caller graph for this function:

getSessionVars ( sessionContext )

Get/Retrieve Session data of this object

Parameters:
SessionContext$sessionContext
Returns:
void

Reimplemented from EasyForm.

Definition at line 46 of file PickerForm.php.

joinToParent ( recIds = null )

Join a record (popup) to parent form

Parameters:
<type>$recId
Returns:
void

Definition at line 184 of file PickerForm.php.

Here is the call graph for this function:

Here is the caller graph for this function:

pickToParent ( recId = null )

Pick data to parent form

Parameters:
<type>$recId
Returns:
void remote

Definition at line 90 of file PickerForm.php.

Here is the call graph for this function:

setParentFormData ( formName,
elemName = null,
pickerMap = null 
)

Set parent form data/informations

Parameters:
string$formName
string$elemName
string$pickerMap
Returns:
void

Definition at line 76 of file PickerForm.php.

setSessionVars ( sessionContext )

Save object variable to session context

Parameters:
SessionContext$sessionContext
Returns:
void

Reimplemented from EasyForm.

Definition at line 60 of file PickerForm.php.


The documentation for this class was generated from the following file: