nga.servlet.dsp.writer
クラス RadioWriter
java.lang.Object
nga.servlet.dsp.writer.TargetValueWriter
nga.servlet.dsp.writer.CheckBoxWriter
nga.servlet.dsp.writer.RadioWriter
public class RadioWriter
- extends CheckBoxWriter
input type="radio" 用ライタ。
クラス nga.servlet.dsp.writer.TargetValueWriter から継承されたメソッド |
attr, attr, attr, attr, format, format, getClass, getErrorItem, getErrorValue, getFormat, getFormat, getLabel, getLabel, getScale, isCdataSection, isContainer, print, print, printErrorValue, println, println, println, printRequest, setTargetValue, writeAttribute |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadioWriter
public RadioWriter()
- RadioWriter を作成する。
getOnchangeScript
protected String getOnchangeScript()
- onchange 時に必ず実行するスクリプトを取得する。
- オーバーライド:
- クラス
CheckBoxWriter
内の getOnchangeScript
- 戻り値:
- onchange 時に必ず実行するスクリプト。
getType
protected String getType()
- type 属性値を取得する。
- オーバーライド:
- クラス
CheckBoxWriter
内の getType
- 戻り値:
- type 属性値。
setValue
protected void setValue()
- value 属性と checked 属性の設定を行なう。
- オーバーライド:
- クラス
CheckBoxWriter
内の setValue