gran.app.filter.customizer
Class TextCustomizer

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

public class TextCustomizer
extends Customizer
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int CHARS
           
static int FLOAT
           
static int INTEGER
           
static int NATURAL
           
static int NOT_FILTERED
           
static int QUANTITIES
           
static int TIME
           
 
Fields inherited from class gran.app.filter.customizer.Customizer
disabled, name, sortcolumn, title
 
Constructor Summary
TextCustomizer(int type, java.lang.String t, java.lang.String n, java.lang.String s, boolean disabled)
           
 
Method Summary
 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

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

CHARS

public static final int CHARS
See Also:
Constant Field Values

QUANTITIES

public static final int QUANTITIES
See Also:
Constant Field Values

TIME

public static final int TIME
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

NATURAL

public static final int NATURAL
See Also:
Constant Field Values

NOT_FILTERED

public static final int NOT_FILTERED
See Also:
Constant Field Values
Constructor Detail

TextCustomizer

public TextCustomizer(int type,
                      java.lang.String t,
                      java.lang.String n,
                      java.lang.String s,
                      boolean disabled)
Method Detail

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.