Uses of Interface
net.datenwerke.gxtdto.client.baseex.widget.DwWindow.OnButtonClickHandler
Packages that use DwWindow.OnButtonClickHandler
-
Uses of DwWindow.OnButtonClickHandler in net.datenwerke.gxtdto.client.baseex.widget
Methods in net.datenwerke.gxtdto.client.baseex.widget with parameters of type DwWindow.OnButtonClickHandlerModifier and TypeMethodDescriptionDwWindow.addCancelButton(DwWindow.OnButtonClickHandler handler) DwWindow.addSpecButton(DwWindow.OnButtonClickHandler handler, String label) DwWindow.addSpecButton(DwWindow.OnButtonClickHandler handler, String label, boolean hide) DwWindow.addSubmitButton(DwWindow.OnButtonClickHandler handler) Careful with real form submits, as the form needs to be attached during the submit.