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

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

public class ColumnCommandPainter
extends ColumnPainterBase

Painter for the columnadd column

Version:
$Revision: 1.21 $
Author:
Harald Schulz

Constructor Summary
ColumnCommandPainter()
           
 
Method Summary
protected  ImageModel getImage(CellPainterContext cpctx, ButtonState state)
          Retrieves the cell image
 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, createHeaderButtons, 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

ColumnCommandPainter

public ColumnCommandPainter()
Method Detail

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)

getImage

protected ImageModel getImage(CellPainterContext cpctx,
                              ButtonState state)
Retrieves the cell image

Parameters:
cpctx - CellPainterContext
state - the state of the cells button
Returns:
Image Model


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