コード例 #1
0
 public void setEnabled(boolean enabled) {
   this.signature.setVisible(id.getValue() != null && id.getValue() > 0);
   this.ip.setEnabled(enabled);
   this.token.setEnabled(enabled);
   //        this.application.setEnabled(enabled);
 }
コード例 #2
0
 @Override
 public void setNofCards(int no) {
   nofcards.setValue(no);
 }