Package io.jmix.flowui.entity.filter
Class LogicalFilterCondition
java.lang.Object
io.jmix.flowui.entity.filter.FilterCondition
io.jmix.flowui.entity.filter.LogicalFilterCondition
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GroupFilterCondition
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Boolean
protected List<FilterCondition>
Fields inherited from class io.jmix.flowui.entity.filter.FilterCondition
componentId, enabled, label, localizedLabel, parent, styleName, visible
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOperation
(LogicalFilterComponent.Operation operation) void
setOperationTextVisible
(Boolean operationTextVisible) void
setOwnFilterConditions
(List<FilterCondition> ownFilterConditions) Methods inherited from class io.jmix.flowui.entity.filter.FilterCondition
getComponentId, getEnabled, getLabel, getLocalizedLabel, getParent, getStyleName, getVisible, setComponentId, setEnabled, setLabel, setLocalizedLabel, setParent, setStyleName, setVisible
-
Field Details
-
operation
-
operationTextVisible
-
ownFilterConditions
-
-
Constructor Details
-
LogicalFilterCondition
public LogicalFilterCondition()
-
-
Method Details
-
getOperation
-
setOperation
-
getOperationTextVisible
-
setOperationTextVisible
-
getOwnFilterConditions
-
setOwnFilterConditions
-