com.cc.framework.taglib.controls
Interface ColumnContainerTag

All Known Implementing Classes:
ColumnGroupTag, ListTag, TreelistTag

public interface ColumnContainerTag

Tag-Handler to include Columns

Since:
1.0
Version:
$Revision: 1.11 $
Author:
Harald Schulz

Method Summary
 void addColumn(ColumnDesignModel column)
          Adds a column to the Collection
 LineIterator getLineIterator()
          Creates a lne interator which starts with the first line on the current page.
 PainterContext getPainterContext()
          Returns the painter context of the nesting control painter (-> the context of a list painter)
 int getRowsPerPage()
          Returns the number of rows on the page.
 

Method Detail

addColumn

public void addColumn(ColumnDesignModel column)
Adds a column to the Collection

Parameters:
column - ColumnDesignModel

getLineIterator

public LineIterator getLineIterator()
Creates a lne interator which starts with the first line on the current page.

Returns:
LineIterator

getRowsPerPage

public int getRowsPerPage()
Returns the number of rows on the page. Returns -1 if all rows schould be displayed.

Returns:
The number of rows on the page

getPainterContext

public PainterContext getPainterContext()
Returns the painter context of the nesting control painter (-> the context of a list painter)

Returns:
Nesting painter context


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