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

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

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

Fields in com.cc.framework.taglib.controls declared as TabDesignModel
private  TabDesignModel TabTag.designModel
          DesignModel of the TabPage
 

Methods in com.cc.framework.taglib.controls that return TabDesignModel
protected  TabDesignModel TabTag.getTabDesignModel()
          Returns the TabDesignModel
 

Methods in com.cc.framework.taglib.controls with parameters of type TabDesignModel
protected  void TabTag.exposeScriptingVariable(TabDesignModel tab)
          Exposes the TabDesignModel instance as a scripting variable to the Tag body
 void TabContainer.addTab(TabDesignModel tab)
          Adds a TabPage to the TabSet
 boolean TabbarTag.isSelected(TabDesignModel tab)
          Returns if the specified TabPage is selected
 void TabbarTag.addTab(TabDesignModel tab)
           
 

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

Methods in com.cc.framework.ui.control that return TabDesignModel
 TabDesignModel[] TabbarControl.getTabs()
          Returns all tab pages
 TabDesignModel[] TabbarControl.getVisibleTabs()
          Returns all visible tab pages
 

Methods in com.cc.framework.ui.control with parameters of type TabDesignModel
 boolean TabbarControl.isSelected(TabDesignModel tab)
          Returns if the TabPage is selected
 java.lang.String TabbarControl.getAction(TabDesignModel tab)
          Returns the associate Action for a TabPage
 

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

Methods in com.cc.framework.ui.model that return TabDesignModel
 TabDesignModel[] TabsetDesignModel.getTabs()
          Returns an Array with all tab pages
 

Methods in com.cc.framework.ui.model with parameters of type TabDesignModel
 boolean TabsetStateModel.isSelected(TabDesignModel tab)
          Returns true if the TabPage is selected
 TabsetDesignModel TabsetDesignModel.addTab(TabDesignModel tab)
          Adds a tab page to the Tabset
 void TabsetDesignModel.removeTab(TabDesignModel tab)
          Removes a tab page from the Tabset
 

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

Classes in com.cc.framework.ui.model.imp that implement TabDesignModel
 class TabDesignModelImp
          Designmodel for the Tabs of a TabControl
 

Methods in com.cc.framework.ui.model.imp that return TabDesignModel
 TabDesignModel[] TabsetDesignModelImp.getTabs()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type TabDesignModel
 boolean TabsetStateModelImp.isSelected(TabDesignModel tab)
           
 TabsetDesignModel TabsetDesignModelImp.addTab(TabDesignModel newTab)
           
 void TabsetDesignModelImp.removeTab(TabDesignModel tab)
           
 

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

Methods in com.cc.framework.ui.painter.def with parameters of type TabDesignModel
protected  org.apache.ecs.ConcreteElement DefTabsetPainter.doCreateBody(TabDesignModel tab)
          Creates the Content of a single Tab Page
protected  org.apache.ecs.ConcreteElement DefTabsetPainter.doCreateBody(TabDesignModel[] tabs)
          This method creates the content for the selected tab.
protected  boolean DefTabbarPainter.isSelected(TabDesignModel tab)
          Checks if the specified tab is selected
 ImageModel DefTabbarPainter.getTabImage(TabDesignModel tab)
          Returns the optional image for the given tab
protected  org.apache.ecs.ConcreteElement DefTabbarPainter.doCreateBody(TabDesignModel[] tabs)
          This method creates the content for the selected tab.
protected  JavaScript DefTabbarPainter.createClientScript(TabDesignModel[] tabs)
          Creates an JavaScript for the client Side Handler of the control.
 

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

Methods in com.cc.framework.ui.painter.def.frame with parameters of type TabDesignModel
protected  boolean DefTabbedFramePainter.isSelected(TabDesignModel tab)
          Checks if the specified tab is selected
protected  ImageModel DefTabbedFramePainter.getTabImage(TabDesignModel tab)
          Returns the optional image for the given tab
protected  int DefTabbedFramePainter.getTabState(TabDesignModel[] tabs, int index)
          Calculates the state flags for the given tab
protected  org.apache.ecs.ConcreteElement DefTabbedFramePainter.doCreateTab(TabDesignModel tab, int lstate, int state, int rstate)
          This method creates the tab face
protected  org.apache.ecs.ConcreteElement DefTabbedFramePainter.doCreatePrevButton(TabDesignModel scrollTo)
          Creates the scroll left Button
protected  org.apache.ecs.ConcreteElement DefTabbedFramePainter.doCreateNextButton(TabDesignModel scrollTo)
          Creates the scroll left Button
protected  org.apache.ecs.ConcreteElement DefTabbedFramePainter.doCreateTabs(TabDesignModel[] tabs, int startIndex, int stopIndex)
          This method creates the tab stripe
protected  org.apache.ecs.ConcreteElement DefTabbedFramePainter.doCreateStackedTabs(TabDesignModel[] tabs)
          This method creates the tab stack
 



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