PhpExt : Grid [ class tree ] [ index ] [ all elements ]

Class: PhpExt_Grid_GridView

Source Location: /PhpExt/Grid/GridView.php

Class PhpExt_Grid_GridView

Class Overview

This class encapsulates the user interface of an PhpExt_Grid_GridPanel. Methods of this class may be used to access user interface elements to enable special display effects. Do not change the DOM structure of the user interface.

This class does not provide ways to manipulate the underlying data. The data model of a Grid is held in an PhpExt_Data_Store.

Located in /PhpExt/Grid/GridView.php [line 28]

PhpExt_Object
   |
   --PhpExt_Observable
      |
      --PhpExt_Grid_GridView

Methods

[ Top ]
Descendants
Child Class Description
PhpExt_Grid_GroupingView Adds the ability for single level grouping to the grid.

[ Top ]
Method Summary
PhpExt_Grid_GridView   __construct()  
boolean   getAutoFill()   True to auto expand the columns to fit the grid when the grid is created.
string   getEmptyText()   Default text to display in the grid body when no rows are available (defaults to '').
boolean   getEnableRowBody()   True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the getRowClass method's rowParams config to customize the row body.
boolean   getForceFit()   True to auto expand/contract the size of the columns to fit the grid width and prevent horizontal scrolling.
PhpExt_Grid_GridView   setAutoFill()   True to auto expand the columns to fit the grid when the grid is created.
PhpExt_Grid_GridView   setEmptyText()   Default text to display in the grid body when no rows are available (defaults to '').
PhpExt_Grid_GridView   setEnableRowBody()   True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the getRowClass method's rowParams config to customize the row body.
PhpExt_Grid_GridView   setForceFit()   True to auto expand/contract the size of the columns to fit the grid width and prevent horizontal scrolling.

[ Top ]
Methods
Constructor __construct  [line 102]

  PhpExt_Grid_GridView __construct( )


API Tags:
Access:  public


Redefinition of:
PhpExt_Observable::__construct()

Redefined in descendants as:

[ Top ]
getAutoFill  [line 44]

  boolean getAutoFill( )

True to auto expand the columns to fit the grid when the grid is created.


API Tags:
Access:  public


[ Top ]
getEmptyText  [line 62]

  string getEmptyText( )

Default text to display in the grid body when no rows are available (defaults to '').


API Tags:
Access:  public


[ Top ]
getEnableRowBody  [line 80]

  boolean getEnableRowBody( )

True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the getRowClass method's rowParams config to customize the row body.


API Tags:
Access:  public


[ Top ]
getForceFit  [line 98]

  boolean getForceFit( )

True to auto expand/contract the size of the columns to fit the grid width and prevent horizontal scrolling.


API Tags:
Access:  public


[ Top ]
setAutoFill  [line 36]

  PhpExt_Grid_GridView setAutoFill( boolean $value  )

True to auto expand the columns to fit the grid when the grid is created.

Parameters:
boolean   $value: 

API Tags:
Access:  public


[ Top ]
setEmptyText  [line 54]

  PhpExt_Grid_GridView setEmptyText( string $value  )

Default text to display in the grid body when no rows are available (defaults to '').

Parameters:
string   $value: 

API Tags:
Access:  public


[ Top ]
setEnableRowBody  [line 72]

  PhpExt_Grid_GridView setEnableRowBody( boolean $value  )

True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the getRowClass method's rowParams config to customize the row body.

Parameters:
boolean   $value: 

API Tags:
Access:  public


[ Top ]
setForceFit  [line 90]

  PhpExt_Grid_GridView setForceFit( boolean $value  )

True to auto expand/contract the size of the columns to fit the grid width and prevent horizontal scrolling.

Parameters:
boolean   $value: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:54:46 -0500 by phpDocumentor 1.4.0