Package | Description |
---|---|
net.datenwerke.gxtdto.client.baseex.widget |
Modifier and Type | Method and Description |
---|---|
DwTextButton |
DwWindow.addCancelButton(DwWindow.OnButtonClickHandler handler) |
DwTextButton |
DwWindow.addSpecButton(DwWindow.OnButtonClickHandler handler,
java.lang.String label) |
DwTextButton |
DwWindow.addSpecButton(DwWindow.OnButtonClickHandler handler,
java.lang.String label,
boolean hide) |
DwTextButton |
DwWindow.addSubmitButton(DwWindow.OnButtonClickHandler handler)
Careful with real form submits, as the form needs to be attached during the
submit.
|