/widgets/data_list/DataList.inc

Description

This is the base class for managing a list of data points.

$Id: DataList.inc 3130 2008-08-12 14:07:41Z mpwalsh8 $

Classes
Class Description
DataList This object is the base class that can be
Constants
NOT_SEARCHABLE = FALSE (line 26)
NOT_SORTABLE = 0 (line 18)

Some global defines used

PHPHTMLLIB_WIDGET_IMAGEPATH = PHPHTMLLIB_RELPATH.'/images/widgets' (line 13)
SEARCHABLE = TRUE (line 25)
SEARCH_ALL = 15 (line 34)
SEARCH_BEGINS_WITH = 1 (line 30)
SEARCH_CONTAINS = 2 (line 31)
SEARCH_ENDS_WITH = 8 (line 33)
SEARCH_EXACT = 4 (line 32)
SORTABLE = 1 (line 19)
SORTABLE_ICASE = 2 (line 21)
SORTABLE_NUMERIC = 3 (line 23)

Documentation generated on Fri, 28 Jan 2011 08:52:51 -0500 by phpDocumentor 1.4.3