Uses of Interface
org.teamapps.webcontroller.WebController
-
Packages that use WebController Package Description org.teamapps.ux.application org.teamapps.webcontroller -
-
Uses of WebController in org.teamapps.ux.application
Classes in org.teamapps.ux.application that implement WebController Modifier and Type Class Description classResponsiveApplicationController -
Uses of WebController in org.teamapps.webcontroller
Classes in org.teamapps.webcontroller that implement WebController Modifier and Type Class Description classSimpleApplicationWebControllerclassSimpleWebControllerMethods in org.teamapps.webcontroller that return WebController Modifier and Type Method Description static WebControllerSimpleWebController. createDefaultController(java.util.function.Function<SessionContext,Component> componentSupplier)static WebControllerSimpleWebController. createDefaultController(java.util.function.Function<SessionContext,Component> componentSupplier, org.teamapps.common.format.Color defaultBackgroundColor)static WebControllerSimpleWebController. createDefaultController(java.util.function.Function<SessionContext,Component> componentSupplier, org.teamapps.common.format.Color defaultBackgroundColor, boolean showBackgroundImage)
-