Uses of Interface
com.cc.framework.ui.model.RatingItem

Packages that use RatingItem
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.painter.def   
 

Uses of RatingItem in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return RatingItem
 RatingItem RatingControl.getItem(int index)
           
 

Uses of RatingItem in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return RatingItem
 RatingItem RatingDataModel.getItem(int index)
          Retrieves the rating item with the given index
 

Uses of RatingItem in com.cc.framework.ui.painter.def
 

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)
           
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.