Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to load a view without showing it? #70

Open
choong2003 opened this issue Apr 27, 2018 · 1 comment
Open

How to load a view without showing it? #70

choong2003 opened this issue Apr 27, 2018 · 1 comment

Comments

@choong2003
Copy link

I have several view which will display on a child pane of a master pane. In order to do it, i will preload the view and show it when needed. But currently i notice only showView() will invoke the annotation inject for springboot. Is that anyways i can manually do it without calling showView()?

@octaviospain
Copy link
Contributor

You can use alternative solutions, as showing the view but with the top level container visible property set to false and then use as your wish; or showing the view and the hiding it, so the singleton bean it's already crated for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants