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

Packages that use CrumbModel
com.cc.framework.taglib.menu   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter.def   
 

Uses of CrumbModel in com.cc.framework.taglib.menu
 

Fields in com.cc.framework.taglib.menu declared as CrumbModel
private  CrumbModel CrumbTag.designModel
          DesignModel of the Crumb
 

Methods in com.cc.framework.taglib.menu that return CrumbModel
protected  CrumbModel CrumbTag.getCrumbModel()
          Returns the CrumbModel
 

Methods in com.cc.framework.taglib.menu with parameters of type CrumbModel
 boolean CrumbsTag.isSelected(CrumbModel crumb)
          Returns if the specified crumb is selected
 void CrumbsTag.addCrumb(CrumbModel crumb)
           
 void CrumbContainer.addCrumb(CrumbModel crumb)
          Adds a Crumb to the Crumb Container
 

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

Methods in com.cc.framework.ui.control that return CrumbModel
 CrumbModel[] CrumbsControl.getCrumbs()
          Returns all tab pages
 CrumbModel[] CrumbsControl.getVisibleCrumbs()
          Returns all visible crumbs
 

Methods in com.cc.framework.ui.control with parameters of type CrumbModel
 boolean CrumbsControl.isSelected(CrumbModel crumb)
          Returns true if the crumb is selected
 java.lang.String CrumbsControl.getAction(CrumbModel crumb)
          Returns the associated Action for a TabPage
 

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

Methods in com.cc.framework.ui.model that return CrumbModel
 CrumbModel[] CrumbsDesignModel.getCrumbs()
          Returns an Array with all Crumbs
 CrumbModel[] CrumbsDataModel.getCrumbs()
          Returns an Array with all Crumbs
 

Methods in com.cc.framework.ui.model with parameters of type CrumbModel
 boolean CrumbsStateModel.isSelected(CrumbModel crumb)
          Returns true if the Crumb is selected
 CrumbsDesignModel CrumbsDesignModel.addCrumb(CrumbModel crumb)
          Adds a single Crumb
 void CrumbsDesignModel.removeCrumb(CrumbModel crumb)
          Removes a Crumb from the CrumbControl
 

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

Classes in com.cc.framework.ui.model.imp that implement CrumbModel
 class CrumbModelImp
          Designmodel for the crumbs of a CrumbsControl
 

Methods in com.cc.framework.ui.model.imp that return CrumbModel
 CrumbModel[] CrumbsDesignModelImp.getCrumbs()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type CrumbModel
 boolean CrumbsStateModelImp.isSelected(CrumbModel crumb)
           
 CrumbsDesignModel CrumbsDesignModelImp.addCrumb(CrumbModel newCrumb)
           
 void CrumbsDesignModelImp.removeCrumb(CrumbModel crumb)
           
 

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

Methods in com.cc.framework.ui.painter.def with parameters of type CrumbModel
protected  java.util.Locale DefCrumbsPainter.getLocale(CrumbModel crumb)
          Retrieves the locale to use for a given content element
protected  boolean DefCrumbsPainter.isSelected(CrumbModel crumb)
          Checks if the specified crumb is selected
protected  int DefCrumbsPainter.getCrumbState(CrumbModel[] crumbs, int index)
          Calculates the state flags for the given crumb
protected  org.apache.ecs.ConcreteElement DefCrumbsPainter.doCreateCrumbs(CrumbModel[] crumbs)
          Method doCreateCrumbs
protected  ImageModel DefCrumbsPainter.getCrumbImage(CrumbModel crumb, int state)
          Returns the Image of a crumb
 



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