In oracle application framework page the OAF DefaultDoubleColumn region was used to hold items in two columns.
Prompt of items will be right justified and the input fields will be left justified. But it was not fulfilling the Oracle BLAF (Browser Look and Feel) UI requirement/guidelines.
Hence, it is deprecated and messageComponentLayout should be used for better serving the purpose of placing items in OAF page along with header region which is called before messageComponentLayout in the OAF page.
Along with DefaultDoubleColumn layout, there was one more region known as DefaultSingleColumn layout was present.
DefaultSingleColumn severs the requirement of placing items in one column; it is also deprecated due to the same reason of not serving the purpose of Oracle BLAF UI.
Corresponding web bean: OADefaultDoubleColumnBean (deprecated)
OAF Default Double Column
Defalut Double Column In OAF
In oracle application framework page the OAF DefaultDoubleColumn region was used to hold items in two columns.
Prompt of items will be right justified and the input fields will be left justified. But it was not fulfilling the Oracle BLAF (Browser Look and Feel) UI requirement/guidelines.
Hence, it is deprecated and messageComponentLayout should be used for better serving the purpose of placing items in OAF page along with header region which is called before messageComponentLayout in the OAF page.
Along with DefaultDoubleColumn layout, there was one more region known as DefaultSingleColumn layout was present.
DefaultSingleColumn severs the requirement of placing items in one column; it is also deprecated due to the same reason of not serving the purpose of Oracle BLAF UI.
Corresponding web bean: OADefaultDoubleColumnBean (deprecated)