com.trackstudio.app.filter.customizer
Class TextCustomizer
java.lang.Object
com.trackstudio.app.filter.customizer.Customizer
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TextCustomizer
public TextCustomizer(int type,
FieldMap map)
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.