com.extjs.gxt.ui.client.widget.form
クラス RadioGroup

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.extjs.gxt.ui.client.widget.Component
              extended by com.extjs.gxt.ui.client.widget.BoxComponent
                  extended by com.extjs.gxt.ui.client.widget.form.Field<F>
                      extended by com.extjs.gxt.ui.client.widget.form.MultiField<Radio>
                          extended by com.extjs.gxt.ui.client.widget.form.RadioGroup
すべての実装インターフェース:
Observable, com.google.gwt.user.client.EventListener

public class RadioGroup
extends MultiField<Radio>

A group of Radio's.


入れ子クラス 概要
 
クラス com.extjs.gxt.ui.client.widget.form.Field から継承された 入れ子クラス/インターフェース
Field.FieldMessages
 
クラス com.google.gwt.user.client.ui.UIObject から継承された 入れ子クラス/インターフェース
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field 概要
 
クラス com.google.gwt.user.client.ui.UIObject から継承されたフィールド(Fields)
DEBUG_ID_PREFIX
 
コンストラクタ 概要
RadioGroup()
          Creates a new radio group.
RadioGroup(java.lang.String name)
          Creates a new radio group.
 
メソッド 概要
 Radio getValue()
          Returns the selected radio.
 boolean isValid()
          Returns whether or not the field value is currently valid.
 void setValue(Radio value)
          Sets a data value into the field and validates it.
 
クラス com.extjs.gxt.ui.client.widget.form.MultiField から継承されたメソッド
add, disable, enable, get, getAll, getOrientation, getSpacing, getValidator, onBrowserEvent, onComponentEvent, reset, setOrientation, setReadOnly, setSpacing, setValidator
 
クラス com.extjs.gxt.ui.client.widget.form.Field から継承されたメソッド
addKeyListener, clearInvalid, focus, getAutoValidate, getEmptyText, getFieldLabel, getLabelSeparator, getLabelStyle, getMessages, getMessageTarget, getName, getPropertyEditor, getRawValue, getValidateOnBlur, getValidationDelay, isDirty, isReadOnly, markInvalid, removeKeyListener, setAutoValidate, setEmptyText, setFieldLabel, setLabelSeparator, setLabelStyle, setMessages, setMessageTarget, setName, setPropertyEditor, setRawValue, setTabIndex, setValidateOnBlur, setValidationDelay, validate
 
クラス com.extjs.gxt.ui.client.widget.BoxComponent から継承されたメソッド
getBounds, getHeight, getHeight, getPosition, getShadow, getSize, getWidth, getWidth, isAutoHeight, isAutoWidth, isDeferHeight, isShim, setAutoHeight, setAutoWidth, setBounds, setBounds, setDeferHeight, setHeight, setHeight, setPagePosition, setPagePosition, setPixelSize, setPosition, setShadow, setShim, setSize, setSize, setWidth, setWidth
 
クラス com.extjs.gxt.ui.client.widget.Component から継承されたメソッド
addListener, addStyleName, addWidgetListener, disableEvents, disableTextSelection, el, enableEvents, fireEvent, fireEvent, fireEvent, fly, getBaseStyle, getBorders, getData, getData, getElement, getId, getItemId, getModel, getState, getToolTip, hide, hideToolTip, isEnabled, isRendered, isVisible, recalculate, removeAllListeners, removeFromParent, removeListener, removeStyleName, removeWidgetListener, render, render, saveState, setBorders, setData, setData, setElement, setEnabled, setEnableState, setId, setIntStyleAttribute, setItemId, setStyleAttribute, setStyleName, setTitle, setToolTip, setToolTip, setVisible, show, toString
 
クラス com.google.gwt.user.client.ui.Widget から継承されたメソッド
getParent, isAttached
 
クラス com.google.gwt.user.client.ui.UIObject から継承されたメソッド
addStyleDependentName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, removeStyleDependentName, setStylePrimaryName, setVisible, sinkEvents, unsinkEvents
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタ 詳細

RadioGroup

public RadioGroup()
Creates a new radio group.


RadioGroup

public RadioGroup(java.lang.String name)
Creates a new radio group.

パラメータ:
name - the group name
メソッド 詳細

getValue

public Radio getValue()
Returns the selected radio.

オーバーライド:
getValue in class Field<Radio>
戻り値:
the fields value

isValid

public boolean isValid()
Description copied from class: Field
Returns whether or not the field value is currently valid.

オーバーライド:
isValid in class MultiField<Radio>
戻り値:
true if the value is valid, otherwise false

setValue

public void setValue(Radio value)
Description copied from class: Field
Sets a data value into the field and validates it. If the field is rendered, To set the value directly without validation see Field.setRawValue(java.lang.String).

オーバーライド:
setValue in class Field<Radio>
パラメータ:
value - the value to set