|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trackstudio.app.filter.customizer.Customizer
com.trackstudio.app.filter.customizer.PopUpCustomizer
public class PopUpCustomizer
Кастомный вывод всплывающего окна (для вывода в фильтрах)
Field Summary | |
---|---|
static int |
TASK
Задача |
int |
type
Тип |
static int |
USER
Пользователь |
Fields inherited from class com.trackstudio.app.filter.customizer.Customizer |
---|
disabled, map |
Constructor Summary | |
---|---|
PopUpCustomizer(FieldMap map,
int type,
boolean dis)
Конструктор |
Method Summary | |
---|---|
java.lang.String |
draw(SessionContext sc,
FValue filter,
java.lang.String contextPath)
Метод для вывода информативного блока о полях |
java.lang.String |
drawInput(SessionContext sc,
FValue filter,
java.lang.String contextPath)
Метод для вывода блока ввода для полей |
int |
getType()
Возвращает тип |
void |
setFilter(SessionContext sc,
javax.servlet.http.HttpServletRequest request,
FValue filter)
Устанавливает фильтр |
Methods inherited from class com.trackstudio.app.filter.customizer.Customizer |
---|
drawForDateOrPopUp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TASK
public static final int USER
public int type
Constructor Detail |
---|
public PopUpCustomizer(FieldMap map, int type, boolean dis)
map
- карта полейtype
- типdis
- активность поляMethod Detail |
---|
public int getType()
public java.lang.String draw(SessionContext sc, FValue filter, java.lang.String contextPath) throws GranException
draw
in class Customizer
sc
- сессия пользователяfilter
- фильтрcontextPath
- относительный путь контекста
GranException
- при необзодимостиpublic java.lang.String drawInput(SessionContext sc, FValue filter, java.lang.String contextPath) throws GranException
drawInput
in class Customizer
sc
- сессия пользователяfilter
- фильтрcontextPath
- относительный путь контекста
GranException
- при необзодимостиpublic void setFilter(SessionContext sc, javax.servlet.http.HttpServletRequest request, FValue filter) throws GranException
setFilter
in class Customizer
sc
- сессия пользователяrequest
- запросfilter
- фильтр
GranException
- при необходимости
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |