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

Element index for package HTML_Progress

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ]

a

ancestor.php
procedural page ancestor.php
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 process.php, class ActionProcess
    The ActionProcess class provides final step of ProgressBar creation.
top

b

bgimages.php
procedural page bgimages.php
bluesand.php
procedural page bluesand.php
bluesandplus.php
procedural page bluesandplus.php
bullit.php
procedural page bullit.php
Bar1Observer
in file observer_complex.php, method Bar1Observer::Bar1Observer()
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.
top

c

circleback.php
procedural page circleback.php
circleplain.php
procedural page circleplain.php
constructor_basic.php
procedural page constructor_basic.php
constructor_horizontal_limit.php
procedural page constructor_horizontal_limit.php
constructor_model.php
procedural page constructor_model.php
constructor_vertical.php
procedural page constructor_vertical.php
constructor_vertical_limit.php
procedural page constructor_vertical_limit.php
top

d

display_errors.php
procedural page display_errors.php
DM.php
procedural page DM.php
default.php
procedural page default.php
top

e

ellipse.php
procedural page ellipse.php
exportOutput
in file process.php, method ActionProcess::exportOutput()
top

f

form_output.php
procedural page form_output.php
top

g

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
getIncrement
in file DM.php, method HTML_Progress_DM::getIncrement()
    Returns the progress bar's increment value. The default value is +1.
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.
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.
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.php
procedural page generator.php
top

h

horizontal_nostring.php
procedural page horizontal_nostring.php
horizontal_string.php
procedural page horizontal_string.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_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_POLYGONAL
in file Progress.php, constant HTML_PROGRESS_POLYGONAL
    Progress Bar shape types
HTML_Progress_DM
in file DM.php, method HTML_Progress_DM::HTML_Progress_DM()
    The data model class constructor
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_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.
HTMLPage.php
procedural page HTMLPage.php
top

i

indeterminate.php
procedural page indeterminate.php
incValue
in file DM.php, method HTML_Progress_DM::incValue()
    Updates the progress bar's current value by adding increment value.
ITDynamic.php
procedural page ITDynamic.php
top

j

javadanse.php
procedural page javadanse.php
top

l

log_errors.php
procedural page log_errors.php
logger
in file progressHandler.php, function logger()
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
myFunctionHandler
in file progressHandler.php, function myFunctionHandler()
myProcess
in file uploader1.php, function myProcess()
myProgressHandler
in file indeterminate.php, function myProgressHandler()
MyObserver
in file observer_simple.php, method MyObserver::MyObserver()
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.
monitor.php
procedural page monitor.php
model.php
procedural page model.php
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.
top

o

observer_complex.php
procedural page observer_complex.php
observer_simple.php
procedural page observer_simple.php
observer_standard.php
procedural page observer_standard.php
observer.php
procedural page observer.php
top

p

progressHandler.php
procedural page progressHandler.php
ProgressMaker.php
procedural page ProgressMaker.php
progressModels.php
procedural page progressModels.php
Progress.php
procedural page Progress.php
Progress_Default2
in file progressModels.php, method Progress_Default2::Progress_Default2()
Progress_Default2
in file progressModels.php, class Progress_Default2
    Progress Bar layout.
pages.php
procedural page pages.php
preview.php
procedural page preview.php
process.php
procedural page process.php
perform
in file process.php, method ActionProcess::perform()
perform
in file preview.php, method ActionPreview::perform()
top

r

rectangle.php
procedural page rectangle.php
rectangleback.php
procedural page rectangleback.php
redsandback.php
procedural page redsandback.php
top

s

smallest.php
procedural page smallest.php
square.php
procedural page square.php
squareback.php
procedural page squareback.php
setIncrement
in file DM.php, method HTML_Progress_DM::setIncrement()
    Sets the progress bar's increment value.
setMaximum
in file DM.php, method HTML_Progress_DM::setMaximum()
    Sets the progress bar's maximum value.
setMinimum
in file DM.php, method HTML_Progress_DM::setMinimum()
    Sets the progress bar's minimum value.
setValue
in file DM.php, method HTML_Progress_DM::setValue()
    Sets the progress bar's current value.
SmartyDynamic.php
procedural page SmartyDynamic.php
top

t

template_embedded.php
procedural page template_embedded.php
TimerProgress
in file constructor_model.php, method TimerProgress::TimerProgress()
TimerProgress
in file constructor_model.php, class TimerProgress
    The HTML_Progress_DM class handles any mathematical issues arising from assigning faulty values.
top

u

uploader1.php
procedural page uploader1.php
uploader2.php
procedural page uploader2.php
uploader_default1.php
procedural page uploader_default1.php
uploader_default2.php
procedural page uploader_default2.php
uploader_itdynamic1.php
procedural page uploader_itdynamic1.php
uploader_itdynamic2.php
procedural page uploader_itdynamic2.php
uploader.php
procedural page uploader.php
UI.php
procedural page UI.php
top

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