Interface IExpressionUpdates
-
- All Superinterfaces:
IIdHolder,java.io.Serializable
- All Known Implementing Classes:
AbstractExpression,AbstractExpressionWithParameters,GridCustomColumn,GridCustomFilter
public interface IExpressionUpdates extends IIdHolder, java.io.Serializable
Description of the updates which should be performed on a stored expression (e.g. grid custom filter or column expression).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetExpression()java.util.DategetModificationDate()java.lang.StringgetName()booleanisPublic()
-