Class FormPresElementBaseTransformationStrategy<C extends FormPresElementBaseTransformationContext<?,?>>
- java.lang.Object
-
- com._1c.g5.v8.dt.form.layout.transformation.AbstractLayoutTransformationStrategy<C>
-
- com._1c.g5.v8.dt.form.layout.transformation.FormPresElementBaseTransformationStrategy<C>
-
- All Implemented Interfaces:
ILayoutTransformationStrategy<C>
- Direct Known Subclasses:
ChartTransformationStrategy
,DendrogramTransformationStrategy
,ExternalObjectTransformationStrategy
,FlowchartTransformationStrategy
,FormattedDocTransformationStrategy
,GanttChartTransformationStrategy
,GeographicalMapTransformationStrategy
,HTMLTransformationStrategy
,MoxelTransformationStrategy
,PlannerTransformationStrategy
public class FormPresElementBaseTransformationStrategy<C extends FormPresElementBaseTransformationContext<?,?>> extends AbstractLayoutTransformationStrategy<C>
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.form.layout.transformation.AbstractLayoutTransformationStrategy
transformationStrategyRegistry
-
-
Constructor Summary
Constructors Constructor Description FormPresElementBaseTransformationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConstantRanges(C transformationContext)
int
getLogicRowsHeight(HorStrategy horStrategy, VerStrategy verStrategy, int adaptiveGroupingCount, int maxWidth, C transformationContext)
HippoLayElementBase
getVariant(HorStrategy horStrategy, VerStrategy verStrategy, int adaptiveGroupingCount, int maxWidth, int maxHeight, boolean noExternalAlign, GetVariantAdditionalOptions options, C transformationContext)
Estimate
getVariantEstimate(HorStrategy horStrategy, VerStrategy verStrategy, int adaptiveGroupingCount, int maxWidth, int maxHeight, boolean noExternalAlign, GetVariantAdditionalOptions options, C transformationContext)
-
Methods inherited from class com._1c.g5.v8.dt.form.layout.transformation.AbstractLayoutTransformationStrategy
createEstimate, createEstimate, getChildContextsByIdx, getEffectiveCustomization
-
-
-
-
Method Detail
-
getVariant
public HippoLayElementBase getVariant(HorStrategy horStrategy, VerStrategy verStrategy, int adaptiveGroupingCount, int maxWidth, int maxHeight, boolean noExternalAlign, GetVariantAdditionalOptions options, C transformationContext)
-
getVariantEstimate
public Estimate getVariantEstimate(HorStrategy horStrategy, VerStrategy verStrategy, int adaptiveGroupingCount, int maxWidth, int maxHeight, boolean noExternalAlign, GetVariantAdditionalOptions options, C transformationContext)
-
getLogicRowsHeight
public int getLogicRowsHeight(HorStrategy horStrategy, VerStrategy verStrategy, int adaptiveGroupingCount, int maxWidth, C transformationContext)
-
getConstantRanges
public int getConstantRanges(C transformationContext)
-
-