* explicitly. However such components as <code>FormPanel</code> set layout internally, so we need
* special way to access default implicit layout.
*/
protected LayoutInfo createDefaultImplicitLayout(CreationSupport creationSupport)
throws Exception {
return new DefaultLayoutInfo(getEditor(), creationSupport);
}