|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.web.logic.widget.Widget
public abstract class Widget
| Field Summary | |
|---|---|
protected WidgetConfig |
config
|
| Constructor Summary | |
|---|---|
Widget(WidgetConfig config)
The constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getConfigId()
Get the ID of the corresponding WidgetConfig |
abstract java.util.List<java.lang.String> |
getElementInList()
checks if elem is in bag |
abstract java.util.List<java.util.List<java.lang.String>> |
getExportResults(java.lang.String[] selected)
|
abstract java.util.List<java.util.List<java.lang.String[]>> |
getFlattenedResults()
|
abstract boolean |
getHasResults()
|
abstract int |
getNotAnalysed()
|
java.lang.String |
getTitle()
Get the widget title |
abstract void |
process()
Process the data and create the widget |
abstract void |
setNotAnalysed(int notAnalysed)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected WidgetConfig config
| Constructor Detail |
|---|
public Widget(WidgetConfig config)
config - the WidgetConfig| Method Detail |
|---|
public abstract void process()
throws java.lang.Exception
java.lang.Exception - if one of the classes in the widget isn't foundpublic abstract int getNotAnalysed()
public abstract void setNotAnalysed(int notAnalysed)
notAnalysed - the number of objects not analysed in this widget
public abstract java.util.List<java.util.List<java.lang.String>> getExportResults(java.lang.String[] selected)
throws java.lang.Exception
selected - the list of checked items from the form
java.lang.Exception - something has gone wrong. oh no.public abstract java.util.List<java.util.List<java.lang.String[]>> getFlattenedResults()
public abstract boolean getHasResults()
public abstract java.util.List<java.lang.String> getElementInList()
public java.lang.String getConfigId()
public java.lang.String getTitle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||