Tag Archives: selectOneButton

How to implement the selectOneButton (or) Tabs in the UI using ADF Mobile.

To implement the Tab functionality we need to use the “selectOneButton” component as below <amx:selectOneButton value=”#{preferenceScope.application.Customers.perfCustomerDefaultPanel}” simple=”true” inlineStyle=”width:100%;” > <amx:selectItem label=”#{viewcontrollerBundle.BY_Value1}” value=”P” /> <amx:selectItem label=”#{viewcontrollerBundle.BY_Value2}” value=”N“/> </amx:selectOneButton> With the above component the tab will appear in the UI as Based … Continue reading

Posted in ADF Mobile | Tagged , , , , | 1 Comment