|
||||||||||
| 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<IAccessEntity> |
getAccessList()
Get the list of access request entities for the widget |
IAuthorEntity |
getAuthor()
Get the Author information for the widget |
java.util.List<IContentEntity> |
getContentList()
Get the list of start pages for the widget |
java.lang.String |
getDefaultLocale()
Get the default locale |
java.util.List<IDescriptionEntity> |
getDescriptions()
Get the list of Descriptions for the widget |
java.util.List<IFeatureEntity> |
getFeatures()
Get a list of Features requested by the widget. |
java.lang.Integer |
getHeight()
Get the widget height as an Integer. |
java.util.List<IIconEntity> |
getIconsList()
Get the list of icons for the widget |
java.lang.String |
getIdentifier()
Get the widget identifier (IRI) |
java.util.List<ILicenseEntity> |
getLicensesList()
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<INameEntity> |
getNames()
Get the list of Names for the widget |
java.util.List<IPreferenceEntity> |
getPrefences()
Get the list of Preferences defined for the widget |
java.lang.String |
getUpdate()
|
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.ILocalizedEntity |
|---|
getDir, isValid |
| Methods inherited from interface org.apache.wookie.w3c.IElement |
|---|
fromXML, toXml |
| Methods inherited from interface org.apache.wookie.w3c.ILocalizedElement |
|---|
getLang, setLang |
| Method Detail |
|---|
java.lang.String getDefaultLocale()
java.util.List<IAccessEntity> getAccessList()
java.util.List<IContentEntity> getContentList()
java.util.List<IIconEntity> getIconsList()
java.lang.String getIdentifier()
java.util.List<ILicenseEntity> getLicensesList()
java.util.List<INameEntity> getNames()
java.util.List<IDescriptionEntity> getDescriptions()
java.lang.Integer getHeight()
java.lang.Integer getWidth()
IAuthorEntity getAuthor()
java.util.List<IPreferenceEntity> getPrefences()
java.util.List<IFeatureEntity> getFeatures()
java.lang.String getVersion()
java.lang.String getViewModes()
java.lang.String getLocalName(java.lang.String locale)
List names = widget.getNames();
INameEntity name = (INameEntity)LocalizationUtils.getLocalizedElement(names.toArray(new INameEntity[fNamesList.size()]), new String[]{"en"});
locale -
java.lang.String getUpdate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||