How to define TabPanel in UiBinder in GWT. What's difference between TabPanel and TabLayoutPanel. Where to find additional info about TabPanel uibinder parameters.
Sample:
<g:TabPanel ui:field="mainTab">
<g:Tab text="Header #1">
<g:FlowPanel ui:field="tabPanel1"/>
</g:Tab>
<g:Tab text="Header #2">
<g:FlowPanel ui:field="tabPanel2"/>
</g:Tab>
</g:TabPanel>
There are two main differents in TabPanel and TabLayoutPanel:
You can find more info about TabPanel in TabPanelParser class.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With