Uses of Class
com.cc.framework.ui.OrientationType

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

Uses of OrientationType in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib that return OrientationType
static OrientationType TagHelp.toOrientation(java.lang.String orientation)
          Creates a OrientationType object for the specified argument.
 

Uses of OrientationType in com.cc.framework.ui
 

Fields in com.cc.framework.ui declared as OrientationType
static OrientationType OrientationType.HORIZONTAL
          orienation type: left
static OrientationType OrientationType.VERTICAL
          orienation type: right
private static OrientationType[] OrientationType.ALL
          Collection with all kinds of alignment types
 

Methods in com.cc.framework.ui that return OrientationType
static OrientationType OrientationType.parse(java.lang.String code)
          Creates for the argument an object of type OrientationType
 

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

Fields in com.cc.framework.ui.control declared as OrientationType
private  OrientationType FormGroupElement.orientation
          The orientation of the elements in this group
 

Methods in com.cc.framework.ui.control that return OrientationType
 OrientationType TreeSwapSelectControl.getOrientation()
          Retrieves the orientation of the selection windows
 OrientationType TreelistControl.getTabOrientation()
           
 OrientationType SwapSelectControl.getOrientation()
          Retrieves the orientation of the selection windows
 OrientationType SimpleListControl.getTabOrientation()
           
abstract  OrientationType ListControl.getTabOrientation()
          Retrieves the tabulator orientation
 OrientationType FormGroupElement.getOrientation()
           
 OrientationType FormElementContainer.getOrientation()
           
 

Methods in com.cc.framework.ui.control with parameters of type OrientationType
 void FormGroupElement.setOrientation(OrientationType type)
           
 

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

Methods in com.cc.framework.ui.model that return OrientationType
 OrientationType TreeSwapSelectDesignModel.getOrientation()
          Retrieves the orientation of the selection windows
 OrientationType SwapSelectDesignModel.getOrientation()
          Retrieves the orientation of the selection windows
 OrientationType MenuItem.getOrientation()
          Retrieves the orientation of sub menu items
 OrientationType ListDesignModel.getTabOrientation()
          Retrieves the tabulator orientation
 

Methods in com.cc.framework.ui.model with parameters of type OrientationType
 void TreeSwapSelectDesignModel.setOrientation(OrientationType orientation)
          Specifies the orientation of the selection windows: horizontal = from top to bottom vertical = from left to right
 void SwapSelectDesignModel.setOrientation(OrientationType orientation)
          Specifies the orientation of the selection windows: horizontal = from top to bottom vertical = from left to right
 void MenuItem.setOrientation(OrientationType orientation)
          Specifies the orientation of sub menu items: horizontal = from top to bottom vertical = from left to right
 void ListDesignModel.setTabOrientation(OrientationType orientation)
          Specifies the tabulator orientation: horizontal = from top to bottom vertical = from left to right
 

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

Fields in com.cc.framework.ui.model.imp declared as OrientationType
private  OrientationType TreeSwapSelectDesignModelImp.orientation
          Specifies the orientation of the selection windows: horizontal = from top to bottom vertical = from left to right
private  OrientationType SwapSelectDesignModelImp.orientation
          Specifies the orientation of the selection windows: horizontal = from top to bottom vertical = from left to right
private  OrientationType MenuItemImp.orientation
          Specifies the orientation of sub menu items horizontal = from top to bottom vertical = from left to right
private  OrientationType ListDesignModelImp.tabOrientation
          Specifies the tabulator orientation
 

Methods in com.cc.framework.ui.model.imp that return OrientationType
 OrientationType TreeSwapSelectDesignModelImp.getOrientation()
           
 OrientationType SwapSelectDesignModelImp.getOrientation()
           
 OrientationType MenuItemImp.getOrientation()
           
 OrientationType ListDesignModelImp.getTabOrientation()
          Retrieves the tabulator orientation
 OrientationType FormDesignModelImp.getOrientation()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type OrientationType
 void TreeSwapSelectDesignModelImp.setOrientation(OrientationType orientation)
           
 void SwapSelectDesignModelImp.setOrientation(OrientationType orientation)
           
 void MenuItemImp.setOrientation(OrientationType orientation)
           
 void ListDesignModelImp.setTabOrientation(OrientationType orientation)
          Specifies the tabulator orientation: horizontal = from top to bottom vertical = from left to right
 

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

Methods in com.cc.framework.ui.painter.def with parameters of type OrientationType
 void CellPainterContext.setTabIndex(OrientationType orientation, int tabIndexBase)
          Calculates the Tabulator index for the current cell based on the given keyboard navigation schema.
 



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