Exemplo n.º 1
0
 @Override
 public void clearArticlePfListBox() {
   articlePfValueListBox.clearValueListBox();
   List<ArticlePf> emptyArticlePfList = new ArrayList<>();
   emptyArticlePfList.add(EmptyObject.getEmptyArticlePf());
   articlePfValueListBox.addComplexAcceptableValues(emptyArticlePfList, MESSAGES.tous());
 }
Exemplo n.º 2
0
 @Override
 public void clearPlatformListBox() {
   platformValueListBox.clearValueListBox();
   List<Platform> emptyPlatformList = new ArrayList<>();
   emptyPlatformList.add(EmptyObject.getEmptyPlatform());
   platformValueListBox.addComplexAcceptableValues(emptyPlatformList, MESSAGES.toutes());
 }