public interface W3CWidget extends ILocalized, IDirectional
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IAccess> |
getAccessList()
Get the list of access request entities for the widget
|
IAuthor |
getAuthor()
Get the Author information for the widget
|
java.util.List<IContent> |
getContentList()
Get the list of start pages for the widget
|
java.lang.String |
getDefaultLocale()
Get the default locale
|
java.util.List<IDescription> |
getDescriptions()
Get the list of Descriptions for the widget
|
java.util.List<IFeature> |
getFeatures()
Get a list of Features requested by the widget.
|
java.lang.Integer |
getHeight()
Get the widget height as an Integer.
|
java.util.List<IIcon> |
getIcons()
Get the list of icons for the widget
|
java.lang.String |
getIdentifier()
Get the widget identifier (IRI)
|
java.util.List<ILicense> |
getLicenses()
Get the list of Licenses for the widget
|
java.lang.String |
getLocalName(java.lang.String locale)
A convenience method typically used for generating debug messages during import.
|
java.util.List<IName> |
getNames()
Get the list of Names for the widget
|
java.util.List<IPreference> |
getPreferences()
Get the list of Preferences defined for the widget
|
java.lang.String |
getUpdateLocation() |
java.lang.String |
getVersion()
Get the version of the widget
|
java.lang.String |
getViewModes()
Gets the widget viewmodes attribute.
|
java.lang.Integer |
getWidth()
Get the widget width as an Integer.
|
getLang, setLanggetDir, isValid, setDirjava.lang.String getDefaultLocale()
java.util.List<IAccess> getAccessList()
java.util.List<IContent> getContentList()
java.util.List<IIcon> getIcons()
java.lang.String getIdentifier()
java.util.List<ILicense> getLicenses()
java.util.List<IName> getNames()
java.util.List<IDescription> getDescriptions()
java.lang.Integer getHeight()
java.lang.Integer getWidth()
IAuthor getAuthor()
java.util.List<IPreference> getPreferences()
java.util.List<IFeature> getFeatures()
java.lang.String getVersion()
java.lang.String getViewModes()
java.lang.String getLocalName(java.lang.String locale)
List names = widget.getNames();
IName name = (IName)LocalizationUtils.getLocalizedElement(names.toArray(new IName[fNamesList.size()]), new String[]{"en"});
locale - java.lang.String getUpdateLocation()
2012 Apache Software Foundation.