|
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.ComposedTableAssembly
inetsoft.uql.asset.UnpivotTableAssembly
public class UnpivotTableAssembly
Un-pivot table assembly, un-pivot a table assembly.
| Field Summary |
|---|
| 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 | |
|---|---|
UnpivotTableAssembly()
Constructor. |
|
UnpivotTableAssembly(Worksheet ws,
String name,
TableAssembly assembly)
Constructor. |
|
| Method Summary | |
|---|---|
protected inetsoft.uql.asset.internal.WSAssemblyInfo |
createInfo()
Create assembly info. |
void |
getDependeds(Set set)
Get the assemblies depended on. |
int |
getHeaderColumns()
Get header columns. |
protected TableAssembly[] |
getTableAssemblies()
Get all the table assemblies. |
TableAssembly |
getTableAssembly()
Get the table assembly. |
int |
getTableAssemblyCount()
Get the table assembly count. |
String |
getTableAssemblyName()
Get the table assembly name. |
String[] |
getTableNames()
Get the table names. |
boolean |
isPlain()
Check if is a plain table. |
protected void |
parseContents(Element elem)
Parse contents. |
void |
renameDepended(String oname,
String nname)
Rename the assemblies depended on. |
void |
setHeaderColumns(int hcol)
Set header columns. |
boolean |
setTableAssemblies(TableAssembly[] tables)
Set all the table assemblies. |
protected void |
writeContents(PrintWriter writer)
Write contents. |
| Methods inherited from class inetsoft.uql.asset.ComposedTableAssembly |
|---|
checkValidity, clearCache, clearProperty, clone, equalsContent, getAllVariables, getAllVariables, getComposedTableInfo, getComposedTableInfo, getContentCode, getSource, getTableAssemblies, getTableAssembly, getTableInfo, isComposed, isHierarchical, isIconized, print, printKey, renameAggregateInfo, renameColumnSelection, renameConditionListWrapper, renameSortInfo, replaceVariables, setHierarchical, setIconized, setWorksheet, update, updateTable |
| Methods inherited from class inetsoft.uql.asset.AbstractWSAssembly |
|---|
checkDependency, copyAssembly, createWSAssembly, getClassName, getDescription, getInfo, getName, getPosition, getSheet, getSize, getWorksheet, getWSAssemblyInfo, 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 |
|---|
copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, 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 UnpivotTableAssembly()
public UnpivotTableAssembly(Worksheet ws,
String name,
TableAssembly assembly)
| Method Detail |
|---|
protected inetsoft.uql.asset.internal.WSAssemblyInfo createInfo()
createInfo in class ComposedTableAssemblypublic TableAssembly getTableAssembly()
public int getTableAssemblyCount()
getTableAssemblyCount in class ComposedTableAssemblypublic String getTableAssemblyName()
public String[] getTableNames()
getTableNames in class ComposedTableAssemblyprotected TableAssembly[] getTableAssemblies()
getTableAssemblies in class ComposedTableAssemblypublic boolean setTableAssemblies(TableAssembly[] tables)
setTableAssemblies in class ComposedTableAssemblytables - the specified table assemblies.
public void renameDepended(String oname,
String nname)
renameDepended in interface AssemblyrenameDepended in class ComposedTableAssemblyoname - the specified old name.nname - the specified new name.public boolean isPlain()
isPlain in interface TableAssemblyisPlain in class AbstractTableAssemblypublic void setHeaderColumns(int hcol)
hcol - the specified header columns count.public int getHeaderColumns()
protected void writeContents(PrintWriter writer)
writeContents in class AbstractTableAssemblywriter - the specified writer.
protected void parseContents(Element elem)
throws Exception
parseContents in class AbstractTableAssemblyelem - the specified xml element.
Exceptionpublic void getDependeds(Set set)
getDependeds in interface AssemblygetDependeds in class AbstractTableAssemblyset - the set stores the assemblies depended on.
|
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 | ||||||||