An OA Framework page can be created up of merely one or many regions. You will find a lots of available regions that include OA Framework, they are known as as seeded regions.
An area in OAF is really a Java Bean that functions like a container for other regions and products. Hence it’s possible to nest the regions and put products within the regions. The naming convention from the regions will itself claim that how that region will make the feel of the products once the page is made. e.g. an area of style as OAStackLayout will render all of the products placed within it inside a Stack kind of format i.e. all of the products placed in this fashion of region will be just one column.
A Product in OAF is another kind of sachet manufacturer which cannot hold other products, illustration of a product could be a OAMessageChoiceBean. Because the title indicates this bean, when made, will give you an option box, where Business user can choose a choice from a listing of accessible ones.
Automatically, the very first region on any OAF page needs to constitute the design and style as pageLayout, this is actually the region that produces the seeded links to the page according to Oracle Application Framework recommendations and standards. You will find two methods to create regions and products onto an OAF page. They are declarative and run time. In run time method you need to import the specific sachet packaging and also the you need to produce a handle from the imported bean. Once this is accomplished then you’ll need to include that handle to particular region. This really is a little complicated task and requires understanding with a minimum of fundamental Java.