package com.smartgwt.client.docs; /** * Properties that can be set on members of a layout to control how the layout is done * @see com.smartgwt.client.widgets.Canvas#setShowResizeBar * @see com.smartgwt.client.widgets.layout.Layout#getMemberOffset * @see com.smartgwt.client.widgets.layout.Layout#getMemberDefaultBreadth * @see com.smartgwt.client.widgets.Canvas#getCanDropBefore * @see com.smartgwt.client.widgets.layout.Layout#getDefaultLayoutAlign * @see com.smartgwt.client.widgets.layout.Layout#getMemberOverlap * @see com.smartgwt.client.widgets.Canvas#getLayoutAlign * @see com.smartgwt.client.widgets.Canvas#getShowResizeBar * @see com.smartgwt.client.widgets.Canvas#getResizeBarTarget * @see com.smartgwt.client.widgets.Canvas#getExtraSpace * @see com.smartgwt.client.widgets.layout.SectionStackSection#getCanDropBefore * @see com.smartgwt.client.widgets.layout.SectionStack#getItemIndent * @see com.smartgwt.client.widgets.layout.SectionStack#getItemStartIndent * @see com.smartgwt.client.widgets.layout.SectionStack#getItemEndIndent */ public interface LayoutMember { }