Hi everybody,
if I use Viritins getToolbar(), I’m not able to see save and reset button. In AbstractForm I can see that they are set to be invisible.
protected Button createSaveButton() {
return new PrimaryButton(getSaveCaption())
.withVisible(false);
}
I don’t see a function to set them easily to be visible nor do I see the necessity to do this in the invoicer example.
So:
- how can I make them visible ?
- I would like to set the visibility of these buttons depending on other attributes. How can I do this ?
Any help appreciated, many thanks in advance.
Cheers
Joern