ig.spreadsheet.ComboBoxListItem

UI のリスト (ComboBox など) の DataValue および DisplayText を含むオブジェクト。

依存関係

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.xml.js
infragistics.dv_interactivity.js
infragistics.dv_core.js
infragistics.documents.core_core.js
infragistics.dv_jquerydom.js
infragistics.excel_core.js
infragistics.ext_ui.js
infragistics.undo.js
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • ig.spreadsheet.ComboBoxListItem
    コンストラクター

    new $.ig.spreadsheet.ComboBoxListItem( dataValue:object, displayText:string );

    ComboBoxListItem クラスのインスタンスを新規作成します。

    • dataValue
    • タイプ:object
    • 項目のデータ値。
    • displayText
    • タイプ:string
    • 項目に表示するテキスト。
  • dataValue

    .dataValue( );

    項目のデータ値を取得します。

  • dataValue

    .dataValue( value:object );

    項目のデータ値を取得します。

    • value
    • タイプ:object
  • displayText

    .displayText( );

    項目に表示するテキストを取得します。

  • displayText

    .displayText( value:string );

    項目に表示するテキストを取得します。

    • value
    • タイプ:string
  • tag

    .tag( );

  • tag

    .tag( value:object );

    • value
    • タイプ:object
  • toString

    .toString( );
    返却型:
    string
    返却型の説明:
    現在のオブジェクトを表す文字列。

    現在オブジェクトを表す文字列を返します。

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.