The SelectionButton in Oracle Application Framework creates a button that can select the whole row of a table.
The restriction that Oracle Apps Framework puts for the SelectionButton is that it can be created only under a singleSelection or multipleSelection named child in a table region.
SelectionButton inherites all the properties from submitButton hence please refer to the submitButton section for more information on all submitButton properties.
Corresponding web bean: OASelectionButtonBean
Import Path: import oracle.apps.fnd.framework.webui.beans.form.OASelectionButtonBean;