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

Remove the fact page needs to be specific in most widgets #253

Open
openlowcode opened this issue Oct 24, 2020 · 0 comments
Open

Remove the fact page needs to be specific in most widgets #253

openlowcode opened this issue Oct 24, 2020 · 0 comments

Comments

@openlowcode
Copy link
Owner

Widgets of the package org.openlowcode.server.graphic.widget currently require in their syntax the parent SPage given as argument, making the syntax heavier than it should.

Example before:

SComponentBand mainband = new SComponentBand(SComponentBand.DIRECTION_DOWN,this);

Example after

SComponentBand mainband = new SComponentBand(SComponentBand.DIRECTION_DOWN);

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

1 participant