Skip to content

Complexe Navigation eigenes Objekt übertragen #10

Answered by xdev-gh-bot
xdev-gh-bot asked this question in Q&A
Discussion options

You must be logged in to vote

Es gibt noch eine Alternative dazu. Bei Absender GUI Klasse:

UI.getCurrent().getSession().setAttribute(MyObject.class, myObject);

Bei Empfänger GUI Klasse:

MyObject myObject = (MyObject) UI.getCurrent().getSession().getAttribute();

Migrated from RapidClipse Forum

Replies: 2 comments 1 reply

Comment options

xdev-gh-bot
Feb 14, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

xdev-gh-bot
Feb 14, 2023
Collaborator Author

You must be logged in to vote
1 reply
@xdev-gh-bot
Comment options

xdev-gh-bot Feb 14, 2023
Collaborator Author

Answer selected by xdev-gh-bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant