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

SplitLayout documentation has no explanation of MasterContent and DetailContent classes #3798

Open
javier-godoy opened this issue Oct 10, 2024 · 1 comment
Assignees

Comments

@javier-godoy
Copy link
Contributor

The SplitLayout example references MasterContent and DetailContent classes, but it doesn't explain that they are components.

MasterContent master = new MasterContent();
DetailContent detail = new DetailContent();

@rolfsmeds
Copy link
Contributor

Actually, instead of explaining badly chosen classnames, we could just rename those example components to something like FirstComponent and SecondComponent – would that make it obvious enough that these are examples?

@rolfsmeds rolfsmeds self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants