inetsoft.uql.asset
Interface NamedGroupAssembly
- All Superinterfaces:
- Assembly, AssetObject, AttachedAssembly, Cloneable, Serializable, inetsoft.uql.asset.internal.VariableProvider, WSAssembly, inetsoft.util.XMLSerializable
- All Known Implementing Classes:
- DefaultNamedGroupAssembly, MirrorNamedGroupAssembly
public interface NamedGroupAssembly
- extends AttachedAssembly, WSAssembly
NamedGroupAssembly, contains a NamedGroupInfo for reuse.
| Methods inherited from interface inetsoft.uql.asset.WSAssembly |
checkValidity, copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, replaceVariables, reset, setDescription, setIconized, setOuter, setVisible, setWorksheet, update |
| Methods inherited from interface inetsoft.uql.asset.Assembly |
addr, checkDependency, 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 |
getNamedGroupInfo
NamedGroupInfo getNamedGroupInfo()
- Get the named group info.
- Returns:
- the named group info of the assembly.
setNamedGroupInfo
void setNamedGroupInfo(NamedGroupInfo info)
- Set the named group info.
- Parameters:
info - the specified named group info.