Methods in com.cc.framework.ui.painter.def with parameters of type RatingItem |
protected double |
DefRatingPainter.calcRatio(RatingItem item,
long total)
Calculates the ratio of the single item compared to the controls total
value |
protected void |
DefRatingPainter.doPaintLabelCell(org.apache.ecs.html.TD cell,
RatingItem item)
paint the label column of the control |
protected void |
DefRatingPainter.doPaintDetailCell(org.apache.ecs.html.TD cell,
RatingItem item)
|
protected void |
DefRatingPainter.doPaintValueCell(org.apache.ecs.html.TD cell,
RatingItem item)
|
protected void |
DefRatingPainter.doPaintBarCell(org.apache.ecs.html.TD cell,
RatingItem item,
long total)
paint the ratio bar column of the control |
protected void |
DefRatingPainter.doPaintRatioCell(org.apache.ecs.html.TD cell,
RatingItem item,
long total)
paint the ratio column of the control |
protected void |
DefRatingPainter.doPaintCell(org.apache.ecs.html.TD cell,
RatingItem item,
int columnId,
long total)
|