The spacer item style inserts empty space in a page. SpacerBeans occupy a fixed amount of space in an HTML layout.
Suppose you want to have some gap in between the regions or in between the items placed in any Oracle Application Framework page then you can use the Spacer item type provided by Oracle Apps Framework. The spacer item style has height and width properties so that you can specify either horizontal, vertical or even both types of spaces in the Oracle Apps Framework page.
Corresponding web bean: OASpacerBean
Import Path: import oracle.apps.fnd.framework.webui.beans.layout.OASpacerBean;