phpDocumentor Naos_Application
[ class tree: Naos_Application ] [ index: Naos_Application ] [ all elements ]

Class: Naos_Application_State

Source Location: /Application/State.php

Class Naos_Application_State

Method Summary
Naos_Application_State   __construct()   Constructor
void   closeDialog()   Closes an existing dialog instance (at the moment only supported via AJAX)
void   getCustomOperations()  
void   getDialogOperations()   Returns the set of created dialog actions
void   getLayout()  
void   getLocale()  
void   getMenuItem()  
void   getViewOutput()   Retrieves the view output for a layout and view
void   getViewOutputOfLayout()   Retrieves the view output for a layout and view
void   getViewState()   Retrieves the view state action for a layout and view
void   getXmlRequest()  
void   openDialog()   Creates a new dialog instance (at the moment only supported via AJAX)
void   renderOutputObjects()   Renders collected output objects, e.g. view output or dialog output
void   setLayout()  
void   setLocale()  
void   setMenuItem()  
void   setViewOutput()   Sets the view output for a layout and view
void   setViewState()   Sets the view state action for a layout and view
void   setXmlRequest()  
void   triggerCustomOperation()  

[ Top ]
Methods
Constructor __construct  [line 74]

  Naos_Application_State __construct( )

Constructor


API Tags:
Access:  public


[ Top ]
closeDialog  [line 219]

  void closeDialog( string $moduleId, string $dialogId  )

Closes an existing dialog instance (at the moment only supported via AJAX)

Parameters:
string   $moduleId:  module
string   $dialogId:  dialog identifier

API Tags:
Access:  public


[ Top ]
getCustomOperations  [line 272]

  void getCustomOperations( )


API Tags:
Access:  public


[ Top ]
getDialogOperations  [line 233]

  void getDialogOperations( )

Returns the set of created dialog actions


API Tags:
Access:  public


[ Top ]
getLayout  [line 93]

  void getLayout( )


API Tags:
Access:  public


[ Top ]
getLocale  [line 103]

  void getLocale( )


API Tags:
Access:  public


[ Top ]
getMenuItem  [line 83]

  void getMenuItem( )


API Tags:
Access:  public


[ Top ]
getViewOutput  [line 168]

  void getViewOutput( $layout, $view  )

Retrieves the view output for a layout and view

Parameters:
   $layout: 
   $view: 

API Tags:
Access:  public


[ Top ]
getViewOutputOfLayout  [line 181]

  void getViewOutputOfLayout( $layout  )

Retrieves the view output for a layout and view

Parameters:
   $layout: 

API Tags:
Access:  public


[ Top ]
getViewState  [line 138]

  void getViewState( $layout, $view  )

Retrieves the view state action for a layout and view

Parameters:
   $layout: 
   $view: 

API Tags:
Access:  public


[ Top ]
getXmlRequest  [line 113]

  void getXmlRequest( )


API Tags:
Access:  public


[ Top ]
openDialog  [line 198]

  void openDialog( string $moduleId, string $dialogId, string $type, string $position, $output  )

Creates a new dialog instance (at the moment only supported via AJAX)

Parameters:
string   $moduleId:  module
string   $dialogId:  dialog identifier
string   $type:  available types: default, simple, tooltip
string   $position:  available positions: center, mouse, lastlink
Naos_View   $output:  dialog output

API Tags:
Access:  public


[ Top ]
renderOutputObjects  [line 241]

  void renderOutputObjects( )

Renders collected output objects, e.g. view output or dialog output


API Tags:
Access:  public


[ Top ]
setLayout  [line 88]

  void setLayout( $layout  )

Parameters:
   $layout: 

API Tags:
Access:  public


[ Top ]
setLocale  [line 98]

  void setLocale( $locale  )

Parameters:
   $locale: 

API Tags:
Access:  public


[ Top ]
setMenuItem  [line 78]

  void setMenuItem( $menuItem  )

Parameters:
   $menuItem: 

API Tags:
Access:  public


[ Top ]
setViewOutput  [line 151]

  void setViewOutput( $layout, $view, $output  )

Sets the view output for a layout and view

Parameters:
   $layout: 
   $view: 
   $output: 

API Tags:
Access:  public


[ Top ]
setViewState  [line 123]

  void setViewState( $layout, $view, $node, $module, $controller, $action, $parameter  )

Sets the view state action for a layout and view

Parameters:
   $layout: 
   $view: 
   $node: 
   $module: 
   $controller: 
   $action: 
   $parameter: 

API Tags:
Access:  public


[ Top ]
setXmlRequest  [line 108]

  void setXmlRequest( $xmlRequest  )

Parameters:
   $xmlRequest: 

API Tags:
Access:  public


[ Top ]
triggerCustomOperation  [line 266]

  void triggerCustomOperation( $moduleId, $type, [ $data = array()]  )

Parameters:
   $moduleId: 
   $type: 
   $data: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Sat, 13 Sep 2008 01:41:00 -0400 by phpDocumentor 1.4.0