パッケージ jp.co.antenna.ptl

クラス PtlFieldRadioButton

すべての実装されたインタフェース:
AutoCloseable

public class PtlFieldRadioButton extends PtlFieldButton
フォームのラジオボタンを表現したクラスです。
  • コンストラクタの詳細

    • PtlFieldRadioButton

      public PtlFieldRadioButton() throws PtlException
      コンストラクタ
      例外:
      PtlException - 例外
    • PtlFieldRadioButton

      public PtlFieldRadioButton(PtlFieldRadioButton obj) throws PtlException
      コピーコンストラクタ
      alias copy
      パラメータ:
      obj - コピー元オブジェクト。
      例外:
      PtlException - 例外
  • メソッドの詳細

    • isSelected

      public boolean isSelected() throws PtlException
      このラジオボタンが選択されているかどうかを取得。
      戻り値:
      true: 選択されている、false: 選択されていない。
      例外:
      PtlException - 例外
    • setSelected

      public void setSelected() throws PtlException
      このラジオボタンを選択する。
      例外:
      PtlException - 例外