Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
a
- accept
- in file uploader.php, method HTML_Progress_Uploader::accept()
Accepts a renderer
- accept
- in file monitor.php, method HTML_Progress_Monitor::accept()
Accepts a renderer
- ActionDisplay
- in file SmartyDynamic.php, class ActionDisplay
- ActionDisplay
- in file default.php, class ActionDisplay
The ActionDisplay class provides the default form rendering.
- ActionPreview
- in file preview.php, class ActionPreview
The ActionPreview class provides a live demonstration of the progress bar built by HTML_Progress_Generator.
- ActionProcess
- in file ProgressMaker.php, class ActionProcess
- ActionProcess
- in file process.php, class ActionProcess
The ActionProcess class provides final step of ProgressBar creation.
- addListener
- in file Progress.php, method HTML_Progress::addListener()
Adds a HTML_Progress_Observer instance to the list of observers that are listening for messages emitted by this HTML_Progress instance.
- apiVersion
- in file Progress.php, method HTML_Progress::apiVersion()
Returns the current API version
- attachProgress
- in file monitor_complex.php, method ProgressMonitor::attachProgress()
- ancestor.php
- procedural page ancestor.php
top
b
- $buttonCancel
- in file monitor.php, variable HTML_Progress_Monitor::$buttonCancel
Attributes of monitor form.
- $buttonCancel
- in file uploader.php, variable HTML_Progress_Uploader::$buttonCancel
Attributes of upload form.
- $buttonStart
- in file monitor.php, variable HTML_Progress_Monitor::$buttonStart
Attributes of monitor form.
- $buttonStart
- in file uploader.php, variable HTML_Progress_Uploader::$buttonStart
Attributes of upload form.
- Bar1Observer
- in file observer_complex.php, class Bar1Observer
The HTML_Progress_Observer implements the observer pattern for watching progress bar activity and taking actions on exceptional events.
- Bar1Observer
- in file observer_complex.php, method Bar1Observer::Bar1Observer()
- buildForm
- in file ProgressMaker.php, method Property4::buildForm()
- buildForm
- in file ProgressMaker.php, method Ready::buildForm()
- buildForm
- in file ProgressMaker.php, method Property2::buildForm()
- buildForm
- in file ProgressMaker.php, method Property3::buildForm()
- buildForm
- in file ProgressMaker.php, method Property1::buildForm()
- bgimages.php
- procedural page bgimages.php
- bluesand.php
- procedural page bluesand.php
- bluesandplus.php
- procedural page bluesandplus.php
- bullit.php
- procedural page bullit.php
top
top
top
top
top
g
- getAnimSpeed
- in file Progress.php, method HTML_Progress::getAnimSpeed()
Returns delay execution of the progress bar
- getBorderAttributes
- in file UI.php, method HTML_Progress_UI::getBorderAttributes()
Returns the progress bar's border attributes. Assoc array (defaut) or string.
- getCellAttributes
- in file UI.php, method HTML_Progress_UI::getCellAttributes()
Returns the common and private cell attributes. Assoc array (defaut) or string
- getCellCoordinates
- in file UI.php, method HTML_Progress_UI::getCellCoordinates()
Returns the coordinates of each cell for a polygonal progress shape.
- getCellCount
- in file UI.php, method HTML_Progress_UI::getCellCount()
Returns the number of cell in the progress bar. The default value is 10.
- getDM
- in file Progress.php, method HTML_Progress::getDM()
Returns the data model used by this progress bar.
- getFillWay
- in file UI.php, method HTML_Progress_UI::getFillWay()
Returns 'natural' or 'reverse', depending of the fill way of progress bar.
- getIdent
- in file Progress.php, method HTML_Progress::getIdent()
Returns the current identification string.
- getIncrement
- in file DM.php, method HTML_Progress_DM::getIncrement()
Returns the progress bar's increment value. The default value is +1.
- getIncrement
- in file Progress.php, method HTML_Progress::getIncrement()
Returns the progress bar's increment value stored in the progress bar's data model.
- getListeners
- in file Progress.php, method HTML_Progress::getListeners()
Returns an array of all the listeners added to this progress bar.
- getMaximum
- in file Progress.php, method HTML_Progress::getMaximum()
Returns the progress bar's maximum value stored in the progress bar's data model.
- getMaximum
- in file DM.php, method HTML_Progress_DM::getMaximum()
Returns the progress bar's maximum value. The default value is 100.
- getMinimum
- in file DM.php, method HTML_Progress_DM::getMinimum()
Returns the progress bar's minimum value. The default value is 0.
- getMinimum
- in file Progress.php, method HTML_Progress::getMinimum()
Returns the progress bar's minimum value stored in the progress bar's data model.
- getOrientation
- in file UI.php, method HTML_Progress_UI::getOrientation()
Returns HTML_PROGRESS_BAR_HORIZONTAL or HTML_PROGRESS_BAR_VERTICAL, depending on the orientation of the progress bar.
- getPercentComplete
- in file DM.php, method HTML_Progress_DM::getPercentComplete()
Returns the percent complete for the progress bar. Note that this number is between 0.00 and 1.00.
- getPercentComplete
- in file Progress.php, method HTML_Progress::getPercentComplete()
Returns the percent complete for the progress bar. Note that this number is between 0.00 and 1.00.
- getProgressAttributes
- in file UI.php, method HTML_Progress_UI::getProgressAttributes()
Returns the progress attributes. Assoc array (defaut) or string.
- getProgressElement
- in file monitor.php, method HTML_Progress_Monitor::getProgressElement()
Returns a reference to the progress bar object used with the monitor.
- getScript
- in file monitor.php, method HTML_Progress_Monitor::getScript()
Returns progress javascript.
- getScript
- in file UI.php, method HTML_Progress_UI::getScript()
Get the javascript code to manage progress bar.
- getScript
- in file Progress.php, method HTML_Progress::getScript()
Get the javascript code to manage progress bar.
- getScript
- in file uploader.php, method HTML_Progress_Uploader::getScript()
Returns progress javascript.
- getString
- in file Progress.php, method HTML_Progress::getString()
Returns the current value of the progress string.
- getStringAttributes
- in file UI.php, method HTML_Progress_UI::getStringAttributes()
Returns the string attributes. Assoc array (defaut) or string.
- getStyle
- in file uploader.php, method HTML_Progress_Uploader::getStyle()
Returns progress styles (StyleSheet).
- getStyle
- in file UI.php, method HTML_Progress_UI::getStyle()
Get the cascading style sheet to put inline on HTML document
- getStyle
- in file Progress.php, method HTML_Progress::getStyle()
Get the cascading style sheet to put inline on HTML document
- getStyle
- in file monitor.php, method HTML_Progress_Monitor::getStyle()
Returns progress styles (StyleSheet).
- getUI
- in file Progress.php, method HTML_Progress::getUI()
Returns the look-and-feel object that renders the progress bar.
- getValue
- in file Progress.php, method HTML_Progress::getValue()
Returns the progress bar's current value, which is stored in the progress bar's data model. The value is always between the minimum and maximum values, inclusive.
- getValue
- in file DM.php, method HTML_Progress_DM::getValue()
Returns the progress bar's current value. The value is always between the minimum and maximum values, inclusive.
- generator_custom.php
- procedural page generator_custom.php
- generator_default.php
- procedural page generator_default.php
- generator_embedded.php
- procedural page generator_embedded.php
- generator_htmlpage.php
- procedural page generator_htmlpage.php
- generator_itdynamic.php
- procedural page generator_itdynamic.php
- generator_smartydynamic.php
- procedural page generator_smartydynamic.php
- generator.php
- procedural page generator.php
top
h
- HTML_Progress
- in file Progress.php, class HTML_Progress
- HTML_Progress
- in file Progress.php, method HTML_Progress::HTML_Progress()
Constructor Summary
- horizontal_nostring.php
- procedural page horizontal_nostring.php
- horizontal_string.php
- procedural page horizontal_string.php
- HTMLPage.php
- procedural page HTMLPage.php
- HTML_PROGRESS_BAR_HORIZONTAL
- in file Progress.php, constant HTML_PROGRESS_BAR_HORIZONTAL
Progress Bar shape types
- HTML_PROGRESS_BAR_VERTICAL
- in file Progress.php, constant HTML_PROGRESS_BAR_VERTICAL
Progress Bar shape types
- HTML_PROGRESS_CIRCLE
- in file Progress.php, constant HTML_PROGRESS_CIRCLE
Progress Bar shape types
- HTML_PROGRESS_DEPRECATED
- in file Progress.php, constant HTML_PROGRESS_DEPRECATED
Basic error code that indicate a deprecated method that may be removed at any time from a future version
- HTML_Progress_DM
- in file DM.php, class HTML_Progress_DM
The HTML_Progress_DM class handles any mathematical issues arising from assigning faulty values.
- HTML_Progress_DM
- in file DM.php, method HTML_Progress_DM::HTML_Progress_DM()
The data model class constructor
- HTML_PROGRESS_ERROR_INVALID_CALLBACK
- in file Progress.php, constant HTML_PROGRESS_ERROR_INVALID_CALLBACK
Basic error code that indicate a wrong callback definition.
- HTML_PROGRESS_ERROR_INVALID_INPUT
- in file Progress.php, constant HTML_PROGRESS_ERROR_INVALID_INPUT
Basic error code that indicate a wrong input
- HTML_Progress_Generator
- in file generator.php, method HTML_Progress_Generator::HTML_Progress_Generator()
Constructor Summary
- HTML_Progress_Generator
- in file generator.php, class HTML_Progress_Generator
- HTML_Progress_Model
- in file model.php, method HTML_Progress_Model::HTML_Progress_Model()
The progress bar's UI extended model class constructor
- HTML_Progress_Model
- in file model.php, class HTML_Progress_Model
- HTML_Progress_Monitor
- in file monitor.php, class HTML_Progress_Monitor
- HTML_Progress_Monitor
- in file monitor.php, method HTML_Progress_Monitor::HTML_Progress_Monitor()
Constructor Summary
- HTML_Progress_Observer
- in file observer.php, method HTML_Progress_Observer::HTML_Progress_Observer()
Creates a new basic HTML_Progress_Observer instance.
- HTML_Progress_Observer
- in file observer.php, class HTML_Progress_Observer
The HTML_Progress_Observer implements the observer pattern for watching progress bar activity and taking actions on exceptional events.
- HTML_PROGRESS_POLYGONAL
- in file Progress.php, constant HTML_PROGRESS_POLYGONAL
Progress Bar shape types
- HTML_Progress_UI
- in file UI.php, method HTML_Progress_UI::HTML_Progress_UI()
The progress bar's UI model class constructor
- HTML_Progress_UI
- in file UI.php, class HTML_Progress_UI
- HTML_Progress_Uploader
- in file uploader.php, method HTML_Progress_Uploader::HTML_Progress_Uploader()
The progress uploader class constructor
- HTML_Progress_Uploader
- in file uploader.php, class HTML_Progress_Uploader
top
i
- indeterminate.php
- procedural page indeterminate.php
- ITDynamic.php
- procedural page ITDynamic.php
- incValue
- in file DM.php, method HTML_Progress_DM::incValue()
Updates the progress bar's current value by adding increment value.
- incValue
- in file Progress.php, method HTML_Progress::incValue()
Updates the progress bar's current value by adding increment value.
- isBorderPainted
- in file Progress.php, method HTML_Progress::isBorderPainted()
Determines whether the progress bar border is painted or not.
- isCanceled
- in file uploader.php, method HTML_Progress_Uploader::isCanceled()
Returns TRUE if progress was canceled by user, FALSE otherwise.
- isCanceled
- in file monitor.php, method HTML_Progress_Monitor::isCanceled()
Returns TRUE if progress was canceled by user, FALSE otherwise.
- isIndeterminate
- in file Progress.php, method HTML_Progress::isIndeterminate()
Returns mode of the progress bar (determinate or not).
- isStarted
- in file monitor.php, method HTML_Progress_Monitor::isStarted()
Returns TRUE if progress was started by user, FALSE otherwise.
- isStarted
- in file uploader.php, method HTML_Progress_Uploader::isStarted()
Returns TRUE if progress was started by user, FALSE otherwise.
- isStringPainted
- in file Progress.php, method HTML_Progress::isStringPainted()
Determines whether the progress bar string is painted or not.
top
top
top
m
- monitor_complex.php
- procedural page monitor_complex.php
- monitor_default1.php
- procedural page monitor_default1.php
- monitor_default2.php
- procedural page monitor_default2.php
- monitor_function_callback.php
- procedural page monitor_function_callback.php
- monitor_htmlpage.php
- procedural page monitor_htmlpage.php
- monitor_itdynamic.php
- procedural page monitor_itdynamic.php
- monitor_method_callback.php
- procedural page monitor_method_callback.php
- monitor_simple.php
- procedural page monitor_simple.php
- multiple_vertical.php
- procedural page multiple_vertical.php
- model.php
- procedural page model.php
- monitor.php
- procedural page monitor.php
- moveTo
- in file uploader.php, method HTML_Progress_Uploader::moveTo()
Uploads the files asynchronously, so the class can perform other operations while files are being uploaded, such : display a progress bar in indeterminate mode.
- my1Method
- in file progressHandler.php, method my2ClassHandler::my1Method()
- my2ClassHandler
- in file progressHandler.php, class my2ClassHandler
- myClassHandler
- in file progressHandler.php, class myClassHandler
- MyDisplayHandler
- in file generator_embedded.php, class MyDisplayHandler
- myFunctionHandler
- in file progressHandler.php, function myFunctionHandler()
- myMethodHandler
- in file progressHandler.php, method myClassHandler::myMethodHandler()
- MyObserver
- in file observer_simple.php, class MyObserver
The HTML_Progress_Observer implements the observer pattern for watching progress bar activity and taking actions on exceptional events.
- MyObserver
- in file observer_simple.php, method MyObserver::MyObserver()
- myProcess
- in file uploader1.php, function myProcess()
- MyProcessHandler
- in file generator_embedded.php, class MyProcessHandler
- myProgressHandler
- in file indeterminate.php, function myProgressHandler()
top
n
- notify
- in file observer_simple.php, method MyObserver::notify()
- notify
- in file observer_complex.php, method Bar1Observer::notify()
- notify
- in file observer.php, method HTML_Progress_Observer::notify()
This is a stub method to make sure that HTML_Progress_Observer classes do something when they are notified of a message. The default behavior is to just write into a file 'progress_observer.log' in current directory.
- notify
- in file monitor.php, method HTML_Progress_Monitor::notify()
Listens all progress events from this monitor.
top
top
p
- progressHandler.php
- procedural page progressHandler.php
- ProgressMaker.php
- procedural page ProgressMaker.php
- progressModels.php
- procedural page progressModels.php
- pages.php
- procedural page pages.php
- preview.php
- procedural page preview.php
- process.php
- procedural page process.php
- Progress.php
- procedural page Progress.php
- perform
- in file generator_embedded.php, method MyProcessHandler::perform()
- perform
- in file ProgressMaker.php, method ActionProcess::perform()
- perform
- in file preview.php, method ActionPreview::perform()
- perform
- in file process.php, method ActionProcess::perform()
- ProgressMonitor
- in file monitor_complex.php, method ProgressMonitor::ProgressMonitor()
- ProgressMonitor
- in file monitor_complex.php, class ProgressMonitor
- Progress_Default2
- in file progressModels.php, method Progress_Default2::Progress_Default2()
- Progress_Default2
- in file progressModels.php, class Progress_Default2
Progress Bar layout.
- Progress_ITDynamic
- in file progressModels.php, method Progress_ITDynamic::Progress_ITDynamic()
- Progress_ITDynamic
- in file progressModels.php, class Progress_ITDynamic
- Progress_ITDynamic2
- in file progressModels.php, method Progress_ITDynamic2::Progress_ITDynamic2()
- Progress_ITDynamic2
- in file progressModels.php, class Progress_ITDynamic2
- Property1
- in file ProgressMaker.php, class Property1
Progress main properties
- Property2
- in file ProgressMaker.php, class Property2
Cell properties
- Property3
- in file ProgressMaker.php, class Property3
Progress border properties
- Property4
- in file ProgressMaker.php, class Property4
String properties
top
top
s
- smallest.php
- procedural page smallest.php
- square.php
- procedural page square.php
- squareback.php
- procedural page squareback.php
- SmartyDynamic.php
- procedural page SmartyDynamic.php
- setAnimSpeed
- in file Progress.php, method HTML_Progress::setAnimSpeed()
Set the delays progress bar execution for the given number of miliseconds.
- setAnimSpeed
- in file monitor.php, method HTML_Progress_Monitor::setAnimSpeed()
Set the sleep delay in milisecond before each progress cells display.
- setBorderAttributes
- in file UI.php, method HTML_Progress_UI::setBorderAttributes()
Sets the progress bar's border attributes.
- setBorderPainted
- in file Progress.php, method HTML_Progress::setBorderPainted()
Sets the value of $_paintBorder property, which determines whether the progress bar should paint its border. The default is false.
- setCaption
- in file monitor.php, method HTML_Progress_Monitor::setCaption()
Display a caption on action in progress.
- setCellAttributes
- in file UI.php, method HTML_Progress_UI::setCellAttributes()
Sets the cell attributes for an existing cell.
- setCellCoordinates
- in file UI.php, method HTML_Progress_UI::setCellCoordinates()
Set the coordinates of each cell for a polygonal progress shape.
- setCellCount
- in file UI.php, method HTML_Progress_UI::setCellCount()
Sets the number of cell in the progress bar
- setDM
- in file Progress.php, method HTML_Progress::setDM()
Sets the data model used by this progress bar.
- setFiles
- in file uploader.php, method HTML_Progress_Uploader::setFiles()
Set a list of files to upload on the ftp server.
- setFillWay
- in file UI.php, method HTML_Progress_UI::setFillWay()
Sets the progress bar's fill way, which must be 'natural' or 'reverse'.
- setIdent
- in file Progress.php, method HTML_Progress::setIdent()
Sets this Progress instance's identification string.
- setIncrement
- in file Progress.php, method HTML_Progress::setIncrement()
Sets the progress bar's increment value stored in the progress bar's data model.
- setIncrement
- in file DM.php, method HTML_Progress_DM::setIncrement()
Sets the progress bar's increment value.
- setIndeterminate
- in file Progress.php, method HTML_Progress::setIndeterminate()
Sets the $_indeterminate property of the progress bar, which determines whether the progress bar is in determinate or indeterminate mode.
- setMaximum
- in file DM.php, method HTML_Progress_DM::setMaximum()
Sets the progress bar's maximum value.
- setMaximum
- in file Progress.php, method HTML_Progress::setMaximum()
Sets the progress bar's maximum value stored in the progress bar's data model.
- setMinimum
- in file Progress.php, method HTML_Progress::setMinimum()
Sets the progress bar's minimum value stored in the progress bar's data model.
- setMinimum
- in file DM.php, method HTML_Progress_DM::setMinimum()
Sets the progress bar's minimum value.
- setModel
- in file Progress.php, method HTML_Progress::setModel()
Sets the look-and-feel model that renders the progress bar.
- setOrientation
- in file UI.php, method HTML_Progress_UI::setOrientation()
Sets the progress bar's orientation, which must be HTML_PROGRESS_BAR_HORIZONTAL or HTML_PROGRESS_BAR_VERTICAL.
- setProgressAttributes
- in file UI.php, method HTML_Progress_UI::setProgressAttributes()
Sets the common progress bar attributes.
- setProgressElement
- in file monitor.php, method HTML_Progress_Monitor::setProgressElement()
Attach a progress bar to this monitor.
- setProgressElement
- in file uploader.php, method HTML_Progress_Uploader::setProgressElement()
Attach a progress bar to this uploader.
- setProgressHandler
- in file monitor.php, method HTML_Progress_Monitor::setProgressHandler()
Sets a user-defined progress handler function.
- setScript
- in file UI.php, method HTML_Progress_UI::setScript()
Set the external JavaScript code (file) to manage progress element.
- setString
- in file Progress.php, method HTML_Progress::setString()
Sets the current value of the progress string. By default, this string is null. If you have provided a custom progress string and want to revert to the built-in-behavior, set the string back to null.
- setStringAttributes
- in file UI.php, method HTML_Progress_UI::setStringAttributes()
Sets the string attributes.
- setStringPainted
- in file Progress.php, method HTML_Progress::setStringPainted()
Sets the value of $_paintString property, which determines whether the progress bar should render a progress string. The default is false.
- setUI
- in file Progress.php, method HTML_Progress::setUI()
Sets the look-and-feel object that renders the progress bar.
- setValidExtensions
- in file uploader.php, method HTML_Progress_Uploader::setValidExtensions()
Restricts the valid extensions on file uploads.
- setValue
- in file DM.php, method HTML_Progress_DM::setValue()
Sets the progress bar's current value.
- setValue
- in file Progress.php, method HTML_Progress::setValue()
Sets the progress bar's current value stored in the progress bar's data model.
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 10:15:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|