表

コンポーネント属性 {#component-attribute}

コンポーネント属性の種類 {#component-attribute-type}

種類コード説明
CP_TABLE_FORM002行の追加を許可
001: 使用しない
002: 使用
CP_TABLE_FORM003フィールド設定

コンポーネント属性の情報 {#component-attribute-data}

属性タイプ説明
attributeTypestring属性の種類
attributeIdstring属性 ID
attributeNamestring属性名
attributeValueobject属性値

コンポーネント属性情報の詳細 {#component-attribute-data-detail}

tables {#component-attribute-data-tables}

属性タイプ説明
cellIdstringフィールド ID
cellTypestringフィールドの種類
text: 文字
number: 数字
date: 日付
combo: プルダウンリスト
multiCombo: 複数選択プルダウン
sequence: 列番号
link: URL
emp-search: メンバー検索
cellNamestring列名
comboOptionItemobjectプルダウンリストのオプション
001: 直接入力
002: 選択リストを使用
comboItemsarrayプルダウンリストの項目
comboOptionCodeItemobjectプルダウンリストの選択リスト
multiComboItemsarray複数選択プルダウンの項目

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_TABLE_FORM",      "attributeId": "002",        "attributeName": "行の追加を許可",        "attributeValue": {            "items": [                {                    "itemId": "002",                    "itemName": "使用"                }            ]        }  },  {      "attributeType": "CP_TABLE_FORM",      "attributeId": "003",      "attributeName": "フィールド設定",      "attributeValue": {          "tables": [              {                "cellId": "b1b42dc7-1234-1234-1234",                "cellType": "text",                "cellName": "名前"              },              {                "cellId": "b1b42dc7-1234-1234-1234",                "cellType": "number",                "cellName": "年齢"              },              {                "cellId": "b1b42dc7-1234-1234-1234",                "cellType": "date",                "cellName": "生年月日"              },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "combo",                    "cellName": "趣味",                    "comboOptionItem": {                        "itemId": "001",                        "itemName": "直接入力"                    },                    "comboItems": [                        {                            "itemId": "b1b42dc7-1234-1234-1234",                            "itemName": "登山"                        },                        {                            "itemId": "b1b42dc7-1234-1234-1234",                            "itemName": "読書"                        }                    ]                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "multicombo",                    "cellName": "趣味",                    "comboOptionItem": {                        "itemId": "001",                        "itemName": "直接入力"                    },                    "comboItems": [                        {                            "itemId": "b1b42dc7-1234-1234-1234",                            "itemName": "登山"                        },                        {                            "itemId": "b1b42dc7-1234-1234-1234",                            "itemName": "読書"                        }                    ]                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "combo",                    "cellName": "好物",                    "comboOptionItem": {                        "itemId": "002",                        "itemName": "選択リスト"                    },                    "comboOptionCodeItem": {                        "itemId": "2",                        "itemName": "野菜リスト"                    }                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "sequence",                    "cellName": "番号"                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "link",                    "cellName": "ホームページ"                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "emp-search",                    "cellName": "従業員"                }            ]        }  }]