gran.app.filter.customizer
Class PopUpCustomizer

java.lang.Object
  extended bygran.app.filter.customizer.Customizer
      extended bygran.app.filter.customizer.PopUpCustomizer

public class PopUpCustomizer
extends Customizer


Field Summary
static int TASK
           
 int type
           
static int USER
           
 
Fields inherited from class gran.app.filter.customizer.Customizer
disabled, name, sortcolumn, title
 
Constructor Summary
PopUpCustomizer(java.lang.String t, java.lang.String n, java.lang.String s, int type, 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 schemePath)
           
 int getType()
           
 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

TASK

public static final int TASK
See Also:
Constant Field Values

USER

public static final int USER
See Also:
Constant Field Values

type

public int type
Constructor Detail

PopUpCustomizer

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

getType

public int getType()

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

drawInput

public java.lang.String drawInput(SessionContext sc,
                                  FValue filter,
                                  java.lang.String contextPath,
                                  java.lang.String schemePath)
                           throws GranException
Specified by:
drawInput 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


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