public static class FormPanel extends Object
This panel can be used to achieve interoperability with servers that accept
traditional HTML form encoding. The following widgets (those that implement
HasName
) will be submitted to the
server if they are contained within this panel:
TextBox
PasswordTextBox
RadioButton
SimpleRadioButton
CheckBox
SimpleCheckBox
TextArea
ListBox
FileUpload
Hidden
FileUpload
is
only useful when used within a FormPanel, because the browser will
only upload files using form submission.
Copyright © 2018. All rights reserved.