com.sun.j2ee.blueprints.ui.rating
Class RatingHandler

java.lang.Object
  extended bycom.sun.j2ee.blueprints.ui.rating.RatingHandler

public class RatingHandler
extends java.lang.Object


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

RatingHandler

public RatingHandler()
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

getGrade

public java.lang.String getGrade()

Return the grade.


setGrade

public void setGrade(java.lang.String grade)

Set the grade.

Parameters:
grade - The new grade

getInAverageMode

public java.lang.String getInAverageMode()

Return the inAverageMode state.


setInAverageMode

public void setInAverageMode(java.lang.String inAverageMode)

Set the inAverageMode state.

Parameters:
inAverageMode - The new inAverageMode state

getGradeBinding

public java.lang.String getGradeBinding()

Return the binding expression that was used on the grade property of the rating component.


setGradeBinding

public void setGradeBinding(java.lang.String gradeBinding)

Set the binding expression that was used on the grade property of the rating component.

Parameters:
gradeBinding - The new binding expression

getAverageGradeBinding

public java.lang.String getAverageGradeBinding()

Return the binding expression that was used on the averageGrade property of the rating component.


setAverageGradeBinding

public void setAverageGradeBinding(java.lang.String averageGradeBinding)

Set the binding expression that was used on the averageGrade property of the rating component.

Parameters:
averageGradeBinding - The new binding expression

getNormalModeTextBinding

public java.lang.String getNormalModeTextBinding()

Return the binding expression that was used on the normalModeText property of the rating component.


setNormalModeTextBinding

public void setNormalModeTextBinding(java.lang.String normalModeTextBinding)

Set the binding expression that was used on the normalModeText property of the rating component.

Parameters:
normalModeTextBinding - The new binding expression

getAverageModeTextBinding

public java.lang.String getAverageModeTextBinding()

Return the binding expression that was used on the averageModeText property of the rating component.


setAverageModeTextBinding

public void setAverageModeTextBinding(java.lang.String averageModeTextBinding)

Set the binding expression that was used on the averageModeText property of the rating component.

Parameters:
averageModeTextBinding - The new binding expression

getGradeReadOnlyBinding

public java.lang.String getGradeReadOnlyBinding()

Return the binding expression that was used on the gradeReadOnly property of the rating component.


setGradeReadOnlyBinding

public void setGradeReadOnlyBinding(java.lang.String gradeReadOnlyBinding)

Set the binding expression that was used on the gradeReadOnly property of the rating component.

Parameters:
gradeReadOnlyBinding - The new binding expression

getInAverageModeBinding

public java.lang.String getInAverageModeBinding()

Return the binding expression that was used on the inAverageMode property of the rating component.


setInAverageModeBinding

public void setInAverageModeBinding(java.lang.String inAverageModeBinding)

Set the binding expression that was used on the inAverageMode property of the rating component.

Parameters:
inAverageModeBinding - The new binding expression

writeAjaxResponse

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