com.sencha.gxt.widget.core.client
Interface HasIcon

All Known Implementing Classes:
AbstractInputMessageBox, AlertMessageBox, AutoProgressMessageBox, ButtonCell, CellButtonBase, CheckMenuItem, ConfirmMessageBox, Header, MenuItem, MessageBox, MultiLinePromptMessageBox, ProgressMessageBox, PromptMessageBox, SplitButton, SplitButtonCell, Status, TabItemConfig, TextButton, TextButtonCell, ToggleButton, ToggleButtonCell

public interface HasIcon

Implemented by objects that have icons. It allows the current value of the icon to be set or retrieved.


Method Summary
 ImageResource getIcon()
          Returns the icon.
 void setIcon(ImageResource icon)
          Sets the icon.
 

Method Detail

getIcon

ImageResource getIcon()
Returns the icon.

Returns:
the icon

setIcon

void setIcon(ImageResource icon)
Sets the icon.

Parameters:
icon - the icon


Copyright © 2012. All Rights Reserved.