public class VirtualCrudProperty extends CrudProperty
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected String |
expression |
protected String |
language |
static org.slf4j.Logger |
logger |
protected Class<?> |
type |
protected String |
typeName |
annotations, enabled, insertable, inSummary, label, name, searchable, updatable| Constructor and Description |
|---|
VirtualCrudProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getLanguage() |
Class<?> |
getType() |
String |
getTypeName() |
void |
init(Model model) |
boolean |
isSearchable() |
void |
setExpression(String expression) |
void |
setLanguage(String language) |
void |
setSearchable(boolean searchable) |
void |
setType(Class<?> type) |
void |
setTypeName(String typeName) |
getAnnotations, getLabel, getName, isEnabled, isInsertable, isInSummary, isUpdatable, setEnabled, setInsertable, setInSummary, setLabel, setName, setUpdatablepublic static final String copyright
protected Class<?> type
protected String typeName
protected String expression
protected String language
public static final org.slf4j.Logger logger
public void init(Model model)
init in class CrudPropertypublic String getExpression()
public void setExpression(String expression)
public String getLanguage()
public void setLanguage(String language)
public String getTypeName()
public void setTypeName(String typeName)
public Class<?> getType()
public void setType(Class<?> type)
public boolean isSearchable()
isSearchable in class CrudPropertypublic void setSearchable(boolean searchable)
setSearchable in class CrudProperty