155 <b>buildItemDataString</b>(<i></i>) |
155 <b>buildItemDataString</b>(<i></i>) |
156 <p> |
156 <p> |
157 Public method to build a string to persist the specific item data. |
157 Public method to build a string to persist the specific item data. |
158 </p><p> |
158 </p><p> |
159 This string must start with ", " and should be built like |
159 This string must start with ", " and should be built like |
160 "attribute=value" with pairs separated by ", ". value must not contain ", " |
160 "attribute=value" with pairs separated by ", ". value must not |
161 or newlines. |
161 contain ", " or newlines. |
162 </p><dl> |
162 </p><dl> |
163 <dt>Returns:</dt> |
163 <dt>Returns:</dt> |
164 <dd> |
164 <dd> |
165 persistence data (string) |
165 persistence data (string) |
166 </dd> |
166 </dd> |