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

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.form.BooleanPropertyEditor
すべての実装インターフェース:
PropertyEditor<java.lang.Boolean>

public class BooleanPropertyEditor
extends java.lang.Object
implements PropertyEditor<java.lang.Boolean>

PropertyEditor for boolean values.


Field 概要
 
インタフェース com.extjs.gxt.ui.client.widget.form.PropertyEditor から継承されたフィールド(Fields)
DEFAULT
 
コンストラクタ 概要
BooleanPropertyEditor()
           
 
メソッド 概要
 java.lang.Boolean convertStringValue(java.lang.String value)
          Converts a string to the typed value.
 java.lang.String getStringValue(java.lang.Boolean value)
          Returns the data as a string.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタ 詳細

BooleanPropertyEditor

public BooleanPropertyEditor()
メソッド 詳細

convertStringValue

public java.lang.Boolean convertStringValue(java.lang.String value)
Description copied from interface: PropertyEditor
Converts a string to the typed value.

Specified by:
convertStringValue in interface PropertyEditor<java.lang.Boolean>
パラメータ:
value - the string value
戻り値:
the type value or null if value cannot be converted

getStringValue

public java.lang.String getStringValue(java.lang.Boolean value)
Description copied from interface: PropertyEditor
Returns the data as a string.

Specified by:
getStringValue in interface PropertyEditor<java.lang.Boolean>
パラメータ:
value - the typed value
戻り値:
the value as a string