mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 07:16:10 +08:00
add toggle open state (#1016)
This commit is contained in:
parent
448fdd53ea
commit
0813d9372e
|
@ -1633,6 +1633,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
|||
!fixedBottomRowCount TYPE clike OPTIONAL
|
||||
!fixedRowCount TYPE clike OPTIONAL
|
||||
!rowHeight TYPE clike OPTIONAL
|
||||
!toggleopenstate TYPE clike OPTIONAL
|
||||
RETURNING
|
||||
VALUE(result) TYPE REF TO z2ui5_cl_xml_view .
|
||||
METHODS tree_columns
|
||||
|
@ -7705,6 +7706,7 @@ CLASS Z2UI5_CL_XML_VIEW IMPLEMENTATION.
|
|||
( n = `fixedBottomRowCount` v = fixedBottomRowCount )
|
||||
( n = `minAutoRowCount` v = minAutoRowCount )
|
||||
( n = `visibleRowCount` v = visiblerowcount )
|
||||
( n = `toggleopenstate` v = toggleopenstate )
|
||||
( n = `visibleRowCountMode` v = visiblerowcountmode ) ) ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user