- java.lang.Object
-
- org.tentackle.fx.AbstractFxController
-
- org.tentackle.fx.rdc.admin.SessionsView
-
- All Implemented Interfaces:
org.tentackle.fx.FxController,org.tentackle.validate.ScopeConfigurator
@FxControllerService public class SessionsView extends org.tentackle.fx.AbstractFxControllerView showing all sessions logged in to the middle tier.
Allows killing sessions as well.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description SessionsView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure()org.tentackle.fx.container.FxHBoxgetButtonBox()Gets the button box.
Used to add additional buttons, for example to close the stage.
-
-
-
Method Detail
-
configure
public void configure()
- Specified by:
configurein interfaceorg.tentackle.fx.FxController- Overrides:
configurein classorg.tentackle.fx.AbstractFxController
-
getButtonBox
public org.tentackle.fx.container.FxHBox getButtonBox()
Gets the button box.
Used to add additional buttons, for example to close the stage.- Returns:
- the button box
-
-