| AefGridLayoutDataFactory | AefGridLayoutDataFactory. align(int hAlign,
     int vAlign) | Sets the alignment of the control within its cell. | 
| AefGridLayoutDataFactory | AefGridLayoutDataFactory. applyTo(StandardComponent<?,?>... components) | Creates a new AefGridLayoutData instance and assigns it to the specified components. | 
| AefGridLayoutDataFactory | 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 | 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 | 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 | AefGridLayoutDataFactory. hint(int xHint,
    int yHint) | Sets the width and height hints. | 
| AefGridLayoutDataFactory | AefGridLayoutDataFactory. indent(int hIndent,
      int vIndent) | Sets the indent of the control within the cell. | 
| AefGridLayoutDataFactory | AefGridLayoutDataFactory. minSize(int minX,
       int minY) | Sets the minimum size for the control. | 
| AefGridLayoutDataFactory | AefGridLayoutDataFactory. span(int hSpan,
    int vSpan) | Sets the AefGridLayoutData span. |