com.trackstudio.app.filter.customizer
Class TextCustomizer

java.lang.Object
  extended by com.trackstudio.app.filter.customizer.Customizer
      extended by com.trackstudio.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 com.trackstudio.app.filter.customizer.Customizer
disableAltKey, disabled, map
 
Constructor Summary
TextCustomizer(int type, FieldMap map)
           
 
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, javax.servlet.http.HttpServletRequest request, FValue filter)
           
 void setSecured(Secured secured)
           
 
Methods inherited from class com.trackstudio.app.filter.customizer.Customizer
addSortorder, addUse, checked, drawForDateOrPopUp, setDisableAltKey
 
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,
                      FieldMap map)
Method Detail

setSecured

public void setSecured(Secured secured)

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,
                      javax.servlet.http.HttpServletRequest request,
                      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-2008 TrackStudio, Ltd. All Rights Reserved.