public class DynamicAttributesCondition extends AbstractCondition
AbstractCondition.ListenerInstance.PropertyChangeEvent, Instance.PropertyChangeListener| Constructor and Description |
|---|
DynamicAttributesCondition(AbstractConditionDescriptor descriptor,
java.lang.String entityAlias,
java.lang.String propertyPath) |
DynamicAttributesCondition(DynamicAttributesCondition condition) |
DynamicAttributesCondition(org.dom4j.Element element,
java.lang.String messagesPack,
java.lang.String filterComponentName,
Datasource datasource) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCondition |
createCopy() |
AbstractOperationEditor |
createOperationEditor() |
java.util.UUID |
getCategoryAttributeId() |
java.util.UUID |
getCategoryId() |
boolean |
getIsCollection() |
java.lang.String |
getJoin() |
java.lang.String |
getLocCaption() |
java.lang.String |
getOperationCaption() |
java.lang.String |
getPropertyPath() |
java.lang.String |
getWhere() |
void |
setCategoryAttributeId(java.util.UUID categoryAttributeId) |
void |
setCategoryId(java.util.UUID id) |
void |
setIsCollection(boolean collection) |
void |
setJoin(java.lang.String join) |
void |
setOperator(Op operator) |
void |
setWhere(java.lang.String where) |
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 DynamicAttributesCondition(DynamicAttributesCondition condition)
public DynamicAttributesCondition(AbstractConditionDescriptor descriptor, java.lang.String entityAlias, java.lang.String propertyPath)
public DynamicAttributesCondition(org.dom4j.Element element,
java.lang.String messagesPack,
java.lang.String filterComponentName,
Datasource datasource)
public void toXml(org.dom4j.Element element,
Param.ValueProperty valueProperty)
toXml in class AbstractConditionpublic java.util.UUID getCategoryId()
public void setCategoryId(java.util.UUID id)
public java.util.UUID getCategoryAttributeId()
public void setCategoryAttributeId(java.util.UUID categoryAttributeId)
public boolean getIsCollection()
public void setIsCollection(boolean collection)
public void setOperator(Op operator)
setOperator in class AbstractConditionpublic java.lang.String getOperationCaption()
getOperationCaption in class AbstractConditionpublic AbstractOperationEditor createOperationEditor()
createOperationEditor in class AbstractConditionpublic java.lang.String getJoin()
public void setJoin(java.lang.String join)
public java.lang.String getWhere()
public void setWhere(java.lang.String where)
public java.lang.String getPropertyPath()
public AbstractCondition createCopy()
createCopy in class AbstractConditionpublic java.lang.String getLocCaption()
getLocCaption in class AbstractCondition