gran.app.filter.customizer
Class ListCustomizer

java.lang.Object
  extended bygran.app.filter.customizer.Customizer
      extended bygran.app.filter.customizer.ListCustomizer
All Implemented Interfaces:
java.io.Serializable

public class ListCustomizer
extends Customizer
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int LIST_ASC
           
static int LIST_CONTAINS
           
static int LIST_EQUAL
           
static int LIST_UNEQUAL
           
 
Fields inherited from class gran.app.filter.customizer.Customizer
disabled, name, sortcolumn, title
 
Constructor Summary
ListCustomizer(java.util.HashMap col, int type, java.lang.String t, java.lang.String n, java.lang.String s, boolean multiple, boolean disabled)
           
 
Method Summary
 java.util.Iterator byNameIterator()
           
 java.util.Iterator byNumberIterator()
           
 java.lang.String draw(SessionContext sc, FValue filter, java.lang.String contextPath, java.lang.String imagePath, boolean sortorder, boolean showhide)
           
 java.lang.String drawInput(SessionContext sc, FValue filter, java.lang.String contextPath, java.lang.String imagePath)
           
 void setFilter(SessionContext sc, RequestWrapper req, FValue filter)
           
 
Methods inherited from class gran.app.filter.customizer.Customizer
addSortorder, addUse, drawForDateOrPopUp, getName, getSortColumn, getTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_EQUAL

public static int LIST_EQUAL

LIST_UNEQUAL

public static int LIST_UNEQUAL

LIST_ASC

public static int LIST_ASC

LIST_CONTAINS

public static int LIST_CONTAINS
Constructor Detail

ListCustomizer

public ListCustomizer(java.util.HashMap col,
                      int type,
                      java.lang.String t,
                      java.lang.String n,
                      java.lang.String s,
                      boolean multiple,
                      boolean disabled)
Method Detail

byNameIterator

public java.util.Iterator byNameIterator()

byNumberIterator

public java.util.Iterator byNumberIterator()

draw

public java.lang.String draw(SessionContext sc,
                             FValue filter,
                             java.lang.String contextPath,
                             java.lang.String imagePath,
                             boolean sortorder,
                             boolean showhide)
                      throws GranException
Specified by:
draw in class Customizer
Throws:
GranException

setFilter

public void setFilter(SessionContext sc,
                      RequestWrapper req,
                      FValue filter)
               throws GranException
Specified by:
setFilter in class Customizer
Throws:
GranException

drawInput

public java.lang.String drawInput(SessionContext sc,
                                  FValue filter,
                                  java.lang.String contextPath,
                                  java.lang.String imagePath)
                           throws GranException
Specified by:
drawInput in class Customizer
Throws:
GranException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.