| org.pentaho.ui.XmlComponent org.pentaho.ui.component.charting.AbstractChartComponent
All known Subclasses: org.pentaho.ui.component.charting.AbstractJFreeChartComponent, org.pentaho.ui.component.charting.FlashChartComponent,
AbstractChartComponent | abstract public class AbstractChartComponent extends XmlComponent (Code) | | |
CHART_NODE_NAME | final public static String CHART_NODE_NAME(Code) | | |
FILENAME_INDEX | final public static int FILENAME_INDEX(Code) | | |
FILENAME_WITHOUT_EXTENSION_INDEX | final public static int FILENAME_WITHOUT_EXTENSION_INDEX(Code) | | |
PARAM2_NODE_NAME | final public static String PARAM2_NODE_NAME(Code) | | |
URLTEMPLE_NODE_NAME | final public static String URLTEMPLE_NODE_NAME(Code) | | |
byRow | protected boolean byRow(Code) | | |
chartCount | protected static int chartCount(Code) | | |
height | protected int height(Code) | | |
logger | protected static Log logger(Code) | | |
outerParamNames | protected List outerParamNames(Code) | | |
width | protected int width(Code) | | |
AbstractChartComponent | public AbstractChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)(Code) | | Parameters: definitionPath - Parameters: urlFactory - Parameters: messages - |
addOuterParamName | public void addOuterParamName(String outerParamName)(Code) | | Parameters: outerParamName - The outerParamNames name to add to the outParamNames list. |
applyOuterURLTemplateParam | protected void applyOuterURLTemplateParam()(Code) | | |
createTempFile | protected String[] createTempFile()(Code) | | String that represents the file path to a temporary file |
dispose | public void dispose()(Code) | | |
getActionData | public IPentahoResultSet getActionData()(Code) | | Gets a IPentahoResultSet from the action output
IPentahoResultSet |
getActionName | public String getActionName()(Code) | | Returns the actionName. |
getActionOutput | public String getActionOutput()(Code) | | Returns the actionOutput. |
getActionPath | public String getActionPath()(Code) | | Returns the actionPath. |
getDefinitionPath | public String getDefinitionPath()(Code) | | Returns the definitionPath. |
getHeight | public int getHeight()(Code) | | Returns the height. |
getInstanceId | public String getInstanceId()(Code) | | Returns the instanceId. |
getLogger | public Log getLogger()(Code) | | |
getOuterParamNames | public List getOuterParamNames()(Code) | | Returns the outerParamNames. |
getParamName | public String getParamName()(Code) | | Returns the paramName. |
getSolution | public String getSolution()(Code) | | Returns the solution. |
getUrlTemplate | public String getUrlTemplate()(Code) | | Returns the urlTemplate. |
getValues | public Object getValues()(Code) | | Returns the values. |
getWidth | public int getWidth()(Code) | | Returns the width. |
isByRow | public boolean isByRow()(Code) | | Returns the byRow. |
setActionName | public void setActionName(String actionName)(Code) | | Parameters: actionName - The actionName to set. |
setActionOutput | public void setActionOutput(String actionOutput)(Code) | | Parameters: actionOutput - The actionOutput to set. |
setActionPath | public void setActionPath(String actionPath)(Code) | | Parameters: actionPath - The actionPath to set. |
setByRow | public void setByRow(boolean byRow)(Code) | | Parameters: byRow - The byRow to set. |
setDataAction | abstract public boolean setDataAction(String chartDefinition)(Code) | | Parameters: chartDefinition - String that represents a file in the solution to create thechart from. |
setDataAction | public void setDataAction(String solution, String actionPath, String actionName, String actionOutput)(Code) | | Sets the action to be executed to get the data for the pies
Parameters: solution - Parameters: actionPath - Parameters: actionName - Parameters: actionOutput - |
setDefinitionPath | public void setDefinitionPath(String definitionPath)(Code) | | Parameters: definitionPath - The definitionPath to set. |
setHeight | public void setHeight(int height)(Code) | | Parameters: height - The height to set. |
setInstanceId | public void setInstanceId(String instanceId)(Code) | | Parameters: instanceId - The instanceId to set. |
setLogger | public void setLogger(Log logger)(Code) | | Parameters: logger - The logger to set. |
setParamName | public void setParamName(String paramName)(Code) | | Parameters: paramName - The paramName to set. |
setSolution | public void setSolution(String solution)(Code) | | Parameters: solution - The solution to set. |
setTitle | public void setTitle(String title)(Code) | | Parameters: title - The title to set. |
setUrlTemplate | public void setUrlTemplate(String urlTemplate)(Code) | | Parameters: urlTemplate - The urlTemplate to set. |
setValues | public void setValues(Object values)(Code) | | Parameters: values - The values to set. |
setWidth | public void setWidth(int width)(Code) | | Parameters: width - The width to set. |
|
|