コード例 #1
0
 @Override
 public boolean getResourceLocalTransactions() {
   return transactionTypeResourceLocalRadioButton.getValue();
 }
コード例 #2
0
 @Override
 public boolean getJTATransactions() {
   return transactionTypeJTARadioButton.getValue();
 }