|
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.WorksheetInfo
public class WorksheetInfo
WorksheetInfo stores worksheet properties.
| Constructor Summary | |
|---|---|
WorksheetInfo()
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone this object. |
boolean |
copyInfo(WorksheetInfo info)
Copy the properties. |
int |
getDesignMaxRows()
Get the maximum rows of detail table for design mode. |
protected void |
parseAttributes(Element elem)
Parse attributes. |
protected void |
parseContents(Element elem)
Parse contents. |
void |
parseXML(Element elem)
Method to parse an xml segment. |
void |
setDesignMaxRows(int max)
Set the maximum rows of detail table for design mode. |
String |
toString()
Get the string representation. |
protected void |
writeAttributes(PrintWriter writer)
Write attributes. |
protected void |
writeContents(PrintWriter writer)
Write contents. |
void |
writeXML(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorksheetInfo()
| Method Detail |
|---|
public int getDesignMaxRows()
public void setDesignMaxRows(int max)
public boolean copyInfo(WorksheetInfo info)
public final void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.protected void writeAttributes(PrintWriter writer)
writer - the specified writer.protected void parseAttributes(Element elem)
elem - the specified xml element.protected void writeContents(PrintWriter writer)
writer - the specified writer.
protected void parseContents(Element elem)
throws Exception
elem - the specified xml element.
Exception
public final void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element.
Exceptionpublic String toString()
toString in class Objectpublic Object clone()
clone in interface AssetObjectclone in class Object
|
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 | ||||||||