Skip to content

AbstractGridCrud constructor calling protected method #148

@mmkathurima

Description

@mmkathurima

I suggest finding an alternative way of:

public AbstractGridCrud(Class<T> domainType, CrudLayout crudLayout, CrudFormFactory<T> crudFormFactory, CrudListener<T> crudListener) {
    super(domainType, crudLayout, crudFormFactory, crudListener);
    initLayout();
  }

I want to initialize a final variable before I override initLayout() and of course it is null by the time I use it in the overriden method,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions