Uses of Interface
com.cc.framework.ui.model.ColumnHeaderDesignModel

Packages that use ColumnHeaderDesignModel
com.cc.framework.taglib.controls   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter.def.col   
 

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

Fields in com.cc.framework.taglib.controls declared as ColumnHeaderDesignModel
private  ColumnHeaderDesignModel ColumnHeaderTag.designModel
          The DesignModel of the column
 

Methods in com.cc.framework.taglib.controls that return ColumnHeaderDesignModel
protected  ColumnHeaderDesignModel ColumnHeaderTag.doCreateDesignModel()
          This method is called to create the DesignModel for the column
protected  ColumnHeaderDesignModel ColumnHeaderTag.getDesignModel()
          Returns the DesignModel for the column
 

Uses of ColumnHeaderDesignModel in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return ColumnHeaderDesignModel
 ColumnHeaderDesignModel ColumnDesignModel.getHeader()
          Returns the columns header design model
 

Methods in com.cc.framework.ui.model with parameters of type ColumnHeaderDesignModel
 void ColumnDesignModel.setHeader(ColumnHeaderDesignModel header)
          Sets the columns header design model
 

Uses of ColumnHeaderDesignModel in com.cc.framework.ui.model.imp
 

Classes in com.cc.framework.ui.model.imp that implement ColumnHeaderDesignModel
 class ColumnHeaderDesignModelImp
          Implementation of a header design model
 

Fields in com.cc.framework.ui.model.imp declared as ColumnHeaderDesignModel
private  ColumnHeaderDesignModel ColumnDesignModelImp.header
          The columns header
 

Methods in com.cc.framework.ui.model.imp that return ColumnHeaderDesignModel
 ColumnHeaderDesignModel ColumnDesignModelImp.getHeader()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type ColumnHeaderDesignModel
 void ColumnDesignModelImp.setHeader(ColumnHeaderDesignModel header)
           
 

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

Methods in com.cc.framework.ui.painter.def.col with parameters of type ColumnHeaderDesignModel
protected  ImageModel ColumnPainterBase.getHeaderImage(ColumnHeaderDesignModel header)
          Returns the Image of a column header
 



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