Public Member Functions

Koo::Screen::Action::ActionFactory Class Reference

The ActionFactory class is a factory that creates Action objects to execute actions on the server. More...

List of all members.

Public Member Functions

def create
 Creates a list of Action objects given a parent, model and definition.

Detailed Description

The ActionFactory class is a factory that creates Action objects to execute actions on the server.

Typically those shown in the toolbar and menus for an specific model

Definition at line 117 of file Action.py.


Member Function Documentation

def Koo::Screen::Action::ActionFactory::create (   parent,
  definition,
  model 
)

Creates a list of Action objects given a parent, model and definition.

The 'definition' parameter is the 'toolbar' parameter returned by server function fields_view_get.

Definition at line 123 of file Action.py.


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