Uses of Class
com._1c.g5.aef2.standard.layout.AefGridLayoutDataFactory
Packages that use AefGridLayoutDataFactory
-
Uses of AefGridLayoutDataFactory in com._1c.g5.aef2.standard.layout
Methods in com._1c.g5.aef2.standard.layout that return AefGridLayoutDataFactoryModifier and TypeMethodDescriptionAefGridLayoutDataFactory.align
(int hAlign, int vAlign) Sets the alignment of the control within its cell.AefGridLayoutDataFactory.applyTo
(StandardComponent<?, ?>... components) Creates a new AefGridLayoutData instance and assigns it to the specified components.AefGridLayoutDataFactory.copy()
Creates a copy of the receiver.static AefGridLayoutDataFactory
AefGridLayoutDataFactory.createFrom
(AefGridLayoutData data) Creates a new AefGridLayoutDataFactory that creates copies of the given AefGridLayoutData by default.AefGridLayoutDataFactory.exclude
(boolean shouldExclude) Instructs the AefGridLayout to ignore this control when performing layouts.static AefGridLayoutDataFactory
AefGridLayoutDataFactory.fillDefaults()
Creates a AefGridLayoutDataFactory initialized with default values.AefGridLayoutDataFactory.grab
(boolean horizontal, boolean vertical) Determines whether extra horizontal or vertical space should be allocated to this control's column when the layout resizes.AefGridLayoutDataFactory.hint
(int xHint, int yHint) Sets the width and height hints.AefGridLayoutDataFactory.indent
(int hIndent, int vIndent) Sets the indent of the control within the cell.AefGridLayoutDataFactory.minSize
(int minX, int minY) Sets the minimum size for the control.AefGridLayoutDataFactory.span
(int hSpan, int vSpan) Sets the AefGridLayoutData span.