|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface W3CWidget
A W3C Widget object This represents the information model for a W3C widget that has been unpacked using the W3CWidgetFactory.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.wookie.w3c.ILocalized |
|---|
getLang, setLang |
| Methods inherited from interface org.apache.wookie.w3c.IDirectional |
|---|
getDir, isValid, setDir |
| Method Detail |
|---|
java.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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||