| org.pentaho.ui.XmlComponent org.pentaho.ui.component.WidgetGridComponent
WidgetGridComponent | public WidgetGridComponent(String definitionPath, IPentahoUrlFactory urlFactory, List messages)(Code) | | Creates a WidgetGrid
After creating an instance of this class validate should
be called.
Parameters: type - The type of the widget, currently only TYPE_DIAL is supported Parameters: definitionPath - The path and name of the XML definition of the dial Parameters: widgetWidth - The width of the image to be created Parameters: widgetHeight - The height of the image to be created Parameters: urlFactory - The urlFactory for the content Parameters: messages - The messages list for any logger messages |
createDials | protected Document createDials(IPentahoResultSet resultSet, WidgetDefinition widgetDefinition)(Code) | | |
dispose | public void dispose()(Code) | | |
getActionData | protected IPentahoResultSet getActionData()(Code) | | |
getLogger | public Log getLogger()(Code) | | |
getXmlContent | public Document getXmlContent()(Code) | | |
setColumns | public void setColumns(int columns)(Code) | | Sets the number of widgets that will be dispayed in a row before another
row of widgets is created
Parameters: instanceId - |
setDataAction | public boolean setDataAction(String widgetGridDataDefinition)(Code) | | |
setDataAction | public void setDataAction(String solution, String actionPath, String actionName, String actionOutput, String nameItem, String valueItem)(Code) | | Sets the action to be executed to get the data for the widgets
Parameters: solution - Parameters: actionPath - Parameters: actionName - Parameters: actionOutput - Parameters: nameItem - Parameters: valueItem - |
setDrillUrlTemplate | public void setDrillUrlTemplate(String urlTemplate)(Code) | | |
setInstanceId | public void setInstanceId(String instanceId)(Code) | | Sets the instance id for this execution
Parameters: instanceId - The instance id of the parent object or process |
setWidgetHeight | public void setWidgetHeight(int widgetHeight)(Code) | | Sets the height (in pixels) of the widget images that will be created
Parameters: widgetHeight - |
setWidgetWidth | public void setWidgetWidth(int widgetWidth)(Code) | | Sets the width (in pixels) of the widget images that will be created
Parameters: widgetWidth - |
validate | public boolean validate()(Code) | | |
|
|