Interface BankTagsConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
position()
void
position(int idx)
default boolean
preventTagTabDrags()
default boolean
rememberTab()
default boolean
removeSeparators()
default String
tab()
void
tab(String tab)
default boolean
tabs()
-
-
-
Method Detail
-
tabs
default boolean tabs()
-
rememberTab
default boolean rememberTab()
-
removeSeparators
default boolean removeSeparators()
-
preventTagTabDrags
default boolean preventTagTabDrags()
-
position
default int position()
-
position
void position(int idx)
-
tab
default String tab()
-
tab
void tab(String tab)
-
-