Uses of Class
com.cc.framework.common.SortOrder

Packages that use SortOrder
com.cc.framework.common   
com.cc.framework.taglib   
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.util   
 

Uses of SortOrder in com.cc.framework.common
 

Fields in com.cc.framework.common declared as SortOrder
static SortOrder SortOrder.NONE
          sort: NONE
static SortOrder SortOrder.ASCENDING
          sort: ASCENDING
static SortOrder SortOrder.DESCENDING
          sort: DESCENDING
private static SortOrder[] SortOrder.ALL
          collection with all kinds of sort orders
 

Methods in com.cc.framework.common that return SortOrder
static SortOrder SortOrder.parse(java.lang.String code)
          Creates for the argument an Object of type SortOrder
 

Uses of SortOrder in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib that return SortOrder
static SortOrder TagHelp.toSortOrder(java.lang.String sortOrder)
          Creates a sort order object for the specified argument.
 

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

Methods in com.cc.framework.ui.control that return SortOrder
 SortOrder TreeSwapSelectControl.getSortOrder()
          Retrieves the sort order of the control
 SortOrder TreelistControl.getSortOrder()
           
 SortOrder TreelistControl.getSortOrder(java.lang.String column)
           
 SortOrder TextListControl.getSortOrder()
          Retrieves the sort order of the control
 SortOrder SwapSelectControl.getSortOrder()
          Retrieves the sort order of the control
 SortOrder SimpleListControl.getSortOrder()
           
 SortOrder SimpleListControl.getSortOrder(java.lang.String column)
           
abstract  SortOrder ListControl.getSortOrder(java.lang.String column)
          Returns the sort order for the specified column.
 

Methods in com.cc.framework.ui.control with parameters of type SortOrder
 void TreelistControl.setSortInfo(java.lang.String column, SortOrder direction)
          Sets the sort order for the specified column
 void TreelistControl.onSort(ControlRequestContext ctx, java.lang.String column, SortOrder direction)
          Default Handler for the Sort Event
 void SimpleListControl.setSortInfo(java.lang.String column, SortOrder direction)
          Sets the sort order for the specified column
 void SimpleListControl.onSort(ControlRequestContext ctx, java.lang.String column, SortOrder direction)
          Default handler for the Sort Event
 void ListControl.onSort(ControlRequestContext ctx, java.lang.String column, SortOrder direction)
          Default handler for the Sort Event
 

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

Methods in com.cc.framework.ui.model that return SortOrder
 SortOrder TreeSwapSelectDesignModel.getSortOrder()
          Retrieves the sort order of the control
 SortOrder TextListDesignModel.getSortOrder()
          Retrieves the sort order of the control
 SortOrder SwapSelectDesignModel.getSortOrder()
          Retrieves the sort order of the control
 SortOrder ListStateModel.getSortOrder()
          Returns the sort order
 

Methods in com.cc.framework.ui.model with parameters of type SortOrder
 void TreeSwapSelectDesignModel.setSortOrder(SortOrder sortOrder)
          Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
 void TextListDesignModel.setSortOrder(SortOrder sortOrder)
          Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
 void SwapSelectDesignModel.setSortOrder(SortOrder sortOrder)
          Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
 void Sortable.sort(java.lang.String property, SortOrder order)
          Sorts the collection
 void ListStateModel.setSortInfo(java.lang.String column, SortOrder direction)
          Sets the sort order for the specified column
 

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

Fields in com.cc.framework.ui.model.imp declared as SortOrder
private  SortOrder TreeSwapSelectDesignModelImp.sortOrder
          Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
private  SortOrder TreelistStateModelImp.sortOrder
          The sort order
private  SortOrder TextListDesignModelImp.sortOrder
          Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
private  SortOrder SwapSelectDesignModelImp.sortOrder
          Specifies the sort order: none = no sort order asc = ascending sort order desc = descending sort order
private  SortOrder ListStateModelImp.sortOrder
          The sort order
 

Methods in com.cc.framework.ui.model.imp that return SortOrder
 SortOrder TreeSwapSelectDesignModelImp.getSortOrder()
           
 SortOrder TreelistStateModelImp.getSortOrder()
           
 SortOrder TextListDesignModelImp.getSortOrder()
           
 SortOrder SwapSelectDesignModelImp.getSortOrder()
           
 SortOrder ListStateModelImp.getSortOrder()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type SortOrder
 void TreeSwapSelectDesignModelImp.setSortOrder(SortOrder sortOrder)
           
 void TreelistStateModelImp.setSortInfo(java.lang.String column, SortOrder direction)
           
 void TextListDesignModelImp.setSortOrder(SortOrder sortOrder)
           
 void SwapSelectDesignModelImp.setSortOrder(SortOrder sortOrder)
           
 void ListStateModelImp.setSortInfo(java.lang.String column, SortOrder direction)
           
 

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

Fields in com.cc.framework.ui.painter.def declared as SortOrder
private  SortOrder CellPainterContext.sortOrder
          The sort order of the current column
 

Methods in com.cc.framework.ui.painter.def that return SortOrder
 SortOrder CellPainterContext.getSortOrder()
          Returns the sort order for the current column.
 

Methods in com.cc.framework.ui.painter.def with parameters of type SortOrder
 void CellPainterContext.setColumn(ColumnDesignModel column, SortOrder sortOrder, ColumnPainter painter)
          Selects the current column.
 

Uses of SortOrder in com.cc.framework.util
 

Fields in com.cc.framework.util declared as SortOrder
private  SortOrder PropertyComparator.direction
          The sort order
 

Constructors in com.cc.framework.util with parameters of type SortOrder
PropertyComparator(java.lang.String property, SortOrder direction)
          Constructor
 



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