Interface CopyrightInfoIF
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
CopyrightInfo
public interface CopyrightInfoIF extends com.google.gwt.user.client.ui.IsWidgetInterface defining a widget to show more copyright information- Author:
- Guy Griffiths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCopyrightInfo()booleanhasCopyright()voidsetCopyrightInfo(String copyright)Sets the copyright messagevoidsetEnabled(boolean enabled)Enables/disables this widget
-
-
-
Method Detail
-
setCopyrightInfo
void setCopyrightInfo(String copyright)
Sets the copyright message
-
getCopyrightInfo
String getCopyrightInfo()
- Returns:
- The copyright message
-
setEnabled
void setEnabled(boolean enabled)
Enables/disables this widget
-
hasCopyright
boolean hasCopyright()
- Returns:
trueif copyright information is available
-
-