|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.asset.AbstractAssembly
inetsoft.uql.asset.AbstractWSAssembly
inetsoft.uql.asset.AbstractTableAssembly
inetsoft.uql.asset.EmbeddedTableAssembly
inetsoft.uql.asset.SnapshotEmbeddedTableAssembly
public class SnapshotEmbeddedTableAssembly
Embedded table assembly for snapshot, mainly deal with large data.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.asset.EmbeddedTableAssembly |
|---|
data, data2, shareData |
| Fields inherited from class inetsoft.uql.asset.AbstractTableAssembly |
|---|
ginfo, postconds, preconds, prop, topns |
| Fields inherited from class inetsoft.uql.asset.AbstractWSAssembly |
|---|
info, ws |
| Fields inherited from interface inetsoft.uql.asset.Assembly |
|---|
CUBE_VS, DETAIL, EMBEDDED, FIELD, SELECTION, TABLE_VS |
| Constructor Summary | |
|---|---|
SnapshotEmbeddedTableAssembly()
Constructor. |
|
SnapshotEmbeddedTableAssembly(Worksheet ws,
String name)
Constructor. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
|
void |
assetChanged(AssetChangeEvent event)
Called when an asset entry is modified. |
Object |
clone()
Clone the object. |
void |
deleteDataFile()
|
void |
dispose()
Dispose the snap shot embedded table. |
ColumnSelection |
getDefaultColumnSelection()
Get default column selection. |
inetsoft.uql.util.XEmbeddedTable |
getEmbeddedData()
Get the embedded data. |
inetsoft.uql.table.XSwappableTable |
getTable()
Get table. |
void |
initTable()
Init table. |
protected boolean |
isColumnUsed(ColumnRef aref)
Check if the column is used. |
protected void |
parseEmbeddedData(Element elem)
Parse embedded data. |
boolean |
printKey(PrintWriter writer)
Print the key to identify this content object. |
void |
setDefaultColumnSelection(ColumnSelection columns)
Set default column selection. |
void |
setEmbeddedData(inetsoft.uql.util.XEmbeddedTable data)
Set the embedded data. |
void |
setTable(inetsoft.uql.table.XSwappableTable stable)
Set table. |
void |
setWorksheet(Worksheet ws)
Set the worksheet. |
void |
writeData(JarOutputStream out)
Write out data content of this table. |
protected void |
writeEmbeddedData(PrintWriter writer)
Write embedded data. |
| Methods inherited from class inetsoft.uql.asset.EmbeddedTableAssembly |
|---|
createInfo, equalsContent, getContentCode, getOriginalEmbeddedData, getSource, parseContents, updateTable, writeContents |
| Methods inherited from class inetsoft.uql.asset.AbstractWSAssembly |
|---|
checkDependency, checkValidity, copyAssembly, createWSAssembly, getClassName, getDescription, getInfo, getName, getPosition, getSheet, getSize, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, setDescription, setIconized, setName, setOuter, setPosition, setVisible |
| Methods inherited from class inetsoft.uql.asset.AbstractAssembly |
|---|
addr, equals, getAbsoluteName, getAssemblyEntry, getBounds, hashCode, isEditable, isVisible, parseAttributes, parseXML, setBounds, toString, writeAttributes, writeXML |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface inetsoft.uql.asset.WSAssembly |
|---|
checkValidity, copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, setDescription, setIconized, setOuter, setVisible |
| Methods inherited from interface inetsoft.uql.asset.Assembly |
|---|
addr, checkDependency, getAbsoluteName, getAssemblyEntry, getBounds, getInfo, getName, getPosition, getSheet, getSize, isEditable, isVisible, setBounds, setPosition |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Constructor Detail |
|---|
public SnapshotEmbeddedTableAssembly()
public SnapshotEmbeddedTableAssembly(Worksheet ws,
String name)
| Method Detail |
|---|
public void setWorksheet(Worksheet ws)
setWorksheet in interface WSAssemblysetWorksheet in class AbstractTableAssemblyws - the specified worksheet.
public boolean printKey(PrintWriter writer)
throws Exception
printKey in interface inetsoft.util.ContentObjectprintKey in class EmbeddedTableAssemblyExceptionpublic inetsoft.uql.util.XEmbeddedTable getEmbeddedData()
getEmbeddedData in class EmbeddedTableAssemblypublic void setEmbeddedData(inetsoft.uql.util.XEmbeddedTable data)
setEmbeddedData in class EmbeddedTableAssemblydata - the specified embedded table.public void setTable(inetsoft.uql.table.XSwappableTable stable)
public inetsoft.uql.table.XSwappableTable getTable()
public void writeData(JarOutputStream out)
writeData in interface TableAssemblywriteData in class AbstractTableAssemblypublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void deleteDataFile()
public void assetChanged(AssetChangeEvent event)
AssetChangeListener
assetChanged in interface AssetChangeListenerevent - the event object that describes the change.protected void writeEmbeddedData(PrintWriter writer)
writeEmbeddedData in class EmbeddedTableAssemblywriter - the specified writer.
protected void parseEmbeddedData(Element elem)
throws Exception
parseEmbeddedData in class EmbeddedTableAssemblyelem - the specified xml element.
Exceptionpublic Object clone()
clone in interface Assemblyclone in interface AssetObjectclone in class EmbeddedTableAssemblypublic void setDefaultColumnSelection(ColumnSelection columns)
public ColumnSelection getDefaultColumnSelection()
public final void dispose()
public void initTable()
protected boolean isColumnUsed(ColumnRef aref)
isColumnUsed in class AbstractTableAssembly
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||