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

Class: TabbedPage

Source Location: /PEAR_PackageFileManager_Frontend_Web-0.6.0/Frontend/Web/pages.php

Class Overview

HTML_QuickForm_Page
   |
   --TabbedPage

Common wizard presentation.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005-2006 Laurent Laville

Methods


Child classes:

RolesPage
Creates the page for gathering information about roles.
ErrorsPage
Creates the page for displaying errors/warnings on trying to generate new package.
MaintainersPage
Creates the page for gathering information about developers.
ExceptionsPage
Creates the page to specify file role for specific files.
PreviewPage
Creates the page to display a xml code preview of your package.
DependenciesPage
Creates the page to add dependency on another package or php extension.
PackagePage
Creates the page for displaying main options that relate to the entire package, regardless of the release.
ReplacementsPage
Creates the page to add simple or global replacements.
ReleasePage
Creates the page for displaying the package new release options.

Inherited Variables

Inherited Methods


Class Details

[line 27]
Common wizard presentation.

Creates all tabs and buttons as common layout for the frontend.



[ Top ]


Method Detail

applyDefaults   [line 130]

void applyDefaults( )

Abstract implementation of the method that set default values for a page of the Wizard.
  • Since: 0.1.0

Overridden in child classes as:

RolesPage::applyDefaults()
Sets the default values for the roles page
MaintainersPage::applyDefaults()
Sets the default values for the maintainers page
ExceptionsPage::applyDefaults()
Sets the default values for the exceptions page
DependenciesPage::applyDefaults()
Sets the default values for the dependencies page
ReplacementsPage::applyDefaults()
Sets the default values for the replacements page

[ Top ]

buildButtons   [line 69]

void buildButtons( [ $disable = null], [ $commands = null])

Builds command buttons of the Wizard.
  • Since: 0.1.0
  • Access: public

Parameters:

   $disable   — 
   $commands   — 

[ Top ]

buildTabs   [line 36]

void buildTabs( )

Builds tabs of the Wizard.
  • Since: 0.1.0
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:43:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.