UISpecificationTool.st
changeset 1028 592cfb2232ce
parent 1024 d5085dcaa9ad
child 1033 21b3bc025e0c
equal deleted inserted replaced
1027:4121bb68706b 1028:592cfb2232ce
   166 
   166 
   167 #document
   167 #document
   168 'Aspect selector or binding for a holder of the URL of the document.'
   168 'Aspect selector or binding for a holder of the URL of the document.'
   169 
   169 
   170 #doubleClickSelector
   170 #doubleClickSelector
   171 'Name of the message sent to the application when double clicked.'
   171 'Message sent to the application upon double click.'
   172 
   172 
   173 #downAction
   173 #downAction
   174 'Name of the message sent to the application when the down(right)-button is pressed.'
   174 'Name of the message sent to the application when the down(right)-button is pressed.'
   175 
   175 
   176 #enableChannel
   176 #enableChannel
   265 
   265 
   266 #lampColor
   266 #lampColor
   267 'Defines the lamps color.'
   267 'Defines the lamps color.'
   268 
   268 
   269 #level
   269 #level
   270 'Defines the level of the 3D-border (in pixels).'
   270 'Level of the 3D-border (in pixels); Take widgets default, if left empty.'
   271 
   271 
   272 #listHolder
   272 #listHolder
   273 'Aspect selector or binding for the list holder.'
   273 'Aspect selector or binding for the list holder.'
   274 
   274 
   275 #majorKey
   275 #majorKey
   373 
   373 
   374 #rowIfAbsent
   374 #rowIfAbsent
   375 'Name of the message sent to the application when an empty list entry is detected.'
   375 'Name of the message sent to the application when an empty list entry is detected.'
   376 
   376 
   377 #selectConditionSelector
   377 #selectConditionSelector
   378 'Name of the message sent to the application to validate a selection.'
   378 'Message sent to the application to validate a selection (not selectable if false is returned).'
   379 
   379 
   380 #selectionHolder
   380 #selectionHolder
   381 'Aspect selector or binding for a holder on the selection.'
   381 'Aspect selector or binding for a holder on the selection.'
   382 
   382 
   383 #setMaxExtent
   383 #setMaxExtent
   420 'Defines the step within the range.'
   420 'Defines the step within the range.'
   421 
   421 
   422 #stop
   422 #stop
   423 'Defines the ranges maximum.'
   423 'Defines the ranges maximum.'
   424 
   424 
       
   425 #supportsExpandAll
       
   426 'Enable/disable the expand-all function'
       
   427 
       
   428 #highlightMode
       
   429 'Defines how selected items are highlighted'
       
   430 
       
   431 #itemContentsSelector
       
   432 'Method in the application to return a nodes (lazy) contents.'
       
   433 
       
   434 #itemLabelSelector
       
   435 'Method in the application to return a nodes (lazy) label.'
       
   436 
       
   437 #itemChildrenSelector
       
   438 'Method in the application to return a nodes (lazy) children.'
       
   439 
       
   440 #itemIconSelector
       
   441 'Method in the application to return a nodes (lazy) icon.'
       
   442 
   425 #tabLabels
   443 #tabLabels
   426 'Name of the message sent to the application returning a list of labels for the tab items.'
   444 'Name of the message sent to the application returning a list of labels for the tab items.'
   427 
   445 
   428 #tabOrientation
   446 #tabOrientation
   429 'Defines the side for the arrangement of the tab items.'
   447 'Defines the side for the arrangement of the tab items.'
   448 
   466 
   449 #usePreferredExtent
   467 #usePreferredExtent
   450 'If on, the window computes its preferred extent. Take specified extent if off.'
   468 'If on, the window computes its preferred extent. Take specified extent if off.'
   451 
   469 
   452 #validateDoubleClickSelector
   470 #validateDoubleClickSelector
   453 'Name of the message sent to the application before a not empty directory is opened by a double click.'
   471 'Message sent to the application to validate double click (no action if false is returned).'
       
   472 
       
   473 #validateExpandabilitySelector
       
   474 'Message sent to the application to validate expand on double click (no expand if false is returned).'
   454 
   475 
   455 #valueChangeSelector
   476 #valueChangeSelector
   456 'Name of the message sent to the application when the widget/item has selected.'
   477 'Message sent to the application when the selection has changed.'
   457 
   478 
   458 #verticalLayout
   479 #verticalLayout
   459 'Defines how sub components are vertically arranged.'
   480 'Defines how sub components are vertically arranged.'
   460 
   481 
   461 #verticalMiniScroller
   482 #verticalMiniScroller