|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WSAssembly
WSAssembly represents one assembly contained in a Worksheet, it should be one of the prefined type namely WorkSheet.CONDITION_ASSET, WorkSheet.NAMED_GROUP_ASSET, WorkSheet.VARIABLE_ASSET and WorkSheet.TABLE_ASSET. In its Worksheet, it will be laid out by its position and size and painted in the region.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.uql.asset.Assembly |
|---|
CUBE_VS, DETAIL, EMBEDDED, FIELD, SELECTION, TABLE_VS |
| Method Summary | |
|---|---|
void |
checkValidity()
Check if the assembly is valid. |
WSAssembly |
copyAssembly(String name)
Copy the assembly. |
String |
getDescription()
Get the description. |
Worksheet |
getWorksheet()
Get the worksheet. |
inetsoft.uql.asset.internal.WSAssemblyInfo |
getWSAssemblyInfo()
Get the worksheet assembly info. |
boolean |
isComposed()
Check if is composed. |
boolean |
isCondition()
Check if is a condition assembly. |
boolean |
isDateCondition()
Check if is a date condition assembly. |
boolean |
isIconized()
Check if the assembly is iconized. |
boolean |
isNamedGroup()
Check if is a named group assembly. |
boolean |
isOuter()
Check if the assembly is outer. |
boolean |
isTable()
Check if is a table assembly. |
boolean |
isVariable()
Check if is a variable assembly. |
void |
replaceVariables(VariableTable vars)
Replace all embeded user variables. |
void |
reset()
Reset the assembly. |
void |
setDescription(String desc)
Set the description. |
void |
setIconized(boolean iconized)
Set iconized option. |
void |
setOuter(boolean outer)
Set outer option. |
void |
setVisible(boolean visible)
Set the visible flag. |
void |
setWorksheet(Worksheet ws)
Set the worksheet. |
boolean |
update()
Update the assembly. |
| Methods inherited from interface inetsoft.uql.asset.Assembly |
|---|
addr, checkDependency, clone, getAbsoluteName, getAssemblyEntry, getAssemblyType, getBounds, getDependeds, getInfo, getMinimumSize, getName, getPosition, getSheet, getSize, isEditable, isVisible, renameDepended, setBounds, setPosition, setSize |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Methods inherited from interface inetsoft.uql.asset.internal.VariableProvider |
|---|
getAllVariables |
| Method Detail |
|---|
inetsoft.uql.asset.internal.WSAssemblyInfo getWSAssemblyInfo()
boolean isComposed()
String getDescription()
void setDescription(String desc)
desc - the specified description.boolean isIconized()
void setIconized(boolean iconized)
iconized - true indicated iconized.boolean isOuter()
void setOuter(boolean outer)
outer - true indicated outer.
void checkValidity()
throws Exception
Exceptionboolean isCondition()
boolean isDateCondition()
boolean isNamedGroup()
boolean isVariable()
boolean isTable()
void setWorksheet(Worksheet ws)
ws - the specified worksheet.Worksheet getWorksheet()
void replaceVariables(VariableTable vars)
vars - the specified variable table.boolean update()
WSAssembly copyAssembly(String name)
name - the specified new assembly name.
void setVisible(boolean visible)
visible - true if visible, false otherwise.void reset()
|
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 | ||||||||