com.stimulsoft.webdesigner.helper
Class StiInsertionComponents

java.lang.Object
  extended by com.stimulsoft.webdesigner.helper.StiInsertionComponents

public class StiInsertionComponents
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiInsertionComponents()
           
 
Method Summary
static void insert(StiPage currentPage)
           
static void insert(StiPage currentPage, boolean alignToGrid)
           
static void insertComponents(StiPage currentPage, StiComponentsCollection comps)
           
static void insertComponents(StiPage currentPage, StiComponentsCollection comps, boolean alignToGrid)
           
static void insertGroups(StiPage currentPage, StiGroup group)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiInsertionComponents

public StiInsertionComponents()
Method Detail

insertGroups

public static void insertGroups(StiPage currentPage,
                                StiGroup group)

insertComponents

public static void insertComponents(StiPage currentPage,
                                    StiComponentsCollection comps)

insertComponents

public static void insertComponents(StiPage currentPage,
                                    StiComponentsCollection comps,
                                    boolean alignToGrid)

insert

public static void insert(StiPage currentPage)

insert

public static void insert(StiPage currentPage,
                          boolean alignToGrid)