public class PropertyCondition extends AbstractCondition
AbstractCondition.ListenerInstance.BeanPropertyPath, Instance.PropertyChangeEvent, Instance.PropertyChangeListenercaption, entityAlias, entityParamView, entityParamWhere, filterComponentName, group, hidden, inExpr, javaClass, listeners, locCaption, messagesPack, metaClass, name, operationEditor, operator, param, paramClass, paramName, required, text, unary, useUserTimeZone, widthid__securityState, __state, dynamicAttributes__propertyChangeListeners, PROPERTY_CHANGE_LISTENERS_INITIAL_CAPACITY| Constructor and Description |
|---|
PropertyCondition(AbstractConditionDescriptor descriptor,
java.lang.String entityAlias) |
PropertyCondition(org.dom4j.Element element,
java.lang.String messagesPack,
java.lang.String filterComponentName,
MetaClass metaClass) |
PropertyCondition(PropertyCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCondition |
createCopy() |
AbstractOperationEditor |
createOperationEditor() |
protected java.lang.String |
dateIntervalConditionToJpql(java.lang.String propertyName) |
java.lang.String |
getLocCaption() |
java.lang.String |
getOperationCaption() |
java.lang.String |
getOperatorType() |
java.lang.String |
getPropertyLocCaption() |
void |
setOperator(Op operator) |
void |
toXml(org.dom4j.Element element,
Param.ValueProperty valueProperty) |
protected void |
updateText() |
addListener, canBeRequired, canHasDefaultValue, canHasWidth, getCaption, getEntityAlias, getEntityMetaClass, getEntityParamView, getEntityParamWhere, getFilterComponentName, getHidden, getInExpr, getJavaClass, getName, getOperationEditor, getOperator, getParam, getParamClass, getParamName, getRequired, getText, getUnary, getUseUserTimeZone, getWidth, isGroup, removeListener, resolveParam, setCaption, setEntityParamView, setEntityParamWhere, setHidden, setInExpr, setJavaClass, setLocCaption, setParam, setRequired, setUnary, setUseUserTimeZone, setWidth, toStringgetId, getUuid, setId, setUuidcopySystemState, equals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValueaddPropertyChangeListener, getInstanceName, getMethodsCache, getValueEx, getValueEx, propertyChanged, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, getInstanceName, getValueEx, getValueEx, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExpublic PropertyCondition(PropertyCondition condition)
public PropertyCondition(org.dom4j.Element element,
java.lang.String messagesPack,
java.lang.String filterComponentName,
MetaClass metaClass)
public PropertyCondition(AbstractConditionDescriptor descriptor, java.lang.String entityAlias)
protected void updateText()
updateText in class AbstractConditionprotected java.lang.String dateIntervalConditionToJpql(java.lang.String propertyName)
public java.lang.String getOperatorType()
public void toXml(org.dom4j.Element element,
Param.ValueProperty valueProperty)
toXml in class AbstractConditionpublic void setOperator(Op operator)
setOperator in class AbstractConditionpublic java.lang.String getLocCaption()
getLocCaption in class AbstractConditionpublic java.lang.String getPropertyLocCaption()
public java.lang.String getOperationCaption()
getOperationCaption in class AbstractConditionpublic AbstractOperationEditor createOperationEditor()
createOperationEditor in class AbstractConditionpublic AbstractCondition createCopy()
createCopy in class AbstractCondition