Package com.jalios.jcms.alert
Class AlertAppHandler.AbstractUIFilter<E>
- java.lang.Object
-
- com.jalios.jcms.alert.AlertAppHandler.AbstractUIFilter<E>
-
- Type Parameters:
E
- the type of filter.
- Direct Known Subclasses:
AlertAppHandler.AlertLevelFilter
,AlertAppHandler.ReadModeFilter
,AlertAppHandler.SendModeFilter
- Enclosing class:
- AlertAppHandler
protected static class AlertAppHandler.AbstractUIFilter<E> extends java.lang.Object
Abstract filter provided in the UI.Has a I18N Label, and a value (typically for an HTML input value) to make the filter active.
-
-
Constructor Summary
Constructors Constructor Description AbstractUIFilter(E filter, java.lang.String labelProp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
getFilter()
java.lang.String
getLabel(java.lang.String userLang)
java.lang.String
getLabelProp()
-