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) ...

» More

GWT RadioButton의 사용법

setName() - Change the group name of this radio button

» More

GWT CheckBox의 사용법

getValue() - Determines whether this check box is currently checked setValue() - Checks or unchecks the text box

» More

GWT PushButton의 사용법

GWT ToggleButton의 사용법

isDown() - Is this button down? setDown() - Sets whether this button is down

» More



T-NAVI