Uses of Class
org.teamapps.ux.component.mobile.NavigationBarButton
-
Packages that use NavigationBarButton Package Description org.teamapps.ux.component.mobile -
-
Uses of NavigationBarButton in org.teamapps.ux.component.mobile
Fields in org.teamapps.ux.component.mobile with type parameters of type NavigationBarButton Modifier and Type Field Description Event<NavigationBarButton>NavigationBar. onButtonClickMethods in org.teamapps.ux.component.mobile that return NavigationBarButton Modifier and Type Method Description static NavigationBarButton<BaseTemplateRecord>NavigationBarButton. create(org.teamapps.icons.api.Icon icon)static NavigationBarButton<BaseTemplateRecord>NavigationBarButton. create(org.teamapps.icons.api.Icon icon, java.lang.String caption)static <PAYLOAD> NavigationBarButton<BaseTemplateRecord<PAYLOAD>>NavigationBarButton. create(org.teamapps.icons.api.Icon icon, java.lang.String caption, PAYLOAD payload)static <PAYLOAD> NavigationBarButton<BaseTemplateRecord<PAYLOAD>>NavigationBarButton. create(org.teamapps.icons.api.Icon icon, PAYLOAD payload)Methods in org.teamapps.ux.component.mobile that return types with arguments of type NavigationBarButton Modifier and Type Method Description java.util.List<NavigationBarButton<RECORD>>NavigationBar. getButtons()Methods in org.teamapps.ux.component.mobile with parameters of type NavigationBarButton Modifier and Type Method Description NavigationBar<RECORD>NavigationBar. addButton(NavigationBarButton<RECORD> button)voidNavigationBar. removeButton(NavigationBarButton<RECORD> button)Method parameters in org.teamapps.ux.component.mobile with type arguments of type NavigationBarButton Modifier and Type Method Description voidNavigationBar. setButtons(java.util.List<NavigationBarButton<RECORD>> buttons)
-