Uses of Record Class
cool.scx.data.build_control.BuildControlInfo
Packages that use BuildControlInfo
-
Uses of BuildControlInfo in cool.scx.data.aggregation
Methods in cool.scx.data.aggregation that return BuildControlInfoConstructors in cool.scx.data.aggregation with parameters of type BuildControlInfoModifierConstructorDescriptionAgg(String alias, String expression, BuildControlInfo info) ExpressionGroupBy(String alias, String expression, BuildControlInfo info) FieldGroupBy(String fieldName, BuildControlInfo info) -
Uses of BuildControlInfo in cool.scx.data.build_control
Methods in cool.scx.data.build_control that return BuildControlInfoModifier and TypeMethodDescriptionstatic BuildControlInfoBuildControlInfo.ofInfo(BuildControl... controls) -
Uses of BuildControlInfo in cool.scx.data.query
Methods in cool.scx.data.query that return BuildControlInfoConstructors in cool.scx.data.query with parameters of type BuildControlInfoModifierConstructorDescriptionCondition(String selector, ConditionType conditionType, Object value1, Object value2, BuildControlInfo info) OrderBy(String selector, OrderByType orderByType, BuildControlInfo info)