Class HTMLWidgetConfig


  • public class HTMLWidgetConfig
    extends WidgetConfig
    dummy widget to output html widget
    Author:
    julie
    • Constructor Detail

      • HTMLWidgetConfig

        public HTMLWidgetConfig()
    • Method Detail

      • getExtraAttributes

        public java.util.Map<java.lang.String,​java.util.Collection<java.lang.String>> getExtraAttributes​(InterMineBag imBag,
                                                                                                               ObjectStore os)
        Specified by:
        getExtraAttributes in class WidgetConfig
        Parameters:
        imBag - the InterMineBag
        os - the ObjectStore
        Returns:
        the getExtraAttributes
      • getWidget

        public Widget getWidget​(InterMineBag imBag,
                                InterMineBag populationBag,
                                ObjectStore os,
                                WidgetOptions options,
                                java.lang.String ids,
                                java.lang.String populationIds)
        Specified by:
        getWidget in class WidgetConfig
        Parameters:
        imBag - the bag for this widget
        populationBag - the population bag
        os - The objectstore where all the data is.
        options - the options for this widget.
        ids - list of IDs to analyse, use instead of intermine bag
        populationIds - use instead of populationBag
        Returns:
        the widget
      • setContent

        public void setContent​(java.lang.String content)
        Set the content of the widget.
        Parameters:
        content - content of widget
      • getContent

        public java.lang.String getContent()
        Get the content of the widget.
        Returns:
        the content of the widget