Uses of Interface
com.cc.framework.ui.control.LineIterator

Packages that use LineIterator
com.cc.framework.taglib.controls   
com.cc.framework.ui.control   
com.cc.framework.ui.painter.def   
com.cc.framework.ui.painter.def.col   
com.cc.framework.ui.painter.html   
com.cc.framework.util   
 

Uses of LineIterator in com.cc.framework.taglib.controls
 

Fields in com.cc.framework.taglib.controls declared as LineIterator
private  LineIterator ColumnBaseBodyTag.iterator
          Object to iterate over the Elements of the current page
 

Methods in com.cc.framework.taglib.controls that return LineIterator
 LineIterator TreelistTag.getLineIterator()
           
 LineIterator ListTag.getLineIterator()
           
 LineIterator ColumnGroupTag.getLineIterator()
           
 LineIterator ColumnContainerTag.getLineIterator()
          Creates a lne interator which starts with the first line on the current page.
 

Methods in com.cc.framework.taglib.controls with parameters of type LineIterator
protected  boolean ColumnBaseBodyTag.isEditable(LineIterator iter)
          Checks if the column or cell is editable or not
 

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

Classes in com.cc.framework.ui.control that implement LineIterator
 class ListLineIterator
          Class ListLineIterator
 class TreeLineIterator
          A TreeLineIterator
 class VirtualKeyListLineIterator
          Class VirtualKeyListLineIterator iterates only the in memory Rows of a virtual key List
 class VirtualListLineIterator
          Class VirtualListLineIterator iterates only the in memory Rows of a virtual List
 

Methods in com.cc.framework.ui.control that return LineIterator
 LineIterator TreelistControl.getLineIterator(boolean positioned)
           
 LineIterator TreelistControl.getPageLineIterator()
           
 LineIterator SimpleListControl.getLineIterator(boolean positioned)
           
 LineIterator SimpleListControl.getPageLineIterator()
           
abstract  LineIterator ListControl.getLineIterator(boolean positioned)
          Creates a line iterator
abstract  LineIterator ListControl.getPageLineIterator()
          Creates a line iterator for the current page
 

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

Fields in com.cc.framework.ui.painter.def declared as LineIterator
private  LineIterator CellPainterContext.lineIterator
          The line iterator with the current line
 

Methods in com.cc.framework.ui.painter.def that return LineIterator
 LineIterator CellPainterContext.getLineIterator()
          Returns the iterator which is positioned on the current Row Bean.
 

Methods in com.cc.framework.ui.painter.def with parameters of type LineIterator
static ImageModel DefPainterUtility.getItemImage(PainterContext painterContext, LineIterator iter, java.lang.String imageProperty, ImageMap map)
          Method getItemImage
protected  void DefListPainter.doPaintCell(org.apache.ecs.html.TD cell, ColumnDesignModel column, LineIterator iter)
          The painter will call this method to paint the cells content
protected  void DefListPainter.doCreateCells(org.apache.ecs.html.TR row, ColumnDesignModel[] columns, LineIterator iter, DeferredEnvironment env)
          Creates the Data for each cell of a row
protected  void DefListPainter.doPaintRow(org.apache.ecs.html.TR row, ColumnDesignModel[] columns, LineIterator iter, DeferredEnvironment env)
          Creates one row of the List
protected  org.apache.ecs.ConcreteElement DefListPainter.doCreateRows(ColumnDesignModel[] columns, LineIterator iter)
          Creates the rows of the List for the current page
 void CellPainterContext.setLineIterator(LineIterator lineIterator)
           
 

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

Methods in com.cc.framework.ui.painter.def.col with parameters of type LineIterator
protected  java.lang.Object ColumnSelectPainter.getOptions(ColumnSelectDesignModel column, LineIterator iter)
          Retrieves the available option elements for the current row
 void ColumnPainterBase.paintCell(org.apache.ecs.html.TD cellElement, PainterContext ctx, ColumnDesignModel column, LineIterator iter)
          Deprecated. please use or overwrite paintCell(TD, CellPainterContext)
protected static java.lang.String ColumnPainterBase.getBodyContent(PainterContext ctx, ColumnDesignModel column, LineIterator iter)
          Try to find a previously registered JSP Body for this row bean
protected  java.lang.String ColumnPainterBase.getTarget(ColumnDesignModel column, LineIterator iter)
          Returns the Target Attribute which should be included in a HyperLink
protected  java.lang.String ColumnPainterBase.getAnchor(ColumnDesignModel column, LineIterator iter)
          Returns the Anchor Attribute which should be included in a HyperLink
protected  java.lang.String ColumnPainterBase.getLinkName(ColumnDesignModel column, LineIterator iter)
          Returns the Anchor name Attribute which should be included in a HyperLink
protected  java.lang.String ColumnPainterBase.getTooltip(PainterContext ctx, ColumnDesignModel column, LineIterator iter)
          Deprecated. use getTooltip(CellPainterContext) instead
protected  boolean ColumnPainterBase.isEditable(PainterContext ctx, ColumnDesignModel column, LineIterator iter)
          Deprecated. use isEditable(CellPainterContext) instead
 

Uses of LineIterator in com.cc.framework.ui.painter.html
 

Fields in com.cc.framework.ui.painter.html declared as LineIterator
private  LineIterator OptionsHelp.IterLineIterator.iter
          The option elements
 

Uses of LineIterator in com.cc.framework.util
 

Methods in com.cc.framework.util with parameters of type LineIterator
static java.lang.Object ListHelp.iterateNodes(LineIterator iter, Algorithm alg)
          This method processes an algorithm for all elements (nodes) in the list.
static java.lang.Object ListHelp.iterateNodes(LineIterator iter, Algorithm alg, AlgorithmFilter filter)
          This method processes an algorithm for all elements (nodes) in the list.
 



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