|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j2ee.blueprints.ui.progressbar.ProgressBarHandler
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 |
public ProgressBarHandler()
Method Detail |
public java.lang.String getClientId()
Return the clientId.
public void setClientId(java.lang.String clientId)
Set the clientId.
clientId
- The new clientIdpublic java.lang.String getPercentageBinding()
Return the binding expression that was used on the percentage property of the progress bar.
public void setPercentageBinding(java.lang.String percentageBinding)
Set the binding expression that was used on the percentage property of the progress bar.
percentageBinding
- The new binding expressionpublic java.lang.String getPercentageTextBinding()
Return the binding expression that was used on the percentageText property of the progress bar.
public void setPercentageTextBinding(java.lang.String percentageTextBinding)
Set the binding expression that was used on the percentageText property of the progress bar.
percentageTextBinding
- The new binding expressionpublic java.lang.String getStartOperationBinding()
Return the binding expression that was used on the startOperation property of the progress bar.
public void setStartOperationBinding(java.lang.String startOperationBinding)
Set the binding expression that was used on the startOperation property of the progress bar.
startOperationBinding
- The new binding expressionpublic java.lang.String getPauseOperationBinding()
Return the binding expression that was used on the pauseOperation property of the progress bar.
public void setPauseOperationBinding(java.lang.String pauseOperationBinding)
Set the binding expression that was used on the pauseOperation property of the progress bar.
pauseOperationBinding
- The new binding expressionpublic java.lang.String getResumeOperationBinding()
Return the binding expression that was used on the resumeOperation property of the progress bar.
public void setResumeOperationBinding(java.lang.String resumeOperationBinding)
Set the binding expression that was used on the resumeOperation property of the progress bar.
resumeOperationBinding
- The new binding expressionpublic java.lang.String getStopOperationBinding()
Return the binding expression that was used on the stopOperation property of the progress bar.
public void setStopOperationBinding(java.lang.String stopOperationBinding)
Set the binding expression that was used on the stopOperation property of the progress bar.
stopOperationBinding
- The new binding expressionpublic java.lang.String getFailedBinding()
Return the binding expression that was used on the failed property of the progress bar.
public void setFailedBinding(java.lang.String failedBinding)
Set the binding expression that was used on the failed property of the progress bar.
failedBinding
- The new binding expressionpublic void writeAjaxResponse() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |