com.ibm.mashups.iwidget.widget
Interface PropertiesProvider


public PropertiesProvider

Read-Only interface defines functions to access properties that's defined with iWidget.


Method Summary
 Properties getIDescriptorItems()
           This method returns an object that contains iDescriptor items as defined by iWidget spec.
 Properties getAttributes()
           This method returns an object that contains attributes as defined by iWidget spec.
 

Method Detail

getIDescriptorItems

Properties getIDescriptorItems()
This method returns an object that contains iDescriptor items as defined by iWidget spec. It contains default title and icon

Returns:
object that contains iWidget iDescriptor items information

getAttributes

Properties getAttributes()
This method returns an object that contains attributes as defined by iWidget spec.

Returns:
object that contains iWidget iDescriptor items information


Copyright IBM Corp. 2010 All Rights Reserved.