public class CustomCondition 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| Modifier | Constructor and Description |
|---|---|
|
CustomCondition() |
protected |
CustomCondition(AbstractCondition other) |
|
CustomCondition(AbstractConditionDescriptor descriptor,
java.lang.String where,
java.lang.String join,
java.lang.String entityAlias,
boolean inExpr) |
|
CustomCondition(org.dom4j.Element element,
java.lang.String messagesPack,
java.lang.String filterComponentName,
MetaClass metaClass) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCondition |
createCopy() |
AbstractOperationEditor |
createOperationEditor() |
java.lang.String |
getJoin() |
java.lang.String |
getWhere() |
void |
setJoin(java.lang.String join) |
void |
setWhere(java.lang.String where) |
void |
toXml(org.dom4j.Element element,
Param.ValueProperty valueProperty) |
addListener, canBeRequired, canHasDefaultValue, canHasWidth, getCaption, getEntityAlias, getEntityMetaClass, getEntityParamView, getEntityParamWhere, getFilterComponentName, getHidden, getInExpr, getJavaClass, getLocCaption, getName, getOperationCaption, getOperationEditor, getOperator, getParam, getParamClass, getParamName, getRequired, getText, getUnary, getUseUserTimeZone, getWidth, isGroup, removeListener, resolveParam, setCaption, setEntityParamView, setEntityParamWhere, setHidden, setInExpr, setJavaClass, setLocCaption, setOperator, setParam, setRequired, setUnary, setUseUserTimeZone, setWidth, toString, updateTextgetId, 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 CustomCondition()
protected CustomCondition(AbstractCondition other)
public CustomCondition(org.dom4j.Element element,
java.lang.String messagesPack,
java.lang.String filterComponentName,
MetaClass metaClass)
public CustomCondition(AbstractConditionDescriptor descriptor, java.lang.String where, java.lang.String join, java.lang.String entityAlias, boolean inExpr)
public void toXml(org.dom4j.Element element,
Param.ValueProperty valueProperty)
toXml 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 AbstractCondition createCopy()
createCopy in class AbstractCondition