org.apache.wookie.w3c
Interface IDescription

All Superinterfaces:
IDirectional, ILocalized
All Known Implementing Classes:
DescriptionEntity

public interface IDescription
extends ILocalized, IDirectional

A Description of a Widget


Method Summary
 java.lang.String getDescription()
          Get widget description content.
 void setDescription(java.lang.String text)
          Set widget description content.
 
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

getDescription

java.lang.String getDescription()
Get widget description content.

Returns:
content

setDescription

void setDescription(java.lang.String text)
Set widget description content.

Parameters:
text - content


2012 Apache Software Foundation.