-
Veraltete Klassen
-
Veraltete MethodenMethodeBeschreibungTeamApps does not care about HTTP sessions anymore. Please set the http session timeout in a different way. This will be removed in some future version.TeamApps does not care about HTTP sessions anymore. Please set the http session timeout in a different way. This will be removed in some future version. The cleanest way to set
HttpSession.setMaxInactiveInterval(int)would be by registering aHttpSessionListener. Also note that theHttpSessionis still available viaSessionContext.getHttpSession().Use theDisposablereturned byEvent.addListener(Runnable)instead!Use theDisposablereturned byEvent.addListener(Consumer)instead!Use explicit ui commands instead.really needed anywhere? what for?
-
Veraltete KonstruktorenKonstruktorBeschreibungOnly for Jackson deserialization. Use the other constructor instead.
InfiniteItemView2instead!