org.jboss.portal.widget.google.info
Class GGWidgetInfo
java.lang.Object
org.jboss.portal.widget.google.info.GGWidgetInfo
public class GGWidgetInfo
- extends java.lang.Object
Meta data retrieved from the XML file.
- Version:
- $Revision: 8784 $
- Author:
- Julien Viet
|
Constructor Summary |
GGWidgetInfo(org.jboss.portal.common.i18n.LocalizedString title,
org.jboss.portal.common.i18n.LocalizedString directoryTitle,
org.jboss.portal.common.i18n.LocalizedString description,
int width,
int height,
GGPreferencesInfo preferences)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GGWidgetInfo
public GGWidgetInfo(org.jboss.portal.common.i18n.LocalizedString title,
org.jboss.portal.common.i18n.LocalizedString directoryTitle,
org.jboss.portal.common.i18n.LocalizedString description,
int width,
int height,
GGPreferencesInfo preferences)
getPreferences
public GGPreferencesInfo getPreferences()
getTitle
public org.jboss.portal.common.i18n.LocalizedString getTitle()
getDescription
public org.jboss.portal.common.i18n.LocalizedString getDescription()
getWidth
public int getWidth()
getHeight
public int getHeight()
getDirectoryTitle
public org.jboss.portal.common.i18n.LocalizedString getDirectoryTitle()