@Override public void setPlatformValue(Platform platform) { if (platform != null) { platformValueListBox.setValueForced(platform); lastPlatformChoice = platform; } }
@Override public void setArticlePfValue(ArticlePf article) { if (article != null) { articlePfValueListBox.setValueForced(article); lastArticleChoice = article; presenter.setParamSessionArticlePf(article); } }