|
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
public class EmbeddedTableAssembly
Embedded table assembly, contains an embedded table.
| Field Summary | |
|---|---|
protected inetsoft.uql.util.XEmbeddedTable |
data
|
protected inetsoft.uql.util.XEmbeddedTable |
data2
|
protected boolean |
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 | |
|---|---|
EmbeddedTableAssembly()
Constructor. |
|
EmbeddedTableAssembly(Worksheet ws,
String name)
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
protected inetsoft.uql.asset.internal.WSAssemblyInfo |
createInfo()
Create assembly info. |
boolean |
equalsContent(Object obj)
Check if equals another object in content. |
int |
getContentCode()
Get the hash code only considering content. |
inetsoft.uql.util.XEmbeddedTable |
getEmbeddedData()
Get the embedded data. |
inetsoft.uql.util.XEmbeddedTable |
getOriginalEmbeddedData()
Get the original embedded data. |
String |
getSource()
Get the source of the table assembly. |
protected void |
parseContents(Element elem)
Parse contents. |
protected void |
parseEmbeddedData(Element elem)
Parse embedded data. |
boolean |
printKey(PrintWriter writer)
Print the key to identify this content object. |
void |
setEmbeddedData(inetsoft.uql.util.XEmbeddedTable data)
Set the embedded data. |
void |
updateTable(TableAssembly table)
update properties of table. |
protected void |
writeContents(PrintWriter writer)
Write contents. |
protected void |
writeEmbeddedData(PrintWriter writer)
Write embedded data. |
| 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 |
| Field Detail |
|---|
protected inetsoft.uql.util.XEmbeddedTable data
protected transient inetsoft.uql.util.XEmbeddedTable data2
protected boolean shareData
| Constructor Detail |
|---|
public EmbeddedTableAssembly()
public EmbeddedTableAssembly(Worksheet ws,
String name)
| Method Detail |
|---|
protected inetsoft.uql.asset.internal.WSAssemblyInfo createInfo()
createInfo in class AbstractTableAssemblypublic inetsoft.uql.util.XEmbeddedTable getEmbeddedData()
public void setEmbeddedData(inetsoft.uql.util.XEmbeddedTable data)
data - the specified embedded table.public inetsoft.uql.util.XEmbeddedTable getOriginalEmbeddedData()
public String getSource()
protected void writeContents(PrintWriter writer)
writeContents in class AbstractTableAssemblywriter - the specified writer.protected void writeEmbeddedData(PrintWriter writer)
writer - the specified writer.
protected void parseContents(Element elem)
throws Exception
parseContents in class AbstractTableAssemblyelem - the specified xml element.
Exception
protected void parseEmbeddedData(Element elem)
throws Exception
elem - the specified xml element.
Exceptionpublic Object clone()
clone in interface Assemblyclone in interface AssetObjectclone in class AbstractTableAssemblypublic int getContentCode()
getContentCode in interface TableAssemblygetContentCode in class AbstractTableAssembly
public boolean printKey(PrintWriter writer)
throws Exception
printKey in interface inetsoft.util.ContentObjectprintKey in class AbstractTableAssemblyExceptionpublic boolean equalsContent(Object obj)
equalsContent in interface TableAssemblyequalsContent in interface inetsoft.util.ContentObjectequalsContent in class AbstractTableAssemblyobj - the specified object.
public void updateTable(TableAssembly table)
updateTable in interface TableAssemblyupdateTable 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 | ||||||||