Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

Abstract Class JPane

Description

JPane abstract class

Located in /joomla/html/pane.php (line 27)

Class JObject   (Subpackage Base)

Abstract class JPane   (Subpackage HTML)
Direct descendents
Class Description
ClassJPaneTabs JPanelTabs class to to draw parameter panes
ClassJPaneSliders JPanelSliders class to to draw parameter panes
Variable Summary
Variable mixed $useCookies
Method Summary
Constructor JPane __construct ([array $params = array()])
Abstract method void endPane ()
Abstract method void endPanel ()
Method void &getInstance ([string $behavior = 'Tabs'], [array $params = array()], boolean $useCookies)
Abstract method void startPane (string $id)
Abstract method void startPanel (text $text, id $id)
Abstract method void _loadBehavior ()
Variables
mixed $useCookies = false (line 30)
Methods
Constructor __construct (line 37)

Constructor

JPane __construct ([array $params = array()])
  • array $params: Associative array of values

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.

Redefined in descendants as:
endPane (line 71)

Ends the pane

  • abstract:
void endPane ()

Redefined in descendants as:
endPanel (line 91)

Ends a panel

  • abstract:
void endPanel ()

Redefined in descendants as:
getInstance (line 48)

Returns a reference to a JPanel object

void &getInstance ([string $behavior = 'Tabs'], [array $params = array()], boolean $useCookies)
  • string $behavior: The behavior to use
  • boolean $useCookies: Use cookies to remember the state of the panel
  • array $params: Associative array of values
startPane (line 62)

Creates a pane and creates the javascript object for it

  • abstract:
void startPane (string $id)
  • string $id: The pane identifier

Redefined in descendants as:
startPanel (line 82)

Creates a panel with title text and starts that panel

  • abstract:
void startPanel (text $text, id $id)
  • text $text: - The panel name and/or title
  • id $id: - The panel identifer

Redefined in descendants as:
_loadBehavior (line 100)

Load the javascript behavior and attach it to the document

  • abstract:
void _loadBehavior ()

Redefined in descendants as:

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 21:13:00 +0000 by phpDocumentor 1.3.1