Uses of Class
com.cc.framework.ui.model.InnerFrame

Packages that use InnerFrame
com.cc.framework.taglib   
com.cc.framework.taglib.base   
com.cc.framework.taglib.controls   
com.cc.framework.taglib.forms   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter   
com.cc.framework.ui.painter.def   
com.cc.framework.ui.painter.def.frame   
 

Uses of InnerFrame in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib with parameters of type InnerFrame
 void FrameContainerTag.addInnerFrame(InnerFrame frame)
          Adds a new inner Frame to the container
 

Uses of InnerFrame in com.cc.framework.taglib.base
 

Fields in com.cc.framework.taglib.base declared as InnerFrame
private  InnerFrame InnerFrameTag.frame
          Design model
 

Methods in com.cc.framework.taglib.base that return InnerFrame
protected  InnerFrame InnerFrameTag.getInnerFrame()
          Returns the DesignModel for the inner frame
protected  InnerFrame InnerFrameTag.doCreateInnerFrame()
          Creates the inner frame element
 

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

Methods in com.cc.framework.taglib.controls with parameters of type InnerFrame
 void TreelistTag.addInnerFrame(InnerFrame frame)
           
 void SchedulerTag.addInnerFrame(InnerFrame frame)
           
 void ListTag.addInnerFrame(InnerFrame frame)
           
 

Uses of InnerFrame in com.cc.framework.taglib.forms
 

Methods in com.cc.framework.taglib.forms with parameters of type InnerFrame
 void MessageTag.addInnerFrame(InnerFrame frame)
           
 void FrameTag.addInnerFrame(InnerFrame frame)
           
 void FormTag.addInnerFrame(InnerFrame frame)
           
 

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

Methods in com.cc.framework.ui.control that return InnerFrame
 InnerFrame[] TreelistControl.getInnerFrames(java.lang.Object layoutHint)
          Retrieves a list of inner frames that are matching the given layout hint
 InnerFrame[] SimpleListControl.getInnerFrames(java.lang.Object layoutHint)
          Retrieves a list of inner frames that are matching the given layout hint
 InnerFrame[] SchedulerControl.getInnerFrames(java.lang.Object layoutHint)
          Retrieves a list of inner frames that are matching the given layout hint
 InnerFrame[] MessageControl.getInnerFrames(java.lang.Object layoutHint)
          Retrieves a list of inner frames that are matching the given layout hint
abstract  InnerFrame[] ListControl.getInnerFrames(java.lang.Object layoutHint)
          Retrieves a list of inner frames
 InnerFrame[] FrameControl.getInnerFrames(java.lang.Object layoutHint)
          Retrieves a list of inner frames that are matching the given layout hint
 InnerFrame[] FormControl.getInnerFrames(java.lang.Object layoutHint)
          Retrieves a list of inner frames that are matching the given layout hint
 

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

Methods in com.cc.framework.ui.model that return InnerFrame
static InnerFrame[] FrameUtil.filter(java.util.Collection frameList, Principal principal, java.lang.Object layoutHint)
          Retrieves a list of only the inner frames that are matching the given layout hint
 InnerFrame[] FrameContainer.getInnerFrames(Principal principal, java.lang.Object layoutHint)
          Retrieves a list of only the inner frames that are matching the given layout hint
 

Methods in com.cc.framework.ui.model with parameters of type InnerFrame
 void FrameContainer.addInnerFrame(InnerFrame frame)
          Adds a inner frame to the List
 

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

Methods in com.cc.framework.ui.model.imp that return InnerFrame
 InnerFrame[] SchedulerDesignModelImp.getInnerFrames(Principal principal, java.lang.Object layoutHint)
           
 InnerFrame[] MessageDesignModelImp.getInnerFrames(Principal principal, java.lang.Object layoutHint)
           
 InnerFrame[] ListDesignModelImp.getInnerFrames(Principal principal, java.lang.Object layoutHint)
           
 InnerFrame[] FrameDesignModelImp.getInnerFrames(Principal principal, java.lang.Object layoutHint)
           
 InnerFrame[] FormDesignModelImp.getInnerFrames(Principal principal, java.lang.Object layoutHint)
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type InnerFrame
 void SchedulerDesignModelImp.addInnerFrame(InnerFrame frame)
           
 void MessageDesignModelImp.addInnerFrame(InnerFrame frame)
           
 void ListDesignModelImp.addInnerFrame(InnerFrame frame)
           
 void FrameDesignModelImp.addInnerFrame(InnerFrame frame)
           
 void FormDesignModelImp.addInnerFrame(InnerFrame frame)
           
 

Uses of InnerFrame in com.cc.framework.ui.painter
 

Methods in com.cc.framework.ui.painter with parameters of type InnerFrame
 Frame FramePainter.createInnerFrame(InnerFrame innerFrame)
          Creates a inner frame
 

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

Methods in com.cc.framework.ui.painter.def with parameters of type InnerFrame
protected  org.apache.ecs.ElementContainer DefFormPainter.doCreateInnerFrames(InnerFrame[] innerFrames, int cols, int nestingLevel)
          This method creates inner frames
 

Uses of InnerFrame in com.cc.framework.ui.painter.def.frame
 

Methods in com.cc.framework.ui.painter.def.frame with parameters of type InnerFrame
 Frame DefFramePainterBase.createInnerFrame(InnerFrame innerFrame)
           
 



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