GWT ListBox의 사용법
![]()
addItem(java.lang.String item) - Adds an item to the list box addItem(java.lang.String item, java.lang.String value) - Adds an item to the list box, specifying an initial value for the item clear() - Removes all items from the list box getItemCount() - Gets the number of items present in the list box getItemText(int index) - Gets the text associated with the item at the specified index getName() - Gets the widget's name getSelectedIndex() - Gets the currently-selected item getValue(int index) ...
GWT RadioButton의 사용법
GWT CheckBox의 사용법
![]()
getValue() - Determines whether this check box is currently checked setValue() - Checks or unchecks the text box

