|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j2ee.blueprints.ui.rating.RatingHandler
Constructor Summary | |
RatingHandler()
|
Method Summary | |
java.lang.String |
getAverageGradeBinding()
Return the binding expression that was used on the averageGrade property of the rating component. |
java.lang.String |
getAverageModeTextBinding()
Return the binding expression that was used on the averageModeText property of the rating component. |
java.lang.String |
getClientId()
Return the clientId. |
java.lang.String |
getGrade()
Return the grade. |
java.lang.String |
getGradeBinding()
Return the binding expression that was used on the grade property of the rating component. |
java.lang.String |
getGradeReadOnlyBinding()
Return the binding expression that was used on the gradeReadOnly property of the rating component. |
java.lang.String |
getInAverageMode()
Return the inAverageMode state. |
java.lang.String |
getInAverageModeBinding()
Return the binding expression that was used on the inAverageMode property of the rating component. |
java.lang.String |
getNormalModeTextBinding()
Return the binding expression that was used on the normalModeText property of the rating component. |
void |
setAverageGradeBinding(java.lang.String averageGradeBinding)
Set the binding expression that was used on the averageGrade property of the rating component. |
void |
setAverageModeTextBinding(java.lang.String averageModeTextBinding)
Set the binding expression that was used on the averageModeText property of the rating component. |
void |
setClientId(java.lang.String clientId)
Set the clientId. |
void |
setGrade(java.lang.String grade)
Set the grade. |
void |
setGradeBinding(java.lang.String gradeBinding)
Set the binding expression that was used on the grade property of the rating component. |
void |
setGradeReadOnlyBinding(java.lang.String gradeReadOnlyBinding)
Set the binding expression that was used on the gradeReadOnly property of the rating component. |
void |
setInAverageMode(java.lang.String inAverageMode)
Set the inAverageMode state. |
void |
setInAverageModeBinding(java.lang.String inAverageModeBinding)
Set the binding expression that was used on the inAverageMode property of the rating component. |
void |
setNormalModeTextBinding(java.lang.String normalModeTextBinding)
Set the binding expression that was used on the normalModeText property of the rating component. |
void |
writeAjaxResponse()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RatingHandler()
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 getGrade()
Return the grade.
public void setGrade(java.lang.String grade)
Set the grade.
grade
- The new gradepublic java.lang.String getInAverageMode()
Return the inAverageMode state.
public void setInAverageMode(java.lang.String inAverageMode)
Set the inAverageMode state.
inAverageMode
- The new inAverageMode statepublic java.lang.String getGradeBinding()
Return the binding expression that was used on the grade property of the rating component.
public void setGradeBinding(java.lang.String gradeBinding)
Set the binding expression that was used on the grade property of the rating component.
gradeBinding
- The new binding expressionpublic java.lang.String getAverageGradeBinding()
Return the binding expression that was used on the averageGrade property of the rating component.
public void setAverageGradeBinding(java.lang.String averageGradeBinding)
Set the binding expression that was used on the averageGrade property of the rating component.
averageGradeBinding
- The new binding expressionpublic java.lang.String getNormalModeTextBinding()
Return the binding expression that was used on the normalModeText property of the rating component.
public void setNormalModeTextBinding(java.lang.String normalModeTextBinding)
Set the binding expression that was used on the normalModeText property of the rating component.
normalModeTextBinding
- The new binding expressionpublic java.lang.String getAverageModeTextBinding()
Return the binding expression that was used on the averageModeText property of the rating component.
public void setAverageModeTextBinding(java.lang.String averageModeTextBinding)
Set the binding expression that was used on the averageModeText property of the rating component.
averageModeTextBinding
- The new binding expressionpublic java.lang.String getGradeReadOnlyBinding()
Return the binding expression that was used on the gradeReadOnly property of the rating component.
public void setGradeReadOnlyBinding(java.lang.String gradeReadOnlyBinding)
Set the binding expression that was used on the gradeReadOnly property of the rating component.
gradeReadOnlyBinding
- The new binding expressionpublic java.lang.String getInAverageModeBinding()
Return the binding expression that was used on the inAverageMode property of the rating component.
public void setInAverageModeBinding(java.lang.String inAverageModeBinding)
Set the binding expression that was used on the inAverageMode property of the rating component.
inAverageModeBinding
- 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 |