com.extjs.gxt.ui.client.widget.form
クラス ListModelPropertyEditor<Data extends ModelData>

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.form.ModelPropertyEditor<Data>
      extended by com.extjs.gxt.ui.client.widget.form.ListModelPropertyEditor<Data>
Type Parameters:
Data - the model data type
すべての実装インターフェース:
PropertyEditor<Data>

public class ListModelPropertyEditor<Data extends ModelData>
extends ModelPropertyEditor<Data>

PropertyEditor for a list of model instances.


Field 概要
 
インタフェース com.extjs.gxt.ui.client.widget.form.PropertyEditor から継承されたフィールド(Fields)
DEFAULT
 
コンストラクタ 概要
ListModelPropertyEditor()
          Creates a new property editor.
ListModelPropertyEditor(java.lang.String displayProperty)
          Creates a new property editor.
 
メソッド 概要
 Data convertStringValue(java.lang.String value)
          Converts a string to the typed value.
 void setList(java.util.List<Data> models)
          Sets the list of models.
 
クラス com.extjs.gxt.ui.client.widget.form.ModelPropertyEditor から継承されたメソッド
getDisplayProperty, getStringValue, setDisplayProperty
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタ 詳細

ListModelPropertyEditor

public ListModelPropertyEditor()
Creates a new property editor.


ListModelPropertyEditor

public ListModelPropertyEditor(java.lang.String displayProperty)
Creates a new property editor.

パラメータ:
displayProperty - the display property name
メソッド 詳細

setList

public void setList(java.util.List<Data> models)
Sets the list of models.

パラメータ:
models - the list of models

convertStringValue

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

パラメータ:
value - the string value
戻り値:
the type value or null if value cannot be converted