Uses of Class
com.cc.framework.ui.painter.def.CellPainterContext

Packages that use CellPainterContext
com.cc.framework.ui.painter.def   
com.cc.framework.ui.painter.def.col   
 

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

Fields in com.cc.framework.ui.painter.def declared as CellPainterContext
private  CellPainterContext DefListPainter.cellPainterContext
          The Cell Painter Context
 

Methods in com.cc.framework.ui.painter.def that return CellPainterContext
protected  CellPainterContext DefListPainter.createCellPainterContext()
          Creates the context class that will be passed to the cell painters.
protected  CellPainterContext DefListPainter.getCellPainterContext()
           
 

Methods in com.cc.framework.ui.painter.def with parameters of type CellPainterContext
 void ColumnPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
          Paints a single Cell
 void ColumnPainter.applyDesignRules(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
          Applies all matching design rules to the cell
 void ColumnPainter.paintHeader(org.apache.ecs.html.TD headerElement, CellPainterContext cpctx)
          Paints the column header
 

Uses of CellPainterContext in com.cc.framework.ui.painter.def.col
 

Methods in com.cc.framework.ui.painter.def.col with parameters of type CellPainterContext
 void ColumnTreePainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnTextPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnTextareaPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnSelectPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnRadioPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnPainterBase.applyDesignRules(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnPainterBase.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
protected  void ColumnPainterBase.paintEmptyCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
          The column painter will call this method to render an empty cell
 void ColumnPainterBase.paintHeader(org.apache.ecs.html.TD headerElement, CellPainterContext cpctx)
           
protected  java.lang.String ColumnPainterBase.getTooltip(CellPainterContext cpctx)
          Returns the localized and HTML encoded Tooltip Attribute which should be used for the row
protected  boolean ColumnPainterBase.isEditable(CellPainterContext cpctx)
          Checks if the column or cell is editable or not
protected  boolean ColumnPainterBase.isDisabled(CellPainterContext cpctx)
          Checks if the column or cell is disabled or not
protected  void ColumnPainterBase.addElement(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx, ImageModel image, org.apache.ecs.ConcreteElement content)
          Helper to add a content with an optional image to the cell element
 void ColumnLinkPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnImagePainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnHtmlPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnDrilldownPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnCommandPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
protected  ImageModel ColumnCommandPainter.getImage(CellPainterContext cpctx, ButtonState state)
          Retrieves the cell image
 void ColumnCheckPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnCheckboxPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 void ColumnButtonPainter.paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
           
 



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