Subscribe

How to check Radiobuttons and Buttons

  1. 2011-08-29 23:22:34 PDT
    Hello, PDAcroFormField button PDAcroFormField radiobutton Is there any possibility to check whether the FormField is a Button or a Radiobutton? Yes I know they are both Buttons, but it isnt the same I think ;) When I call System.out.println(button.isTypeBtn()) System.out.println(radiobutton.isTypeBtn()) it will be: true true Is there a another way to check a radiobutton?
  2. 2011-08-30 02:31:44 PDT
    How about button.isRadio() or button.isPushbutton()
  3. 2011-08-30 03:09:20 PDT
    I am sorry I must have missed that These functions are in PDAFButtonField.
Jump To:
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.