Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Feb 15, 2016
1 parent 70b24fb commit acd96eb
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ protected Indexable<IDisableableWidget> getSubWidgets() {
return subComponents;
}

protected void addSubComponent(AbstractDisableableWidget subComponent) {
validation.addValidatableField(true, subComponent.getStatusField());
subComponents.add(subComponent);
}

/* ----------------- ----------------- */

@Override
protected final void createContents(Composite topControl) {
getSubWidgets().forEach(subComponent -> {
Expand Down

0 comments on commit acd96eb

Please sign in to comment.