| Summary: | Customized stack presentation for placeholder folder not working | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Georg Breitschopf <georg.breitschopf> |
| Component: | Workbench | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.3 | ||
| Target Milestone: | 3.0 M7 | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
| See Also: |
https://git.eclipse.org/r/46645 https://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=5ba24de74c6d5fa6cb08ab2c4e78d9050c2167ff |
||
| Whiteboard: | |||
|
Description
Georg Breitschopf
Sorry, here the correct code snippet: // Create the folder. ContainerPlaceholder folder = new ContainerPlaceholder(null); folder.setContainer(rootLayoutContainer); ViewStack viewStack = new ViewStack(rootLayoutContainer.page); viewStack.setID(folderId); folder.setRealContainer(viewStack); folder.setID(folderId); addPart(folder, folderId, relationship, ratio, refId); New Gerrit change created: https://git.eclipse.org/r/46645 Gerrit change https://git.eclipse.org/r/46645 was merged to [master]. Commit: http://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=5ba24de74c6d5fa6cb08ab2c4e78d9050c2167ff Close as fixed. |