Structures_DataGrid_Renderer_XUL
[ class tree: Structures_DataGrid_Renderer_XUL ] [ index: Structures_DataGrid_Renderer_XUL ] [ all elements ]

Class: Structures_DataGrid_Renderer_XUL

Source Location: /Structures_DataGrid_Renderer_XUL-0.1.3/DataGrid/Renderer/XUL.php

Class Overview

Structures_DataGrid_Renderer
   |
   --Structures_DataGrid_Renderer_XUL

XUL Rendering Driver


Author(s):

Version:

  • $Revision: 1.40 $

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 86]
XUL Rendering Driver

SUPPORTED OPTIONS:

  • selfPath: (string) The complete path for sorting links (default: $_SERVER['PHP_SELF'])
  • columnAttributes: (-) IGNORED
SUPPORTED OPERATION MODES:

  • Container Support: no
  • Output Buffering: yes
  • Direct Rendering: no
  • Streaming: no
  • Object Preserving: no
GENERAL NOTES:

This renderer class will render a XUL listbox. For additional information on the XUL Listbox, refer to this url: http://www.xulplanet.com/references/elemref/ref_listbox.html

You have to setup your XUL document, just as you would with an HTML document. This driver will only generated the <listbox> element and content.



[ Top ]


Class Variables

$_xul =  ''

[line 93]

The generated XUL data
  • Access: protected

Type:   string


[ Top ]



Method Detail

Structures_DataGrid_Renderer_XUL (Constructor)   [line 102]

Structures_DataGrid_Renderer_XUL Structures_DataGrid_Renderer_XUL( )

Constructor

Initialize default options

  • Access: public

[ Top ]

buildBody   [line 193]

void buildBody( )

Handles building the body of the table
  • Access: protected

[ Top ]

buildHeader   [line 133]

void buildHeader( )

Build the <listhead> grid header
  • Access: protected

[ Top ]

finalize   [line 217]

void finalize( )

Close the XUL listbox
  • Access: protected

[ Top ]

flatten   [line 239]

mixed flatten( )

Retrieve output from the container object
  • Return: Output
  • Access: protected

[ Top ]

init   [line 122]

void init( )

Initialize the XUL listbox
  • Access: protected

[ Top ]

toXUL   [line 228]

string toXUL( )

Returns the XUL for the DataGrid
  • Return: The XUL of the DataGrid
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:13:18 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.