Skip to content

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

Description

@openlowcode

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions