public class JpaColumn extends Column implements IJpaColumn, java.lang.Cloneable
| Constructor and Description |
|---|
JpaColumn() |
JpaColumn(java.lang.Class<?> valueType) |
| Modifier and Type | Method and Description |
|---|---|
JpaColumn |
clone() |
boolean |
isQueryPushdownEnabled()
Applied only if
IColumn.isFilterable() and/or IColumn.isSortable(). |
JpaColumn |
setQueryPushdownEnabled(boolean value) |
getAlignment, getBundle, getBundleName, getCollectValuesIndicator, getFormatter, getGroupId, getLabel, getMaxDisplayedTextLength, getPreferredSize, getValueType, isFilterable, isFixed, isShowedByDefault, isSortable, setAlignment, setBundleName, setCollectValuesIndicator, setFilterable, setFixed, setFormatter, setGroupId, setLabel, setMaxDisplayedTextLength, setPreferredSize, setShowedByDefault, setSortableequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlignment, getCollectValuesIndicator, getFormatter, getGroupId, getLabel, getMaxDisplayedTextLength, getPreferredSize, getValueType, isFilterable, isFixed, isShowedByDefault, isSortablepublic JpaColumn()
public JpaColumn(java.lang.Class<?> valueType)
public JpaColumn setQueryPushdownEnabled(boolean value)
value - - default is true.public boolean isQueryPushdownEnabled()
IJpaColumnIColumn.isFilterable() and/or IColumn.isSortable().isQueryPushdownEnabled in interface IJpaColumn