Uses of Enum Class
com.github.tadukoo.view.constants.TabPlacement
Packages that use TabPlacement
Package
Description
Contains constants used in View settings
Provides
TabbedForm (and
AbstractTabbedForm) to be used for displaying
MappedPojos to the user in a multi-tab layout-
Uses of TabPlacement in com.github.tadukoo.view.constants
Methods in com.github.tadukoo.view.constants that return TabPlacementModifier and TypeMethodDescriptionstatic TabPlacementReturns the enum constant of this class with the specified name.static TabPlacement[]TabPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TabPlacement in com.github.tadukoo.view.form.tabbed
Methods in com.github.tadukoo.view.form.tabbed that return TabPlacement