[neon] double menus mobile [message #1752188] |
Thu, 19 January 2017 09:50  |
Eclipse User |
|
|
|
I have a TablePage "BTablePage" with a "normal" edit menu (only for TableMenuType.SingleSelection). And as a child page there is a BDetailNodePage. As I use the BDetailNodePage in other places too, there is also an edit menu with TreeMenuType.SingleSelection as MenuType.
To prevent to get the edit menu twice when opening the BDetailNodePage below the BTablePage I have overridden computeParentTablePageMenus:
@Override
public List<IMenu> computeParentTablePageMenus(IPageWithTable<?> parentTablePage) {
return CollectionUtility.emptyArrayList();
}
This works fine on the desktop version. When opening the application on mobile and selecting a row entry the edit menu is still displayed twice. I guess this is because the displayed contents are partly from the TablePage (column values) and NodePage (children).
Where is my mistake? Or what can I do to just get a single menu in mobile as well?
[Updated on: Thu, 19 January 2017 09:51] by Moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05231 seconds