com.cc.framework.ui.painter.def.col
Class ColumnCheckPainter

java.lang.Object
  extended bycom.cc.framework.ui.painter.def.col.ColumnPainterBase
      extended bycom.cc.framework.ui.painter.def.col.ColumnCheckPainter
All Implemented Interfaces:
ColumnPainter

public class ColumnCheckPainter
extends ColumnPainterBase

Painter for the columncheck column

Version:
$Revision: 1.20 $
Author:
Harald Schulz

Constructor Summary
ColumnCheckPainter()
           
 
Method Summary
protected  java.util.Collection createHeaderButtons(PainterContext ctx, ColumnDesignModel rawcolumn)
          Creates the buttons for the column header
 void paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx)
          Paints a single Cell
 
Methods inherited from class com.cc.framework.ui.painter.def.col.ColumnPainterBase
addElement, applyDesignRules, applyStyle, applyStyle, createCheckAllButton, createCheckColumnButton, createUncheckAllButton, createUncheckColumnButton, getAnchor, getBodyContent, getHeaderImage, getLinkName, getTarget, getTooltip, getTooltip, isDisabled, isEditable, isEditable, paintCell, paintEmptyCell, paintHeader, paintHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnCheckPainter

public ColumnCheckPainter()
Method Detail

createHeaderButtons

protected java.util.Collection createHeaderButtons(PainterContext ctx,
                                                   ColumnDesignModel rawcolumn)
Description copied from class: ColumnPainterBase
Creates the buttons for the column header

Overrides:
createHeaderButtons in class ColumnPainterBase
Parameters:
ctx - the painter context
rawcolumn - the columns design model
Returns:
collection of ConcreteElement Items
See Also:
ColumnPainterBase.createHeaderButtons( com.cc.framework.ui.painter.PainterContext, com.cc.framework.ui.model.ColumnDesignModel)

paintCell

public void paintCell(org.apache.ecs.html.TD cellElement,
                      CellPainterContext cpctx)
               throws java.lang.Exception
Description copied from interface: ColumnPainter
Paints a single Cell

Specified by:
paintCell in interface ColumnPainter
Overrides:
paintCell in class ColumnPainterBase
Throws:
java.lang.Exception
See Also:
ColumnPainter.paintCell( org.apache.ecs.html.TD, com.cc.framework.ui.painter.def.CellPainterContext)


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