com.sun.j2ee.blueprints.ui.progressbar
Class ProgressBarHandler

java.lang.Object
  extended bycom.sun.j2ee.blueprints.ui.progressbar.ProgressBarHandler

public class ProgressBarHandler
extends java.lang.Object


Constructor Summary
ProgressBarHandler()
           
 
Method Summary
 java.lang.String getClientId()
          Return the clientId.
 java.lang.String getFailedBinding()
          Return the binding expression that was used on the failed property of the progress bar.
 java.lang.String getPauseOperationBinding()
          Return the binding expression that was used on the pauseOperation property of the progress bar.
 java.lang.String getPercentageBinding()
          Return the binding expression that was used on the percentage property of the progress bar.
 java.lang.String getPercentageTextBinding()
          Return the binding expression that was used on the percentageText property of the progress bar.
 java.lang.String getResumeOperationBinding()
          Return the binding expression that was used on the resumeOperation property of the progress bar.
 java.lang.String getStartOperationBinding()
          Return the binding expression that was used on the startOperation property of the progress bar.
 java.lang.String getStopOperationBinding()
          Return the binding expression that was used on the stopOperation property of the progress bar.
 void setClientId(java.lang.String clientId)
          Set the clientId.
 void setFailedBinding(java.lang.String failedBinding)
          Set the binding expression that was used on the failed property of the progress bar.
 void setPauseOperationBinding(java.lang.String pauseOperationBinding)
          Set the binding expression that was used on the pauseOperation property of the progress bar.
 void setPercentageBinding(java.lang.String percentageBinding)
          Set the binding expression that was used on the percentage property of the progress bar.
 void setPercentageTextBinding(java.lang.String percentageTextBinding)
          Set the binding expression that was used on the percentageText property of the progress bar.
 void setResumeOperationBinding(java.lang.String resumeOperationBinding)
          Set the binding expression that was used on the resumeOperation property of the progress bar.
 void setStartOperationBinding(java.lang.String startOperationBinding)
          Set the binding expression that was used on the startOperation property of the progress bar.
 void setStopOperationBinding(java.lang.String stopOperationBinding)
          Set the binding expression that was used on the stopOperation property of the progress bar.
 void writeAjaxResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressBarHandler

public ProgressBarHandler()
Method Detail

getClientId

public java.lang.String getClientId()

Return the clientId.


setClientId

public void setClientId(java.lang.String clientId)

Set the clientId.

Parameters:
clientId - The new clientId

getPercentageBinding

public java.lang.String getPercentageBinding()

Return the binding expression that was used on the percentage property of the progress bar.


setPercentageBinding

public void setPercentageBinding(java.lang.String percentageBinding)

Set the binding expression that was used on the percentage property of the progress bar.

Parameters:
percentageBinding - The new binding expression

getPercentageTextBinding

public java.lang.String getPercentageTextBinding()

Return the binding expression that was used on the percentageText property of the progress bar.


setPercentageTextBinding

public void setPercentageTextBinding(java.lang.String percentageTextBinding)

Set the binding expression that was used on the percentageText property of the progress bar.

Parameters:
percentageTextBinding - The new binding expression

getStartOperationBinding

public java.lang.String getStartOperationBinding()

Return the binding expression that was used on the startOperation property of the progress bar.


setStartOperationBinding

public void setStartOperationBinding(java.lang.String startOperationBinding)

Set the binding expression that was used on the startOperation property of the progress bar.

Parameters:
startOperationBinding - The new binding expression

getPauseOperationBinding

public java.lang.String getPauseOperationBinding()

Return the binding expression that was used on the pauseOperation property of the progress bar.


setPauseOperationBinding

public void setPauseOperationBinding(java.lang.String pauseOperationBinding)

Set the binding expression that was used on the pauseOperation property of the progress bar.

Parameters:
pauseOperationBinding - The new binding expression

getResumeOperationBinding

public java.lang.String getResumeOperationBinding()

Return the binding expression that was used on the resumeOperation property of the progress bar.


setResumeOperationBinding

public void setResumeOperationBinding(java.lang.String resumeOperationBinding)

Set the binding expression that was used on the resumeOperation property of the progress bar.

Parameters:
resumeOperationBinding - The new binding expression

getStopOperationBinding

public java.lang.String getStopOperationBinding()

Return the binding expression that was used on the stopOperation property of the progress bar.


setStopOperationBinding

public void setStopOperationBinding(java.lang.String stopOperationBinding)

Set the binding expression that was used on the stopOperation property of the progress bar.

Parameters:
stopOperationBinding - The new binding expression

getFailedBinding

public java.lang.String getFailedBinding()

Return the binding expression that was used on the failed property of the progress bar.


setFailedBinding

public void setFailedBinding(java.lang.String failedBinding)

Set the binding expression that was used on the failed property of the progress bar.

Parameters:
failedBinding - The new binding expression

writeAjaxResponse

public void writeAjaxResponse()
                       throws java.io.IOException
Throws:
java.io.IOException