Uses of Class
com._1c.g5.aef2.standard.layout.AefGridLayoutFactory
Packages that use AefGridLayoutFactory
-
Uses of AefGridLayoutFactory in com._1c.g5.aef2.standard.layout
Methods in com._1c.g5.aef2.standard.layout that return AefGridLayoutFactoryModifier and TypeMethodDescriptionAefGridLayoutFactory.copy()
Creates a copy of the reciever.static AefGridLayoutFactory
AefGridLayoutFactory.createFrom
(AefGridLayout l) Creates a factory that creates copies of the given layout.AefGridLayoutFactory.equalWidth
(boolean equal) Sets whether the columns should be forced to be equal widthAefGridLayoutFactory.extendedMargins
(int left, int right, int top, int bottom) Sets the margins for layouts created with this factory.static AefGridLayoutFactory
AefGridLayoutFactory.fillDefaults()
Creates a AefGridLayoutFactory that creates AefGridLayouts with no margins and default dialog spacing.AefGridLayoutFactory.margins
(int width, int height) Sets the margins for layouts created with this factory.AefGridLayoutFactory.numColumns
(int numColumns) Sets the number of columns in the layoutAefGridLayoutFactory.optimizedFirstColumnWidth
(int width) Sets the width of the first column for special optimized mode for layouts created with this factory.AefGridLayoutFactory.spacing
(int hSpacing, int vSpacing) Sets the spacing for layouts created with this factory.AefGridLayoutFactory.useOptimized
(boolean use) Sets the special optimized mode for layouts created with this factory.