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

Create ScreenFactory abstraction that processes some context and generates screen out of it #1989

Open
aleksey-stukalov opened this issue Mar 25, 2019 · 0 comments
Assignees
Labels
important type: enhancement New feature or request

Comments

@aleksey-stukalov
Copy link
Member

So, API might look like:

        DynamicScreenController screen = screenBuilders.screen(this)
                .withScreenFactory(DynamicScreenFactory.class)
                .withInitListener(init -> { })
                .withCloseListener(close -> {})
                .build();
        
        screen.setContext(dynamicScreenContext);
        screen.show();
@knstvk knstvk changed the title Create Screen Factory abstraction that processes some context and generates screen out of it Create ScreenFactory abstraction that processes some context and generates screen out of it Mar 25, 2019
@knstvk knstvk added this to the Release 7.2 milestone Jul 29, 2019
@knstvk knstvk removed this from the Release 7.2 milestone Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants