VDBFrameApplication.st
changeset 42 a6f5f470a947
parent 37 f417fe8685c5
child 44 41cc5a7840fe
equal deleted inserted replaced
41:25d1418e3316 42:a6f5f470a947
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'VDB-UI-Others'
     9 	category:'VDB-UI-Others'
    10 !
    10 !
    11 
    11 
       
    12 !VDBFrameApplication class methodsFor:'interface specs'!
       
    13 
       
    14 columnsSpec
       
    15     "This resource specification was automatically generated
       
    16      by the DataSetBuilder of ST/X."
       
    17 
       
    18     "Do not manually edit this!! If it is corrupted,
       
    19      the DataSetBuilder may not be able to read the specification."
       
    20 
       
    21     "
       
    22      DataSetBuilder new openOnClass:VDBFrameApplication andSelector:#columnsSpec
       
    23     "
       
    24 
       
    25     <resource: #tableColumns>
       
    26 
       
    27     ^#(
       
    28        (DataSetColumnSpec
       
    29          label: 'Value'
       
    30          labelAlignment: left
       
    31          labelButtonType: Button
       
    32          height: heightOfFirstRow
       
    33          menuFromApplication: false
       
    34          printSelector: value
       
    35          showRowSeparator: false
       
    36          showColSeparator: false
       
    37        )
       
    38       )
       
    39 
       
    40     "Created: / 02-06-2017 / 07:25:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    41 ! !
       
    42 
    12 !VDBFrameApplication class methodsFor:'plugIn spec'!
    43 !VDBFrameApplication class methodsFor:'plugIn spec'!
    13 
    44 
    14 aspectSelectors
    45 aspectSelectors
    15     "This resource specification was automatically generated
    46     "This resource specification was automatically generated
    16      by the UIPainter of ST/X."
    47      by the UIPainter of ST/X."
    41 
    72 
    42 pageSpecs
    73 pageSpecs
    43     "this is only required for web-applications"
    74     "this is only required for web-applications"
    44 
    75 
    45     ^ self shouldImplement
    76     ^ self shouldImplement
    46 ! !
       
    47 
       
    48 !VDBFrameApplication class methodsFor:'tableColumns specs'!
       
    49 
       
    50 variableListColumns
       
    51     "This resource specification was automatically generated
       
    52      by the DataSetBuilder of ST/X."
       
    53 
       
    54     "Do not manually edit this!! If it is corrupted,
       
    55      the DataSetBuilder may not be able to read the specification."
       
    56 
       
    57     "
       
    58      DataSetBuilder new openOnClass:VDBFrameApplication andSelector:#variableListColumns
       
    59     "
       
    60 
       
    61     <resource: #tableColumns>
       
    62 
       
    63     ^#(
       
    64       (DataSetColumnSpec
       
    65          label: 'Name'
       
    66          labelAlignment: left
       
    67          labelButtonType: Button
       
    68          height: heightOfFirstRow
       
    69          menuFromApplication: false
       
    70          printSelector: name
       
    71          showRowSeparator: false
       
    72          showColSeparator: false
       
    73        )
       
    74       )
       
    75     
       
    76 ! !
    77 ! !
    77 
    78 
    78 !VDBFrameApplication methodsFor:'aspects'!
    79 !VDBFrameApplication methodsFor:'aspects'!
    79 
    80 
    80 frameHolder
    81 frameHolder