DataSetBuilder.st
changeset 2625 79538500354a
parent 2558 1acb2765094d
child 2626 3977750d7b4d
equal deleted inserted replaced
2624:d8957c9cb38c 2625:79538500354a
   212 'Default widget type or a selector returning an instance of a user defined widget opened in the cell.'
   212 'Default widget type or a selector returning an instance of a user defined widget opened in the cell.'
   213 
   213 
   214 #basicsFont
   214 #basicsFont
   215 'Sets the font of the labeled text.'
   215 'Sets the font of the labeled text.'
   216 
   216 
       
   217 #basicsJustification
       
   218 'Aligns the label to the left, right, or center in the cell.'
       
   219 
       
   220 #basicsJustificationEditor
       
   221 'Aligns the column editor to the left, right, or center in the cell.'
       
   222 
       
   223 #basicsLabel
       
   224 'The label of the column, a String or an array of Strings.'
       
   225 
       
   226 #basicsLabelId
       
   227 'Unique identifier of the column (optional).'
       
   228 
       
   229 #basicsLabelIsImage
       
   230 'Label is actually the selector of a message providing an image-label.'
       
   231 
       
   232 #basicsLabelTranslate
       
   233 'Translate the label via the resource mechanism to a national language string.'
       
   234 
       
   235 #basicsRenderer
       
   236 'Specifies displaying cell as Text, CheckToggle, ComboBox, ComboList or as a RowSelector.'
       
   237 
       
   238 #browseRowClass
       
   239 'Open a browser on the row class'
       
   240 
       
   241 #colorsBackgroundCellColor
       
   242 'The background color of the cell.'
       
   243 
       
   244 #colorsBackgroundLabelColor
       
   245 'The background color of the label.'
       
   246 
       
   247 #colorsBackgroundSelector
       
   248 'Optional selector returning the background color for the cell.'
       
   249 
       
   250 #colorsForegroundCellColor
       
   251 'The foreground color of the cell.'
       
   252 
       
   253 #colorsForegroundLabelColor
       
   254 'The foreground color of the label.'
       
   255 
       
   256 #colorsForegroundSelector
       
   257 'Optional selector returning the foreground color for a cell.'
       
   258 
       
   259 #converterSelector
       
   260 'Selector returning a TypeConverter on the model the argument or nil.'
       
   261 
       
   262 #fileLoad
       
   263 'Specify class/selector and edit that column description'
       
   264 
       
   265 #fileNew
       
   266 'Discard changes and continue with a new, empty column description'
       
   267 
       
   268 #fileSave
       
   269 'Install the column description'
       
   270 
       
   271 #fileSaveAs
       
   272 'Specify class/selector and install the column description'
       
   273 
       
   274 #formatFormatSelector
       
   275 'Selector sent to the row to get the format string.'
       
   276 
       
   277 #formatInputType
       
   278 'A type converter symbol used by the input field.'
       
   279 
       
   280 #formatMaxSize
       
   281 'Maximum size of the string which can be typed in. 0 or nil means unlimited.'
       
   282 
       
   283 #formatTextFormat
       
   284 'Format string specifying the output format of the cell text. (printf-format - for example: %5.4f gives 0.0000).'
       
   285 
       
   286 #frameColumnWidth
       
   287 'Width (fixed or relative) of a column (optional).'
       
   288 
       
   289 #frameMinWidth
       
   290 'Minimum width of the column (optional).'
       
   291 
       
   292 #frameRowHeight
       
   293 'Height of the row (optional).'
       
   294 
       
   295 #frameShowColumnSeparator
       
   296 'Turns on/off displaying column separators.'
       
   297 
       
   298 #frameShowRowSeparator
       
   299 'Turns on/off displaying row separators.'
       
   300 
       
   301 #frameShowRowSeparatorSelector
       
   302 'Message selector to test if the bottom separator is shown.'
       
   303 
       
   304 #generateCode
       
   305 'Generate code and install in the selected class/selector.'
       
   306 
       
   307 #isResizable
       
   308 'Column can be resized by user.'
       
   309 
   217 #isSortable
   310 #isSortable
   218 'Adds indicator to allow user to sort rows based on this column.'
   311 'Adds indicator to allow user to sort rows based on this column.'
   219 
   312 
   220 #sortSelector
       
   221 'Sent to the row to extract the column-value used for sorting'
       
   222 
       
   223 #basicsJustification
       
   224 'Aligns the label to the left, right, or center in the cell.'
       
   225 
       
   226 #basicsJustificationEditor
       
   227 'Aligns the column editor to the left, right, or center in the cell.'
       
   228 
       
   229 #basicsLabel
       
   230 'The label of the column, a String or an array of Strings.'
       
   231 
       
   232 #basicsLabelId
       
   233 'Unique identifier of the column (optional).'
       
   234 
       
   235 #basicsLabelIsImage
       
   236 'Label is actually the selector of a message providing an image-label.'
       
   237 
       
   238 #basicsLabelTranslate
       
   239 'Translate the label via the resource mechanism to a national language string.'
       
   240 
       
   241 #basicsRenderer
       
   242 'Specifies displaying cell as Text, CheckToggle, ComboBox, ComboList or as a RowSelector.'
       
   243 
       
   244 #browseRowClass
       
   245 'Open a browser on the row class'
       
   246 
       
   247 #colorsBackgroundCellColor
       
   248 'The background color of the cell.'
       
   249 
       
   250 #colorsBackgroundLabelColor
       
   251 'The background color of the label.'
       
   252 
       
   253 #colorsBackgroundSelector
       
   254 'Optional selector returning the background color for the cell.'
       
   255 
       
   256 #colorsForegroundCellColor
       
   257 'The foreground color of the cell.'
       
   258 
       
   259 #colorsForegroundLabelColor
       
   260 'The foreground color of the label.'
       
   261 
       
   262 #colorsForegroundSelector
       
   263 'Optional selector returning the foreground color for a cell.'
       
   264 
       
   265 #converterSelector
       
   266 'Selector returning a TypeConverter on the model the argument or nil.'
       
   267 
       
   268 #fileLoad
       
   269 'Specify class/selector and edit that column description'
       
   270 
       
   271 #fileNew
       
   272 'Discard changes and continue with a new, empty column description'
       
   273 
       
   274 #fileSave
       
   275 'Install the column description'
       
   276 
       
   277 #fileSaveAs
       
   278 'Specify class/selector and install the column description'
       
   279 
       
   280 #formatFormatSelector
       
   281 'Selector sent to the row to get the format string.'
       
   282 
       
   283 #formatInputType
       
   284 'A type converter symbol used by the input field.'
       
   285 
       
   286 #formatMaxSize
       
   287 'Maximum size of the string which can be typed in. 0 or nil means unlimited.'
       
   288 
       
   289 #formatTextFormat
       
   290 'Format string specifying the output format of the cell text. (printf-format - for example: %5.4f gives 0.0000).'
       
   291 
       
   292 #frameColumnWidth
       
   293 'Width (fixed or relative) of a column (optional).'
       
   294 
       
   295 #frameMinWidth
       
   296 'Minimum width of the column (optional).'
       
   297 
       
   298 #frameRowHeight
       
   299 'Height of the row (optional).'
       
   300 
       
   301 #frameShowColumnSeparator
       
   302 'Turns on/off displaying column separators.'
       
   303 
       
   304 #frameShowRowSeparator
       
   305 'Turns on/off displaying row separators.'
       
   306 
       
   307 #frameShowRowSeparatorSelector
       
   308 'Message selector to test if the bottom separator is shown.'
       
   309 
       
   310 #generateCode
       
   311 'Generate code and install in the selected class/selector.'
       
   312 
       
   313 #isResizable
       
   314 'Column can be resized by user.'
       
   315 
       
   316 #pickColumns
   313 #pickColumns
   317 'Select an open view and readOut the column specification from it.'
   314 'Select an open view and readOut the column specification from it.'
   318 
   315 
   319 #selectedBackgroundCellColor
   316 #selectedBackgroundCellColor
   320 'Optional background color of a selected cell.'
   317 'Optional background color of a selected cell.'
   349 #showComboFieldSelector
   346 #showComboFieldSelector
   350 'Selector which returns true if the editor on the ComboBox/List has an input field.'
   347 'Selector which returns true if the editor on the ComboBox/List has an input field.'
   351 
   348 
   352 #showSelectionHighLighted
   349 #showSelectionHighLighted
   353 'Show selected cell highligthened (change fg/bg color).'
   350 'Show selected cell highligthened (change fg/bg color).'
       
   351 
       
   352 #sortSelector
       
   353 'Sent to the row to extract the value used for sorting. If a block is returned, that one is used as sortBlock.'
   354 
   354 
   355 #usePreferredWidth
   355 #usePreferredWidth
   356 'Compute width from first 10 row items.'
   356 'Compute width from first 10 row items.'
   357 
   357 
   358 #valuesChoicesSelector
   358 #valuesChoicesSelector
  1603                           translateLabel: true
  1603                           translateLabel: true
  1604                         )
  1604                         )
  1605                        (LabelSpec
  1605                        (LabelSpec
  1606                           label: 'Sort Selector:'
  1606                           label: 'Sort Selector:'
  1607                           name: 'sortSelector'
  1607                           name: 'sortSelector'
  1608                           layout: (AlignmentOrigin 90 0 42 0 1 0.5)
  1608                           layout: (LayoutFrame 18 0 33 0 90 0 51 0)
  1609                           activeHelpKey: sortSelector
  1609                           activeHelpKey: sortSelector
  1610                           translateLabel: true
  1610                           translateLabel: true
  1611                           resizeForLabel: true
  1611                           resizeForLabel: true
  1612                           adjust: right
  1612                           adjust: right
  1613                         )
  1613                         )
  4328 
  4328 
  4329 !DataSetBuilder class methodsFor:'documentation'!
  4329 !DataSetBuilder class methodsFor:'documentation'!
  4330 
  4330 
  4331 version
  4331 version
  4332     ^ '$Header$'
  4332     ^ '$Header$'
       
  4333 !
       
  4334 
       
  4335 version_CVS
       
  4336     ^ '$Header$'
  4333 ! !
  4337 ! !