LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.info.infointerface
Interface LyExtraInfoInterface

All Known Implementing Classes:
LyChartInfo, LyFormSaveFile, LyPreference, LySticker, LyTreemapConfiguration

public interface LyExtraInfoInterface

Interface used to compare two objects with a sort criterion.


Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 boolean deleteFile()
          Method for deleting extra info file.
 void free()
          Method for freeing extra info (and sub-infos).
 java.lang.String getFile()
          Accessor to the file of this info.
 java.lang.String getUser()
          Get owner of this extra info.
 boolean saveFile(LyXmlWriterInterface writer)
          Method for saving extra info file.
 void setFile(java.lang.String file)
          Accessor to the file of this info.
 void writeXml(java.io.PrintWriter pw)
          Method to rewrite XML corresponding to this component.
 void writeXml(java.io.PrintWriter pw, boolean header, boolean body)
          Method to rewrite XML corresponding to this component.
 

Field Detail

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

getFile

java.lang.String getFile()
Accessor to the file of this info.

Returns:
the file of this info.

setFile

void setFile(java.lang.String file)
Accessor to the file of this info.

Parameters:
the - file of this info

getUser

java.lang.String getUser()
Get owner of this extra info.

Returns:
The owner of this extra info.

saveFile

boolean saveFile(LyXmlWriterInterface writer)
Method for saving extra info file.

Returns:
True if successful.

deleteFile

boolean deleteFile()
Method for deleting extra info file.

Returns:
True if successful.

free

void free()
Method for freeing extra info (and sub-infos).


writeXml

void writeXml(java.io.PrintWriter pw)
Method to rewrite XML corresponding to this component.

Parameters:
pw - the printWriter on which the XML is written.

writeXml

void writeXml(java.io.PrintWriter pw,
              boolean header,
              boolean body)
Method to rewrite XML corresponding to this component.

Parameters:
pw - The printWriter on which the XML is written.
header - Boolean indicating if header must be written.
header - Boolean indicating if body must be written.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com