git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/invite-friends-widget@115800 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
47052047a6
commit
29d1d476c4
|
@ -30,5 +30,12 @@ public class InviteWidget extends Composite{
|
|||
initWidget(uiBinder.createAndBindUi(this));
|
||||
new FormErrorsValidation().start(validationErrorsFormPanel, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* if you want to add an header text use this constructor
|
||||
* @param headerText
|
||||
*/
|
||||
public InviteWidget(String headerText) {
|
||||
this();
|
||||
header.setText(headerText);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue