Class Turba_View_List
The Turba_View_List:: class provides an interface for objects that visualize Turba_List objects.
Copyright 2000-2012 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (ASL). If you did did not receive this file, see http://www.horde.org/licenses/apache.
- Turba_View_List implements Countable
Package: Turba
Category: Horde
License: ASL
Author: Chuck Hagenbuch chuck@horde.org
Author: Jon Parise jon@csh.rit.edu
Located at View/List.php
Category: Horde
License: ASL
Author: Chuck Hagenbuch chuck@horde.org
Author: Jon Parise jon@csh.rit.edu
Located at View/List.php
public
|
#
__construct(
Constructs a new Turba_View_List object. |
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
|
|
public
string
|
|
public
string
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
public
integer
|
public
|
$list
The Turba_List object that we are visualizing. |
|
public
boolean
|
$showMark
Show/hide "mark" column in the display. |
#
false
|
public
boolean
|
$showEdit
Show/hide "edit" column in the display. |
#
false
|
public
boolean
|
$showVcard
Show/hide "vcard" column in the display. |
#
false
|
public
boolean
|
$showGroup
Show/hide "group" column in the display. |
#
false
|
public
boolean
|
$showSort
Show/hide "sort" column in the display. |
#
false
|
public
string
|
$type
Type of list. |
|
public
Horde_Core_Ui_VarRenderer_Html
|
$renderer
The HTML renderer. |
|
public
Horde_Variables
|
$vars
A Horde_Variables object. |
|
public
array
|
$variables
A list of Horde_Form_Variable objects. |
#
array()
|
public
Horde_Form
|
$form
A dummy form object. |
#
null
|
public
array
|
$columns
Which columns to render |