Class HeaderAbstract
java.lang.Object
org.bardframework.crud.api.datatable.HeaderAbstract
Created by Vahid Zafari on 8/12/2016.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FilteringTypeprotected org.springframework.core.convert.converter.Converter<?,?> protected static final org.slf4j.Loggerprotected Stringprotected org.springframework.core.convert.converter.Converter<?,?> protected Stringprotected QueryTypeprotected ResultTypeprotected booleanprotected Sortprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddetermineConverters(Class<?> valueType) org.springframework.core.convert.converter.Converter<?,?> getMask()org.springframework.core.convert.converter.Converter<?,?> getPath()getSort()booleanbooleanbooleanvoidsetFilterType(FilteringType filterType) voidsetInputConverter(org.springframework.core.convert.converter.Converter<?, ?> inputConverter) voidsetOutputConverter(org.springframework.core.convert.converter.Converter<?, ?> outputConverter) voidvoidsetQueryType(QueryType queryType) voidsetResultType(ResultType resultType) voidsetSearchable(boolean searchable) voidvoidsetSortable(boolean sortable) voidsetVisible(boolean visible) toString()void
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER -
path
-
queryType
-
filterType
-
resultType
-
visible
protected boolean visible -
searchable
protected boolean searchable -
sortable
protected boolean sortable -
sort
-
mask
-
inputConverter
protected org.springframework.core.convert.converter.Converter<?,?> inputConverter -
outputConverter
protected org.springframework.core.convert.converter.Converter<?,?> outputConverter -
messageKeys
-
-
Constructor Details
-
HeaderAbstract
public HeaderAbstract()
-
-
Method Details
-
validate
-
determineConverters
-
getPath
-
setPath
-
getQueryType
-
setQueryType
-
getFilterType
-
setFilterType
-
getResultType
-
setResultType
-
getInputConverter
public org.springframework.core.convert.converter.Converter<?,?> getInputConverter() -
setInputConverter
public void setInputConverter(org.springframework.core.convert.converter.Converter<?, ?> inputConverter) -
getOutputConverter
public org.springframework.core.convert.converter.Converter<?,?> getOutputConverter() -
setOutputConverter
public void setOutputConverter(org.springframework.core.convert.converter.Converter<?, ?> outputConverter) -
getMessageKeys
-
isVisible
public boolean isVisible() -
setVisible
public void setVisible(boolean visible) -
isSearchable
public boolean isSearchable() -
setSearchable
public void setSearchable(boolean searchable) -
isSortable
public boolean isSortable() -
setSortable
public void setSortable(boolean sortable) -
getMask
-
getSort
-
setSort
-
toString
-