Good Morning,
is it possible to remove the close button (X) from a specific Tab?
regarding the Doc it is not possible isn't it?
public static enum TabPane.TabClosingPolicy
extends java.lang.Enum<TabPane.TabClosingPolicy>
This specifies how the TabPane handles tab closing from an end-users perspective. The options are:
[SOLVED]
is it possible to remove the close button (X) from a specific Tab?
regarding the Doc it is not possible isn't it?
public static enum TabPane.TabClosingPolicy
extends java.lang.Enum<TabPane.TabClosingPolicy>
This specifies how the TabPane handles tab closing from an end-users perspective. The options are:
- TabClosingPolicy.UNAVAILABLE: Tabs can not be closed by the user
- TabClosingPolicy.SELECTED_TAB: Only the currently selected tab will have the option to be closed, with a graphic next to the tab text being shown. The graphic will disappear when a tab is no longer selected.
- TabClosingPolicy.ALL_TABS: All tabs will have the option to be closed.
[SOLVED]
Last edited: