public class DynamicReportItem extends Item
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicReportItem.AlignmentValues |
static class |
DynamicReportItem.DynamicItemProperties |
static class |
DynamicReportItem.ScaleValues |
| Modifier and Type | Field and Description |
|---|---|
static int |
ROW_ALIGNMENT |
static int |
ROW_SCALE |
| Constructor and Description |
|---|
DynamicReportItem() |
DynamicReportItem(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateValues(Queryable queryable,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame)
Retrieves values for a given execution
|
java.lang.String |
getShortName() |
java.lang.String |
getSourceType() |
java.lang.String |
getUserDefinedType() |
void |
setSourceType(java.lang.String sourceType) |
void |
setUserDefinedType(java.lang.String userdefinedType) |
void |
setUserDefinedType(java.lang.String type,
java.lang.String userdefinedtype) |
java.lang.String |
toString() |
addLabel, addValue, getIcon, getIconURL, getItemProperties, getLabels, getName, getType, getValues, isSelected, removeLabel, removeValue, setIcon, setItemProperties, setName, setSelected, setType, setValuespublic static final int ROW_SCALE
public static final int ROW_ALIGNMENT
public DynamicReportItem()
public DynamicReportItem(java.lang.String name)
public java.lang.String getSourceType()
public void setSourceType(java.lang.String sourceType)
public java.lang.String getUserDefinedType()
public void setUserDefinedType(java.lang.String userdefinedType)
public void setUserDefinedType(java.lang.String type, java.lang.String userdefinedtype)
public void generateValues(Queryable queryable, KeplerLSID lsid, int execId, TableauFrame tableauFrame)
generateValues in class ItemexecId - execution for which to retrieve values- a method that will only return previously-
retrieved values (accessor method)public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getShortName()
getShortName in class Item