public class BooleanSearchField extends AbstractSearchField
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected BooleanSearchValue |
value |
accessor, ATTR_NAME_HTML_CLASS, FORM_CONTROL_CSS_CLASS, id, inputName, label, logger, required| Constructor and Description |
|---|
BooleanSearchField(PropertyAccessor accessor) |
BooleanSearchField(PropertyAccessor accessor,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureCriteria(Criteria criteria) |
BooleanSearchValue |
getValue() |
void |
readFromRequest(HttpServletRequest req) |
void |
setValue(BooleanSearchValue value) |
void |
toSearchString(StringBuilder sb,
String encoding) |
void |
toXhtml(XhtmlBuffer xb) |
boolean |
validate() |
appendToSearchString, getId, getInputName, getLabel, getPropertyAccessor, getText, readFromObject, setId, setInputName, setLabel, writeToObjectpublic static final String copyright
protected BooleanSearchValue value
public BooleanSearchField(PropertyAccessor accessor)
public BooleanSearchField(PropertyAccessor accessor, String prefix)
public void toSearchString(StringBuilder sb, String encoding)
public void configureCriteria(Criteria criteria)
public void readFromRequest(HttpServletRequest req)
public boolean validate()
public void toXhtml(@NotNull
XhtmlBuffer xb)
public BooleanSearchValue getValue()
public void setValue(BooleanSearchValue value)