Skip to content

Commit

Permalink
picking slot HUs shall be collapsible; included HUs initially collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Nov 22, 2017
1 parent 56a4635 commit e7926c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public ViewLayout getViewLayout(final WindowId windowId, final JSONViewDataType
.setCaption("Picking slots")
.addElementsFromViewRowClass(PickingSlotRow.class, viewDataType)
.setHasTreeSupport(true)
.setTreeCollapsible(true)
.setTreeExpandedDepth(ViewLayout.TreeExpandedDepth_ExpandedFirstLevel)
.build();
}

Expand Down

0 comments on commit e7926c7

Please sign in to comment.