public class PropertyCondition extends AbstractCondition
AbstractCondition.ListenerInstance.PropertyChangeEvent, Instance.PropertyChangeListener| Constructor and Description |
|---|
PropertyCondition(AbstractConditionDescriptor descriptor,
java.lang.String entityAlias) |
PropertyCondition(org.dom4j.Element element,
java.lang.String messagesPack,
java.lang.String filterComponentName,
Datasource datasource) |
PropertyCondition(PropertyCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCondition |
createCopy() |
AbstractOperationEditor |
createOperationEditor() |
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) |
addListener, canBeRequired, canHasDefaultValue, canHasWidth, getCaption, getDatasource, getEntityAlias, getEntityParamView, getEntityParamWhere, getFilterComponentName, getHidden, getInExpr, getJavaClass, getName, getOperationEditor, getOperator, getParam, getParamClass, getParamName, getRequired, getText, getUnary, getUseUserTimeZone, getWidth, isGroup, removeListener, setCaption, setEntityParamView, setEntityParamWhere, setHidden, setInExpr, setJavaClass, setLocCaption, setParam, setRequired, setUnary, setUseUserTimeZone, setWidth, toStringgetId, getUuid, setId, setUuidequals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValueaddListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueExaddListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueExpublic PropertyCondition(PropertyCondition condition)
public PropertyCondition(org.dom4j.Element element,
java.lang.String messagesPack,
java.lang.String filterComponentName,
Datasource datasource)
public PropertyCondition(AbstractConditionDescriptor descriptor, java.lang.String entityAlias)
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