java.lang.Object
org.tentackle.fx.AbstractFxController
org.tentackle.fx.rdc.admin.SessionsView
- All Implemented Interfaces:
FxController,org.tentackle.validate.ScopeConfigurator
View showing all sessions logged in to the middle tier.
Allows killing sessions as well.
Allows killing sessions as well.
- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected TableConfiguration<AdminExtension.SessionData>Creates the table configuration.Gets the button box.
Used to add additional buttons, for example to close the stage.protected booleanReturns whether killing a session is allowed.protected voidShows the security dialog.Methods inherited from class org.tentackle.fx.AbstractFxController
createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
-
Constructor Details
-
SessionsView
public SessionsView()
-
-
Method Details
-
configure
public void configure()- Specified by:
configurein interfaceFxController- Overrides:
configurein classAbstractFxController
-
getButtonBox
Gets the button box.
Used to add additional buttons, for example to close the stage.- Returns:
- the button box
-
isKillSessionAllowed
protected boolean isKillSessionAllowed()Returns whether killing a session is allowed.- Returns:
- true if allowed
-
showSecurityDialog
protected void showSecurityDialog()Shows the security dialog. -
createTableConfiguration
Creates the table configuration.- Returns:
- the table config
-