JPane
Description
JPane abstract class
Located in /joomla/html/pane.php (line 27)
JObject (Subpackage Base)
![]()
JPane (Subpackage HTML)
Direct descendents
| Class | Description |
|---|---|
JPaneTabs
|
JPanelTabs class to to draw parameter panes |
JPaneSliders
|
JPanelSliders class to to draw parameter panes |
Variable Summary
Method Summary
Variables
Methods
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:
- JPaneTabs::__construct() : Constructor
- JPaneSliders::__construct() : Constructor
Ends the pane
void
endPane
()
Redefined in descendants as:
- JPaneTabs::endPane() : Ends the pane
- JPaneSliders::endPane() : Ends the pane
Ends a panel
void
endPanel
()
Redefined in descendants as:
- JPaneTabs::endPanel() : Ends a tab page
- JPaneSliders::endPanel() : Ends a tab page
Returns a reference to a JPanel object
object
&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
Creates a pane and creates the javascript object for it
void
startPane
(string $id)
- string $id: The pane identifier
Redefined in descendants as:
- JPaneTabs::startPane() : Creates a pane and creates the javascript object for it
- JPaneSliders::startPane() : Creates a pane and creates the javascript object for it
Creates a panel with title text and starts that panel
void
startPanel
(string $text, string $id)
- string $text: The panel name and/or title
- string $id: The panel identifer
Redefined in descendants as:
- JPaneTabs::startPanel() : Creates a tab panel with title text and starts that panel
- JPaneSliders::startPanel() : Creates a tab panel with title text and starts that panel
Load the javascript behavior and attach it to the document
void
_loadBehavior
()
Redefined in descendants as:
- JPaneTabs::_loadBehavior() : Load the javascript behavior and attach it to the document
- JPaneSliders::_loadBehavior() : Load the javascript behavior and attach it to the document
Inherited Methods
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
Documentation generated on Tue, 29 Jan 2008 18:48:51 +0000 by phpDocumentor 1.3.1




JPane (Subpackage HTML)