| |
|
| java.lang.Object it.businesslogic.ireport.ScriptletCode
ScriptletCode | public class ScriptletCode (Code) | | author: Administrator |
EVENT_AFTER_COLUMN_INIT | final public static int EVENT_AFTER_COLUMN_INIT(Code) | | |
EVENT_AFTER_DETAIL_EVAL | final public static int EVENT_AFTER_DETAIL_EVAL(Code) | | |
EVENT_AFTER_GROUP_INIT | final public static int EVENT_AFTER_GROUP_INIT(Code) | | |
EVENT_AFTER_PAGE_INIT | final public static int EVENT_AFTER_PAGE_INIT(Code) | | |
EVENT_AFTER_REPORT_INIT | final public static int EVENT_AFTER_REPORT_INIT(Code) | | |
EVENT_BEFORE_COLUMN_INIT | final public static int EVENT_BEFORE_COLUMN_INIT(Code) | | |
EVENT_BEFORE_DETAIL_EVAL | final public static int EVENT_BEFORE_DETAIL_EVAL(Code) | | |
EVENT_BEFORE_GROUP_INIT | final public static int EVENT_BEFORE_GROUP_INIT(Code) | | |
EVENT_BEFORE_PAGE_INIT | final public static int EVENT_BEFORE_PAGE_INIT(Code) | | |
EVENT_BEFORE_REPORT_INIT | final public static int EVENT_BEFORE_REPORT_INIT(Code) | | |
GLOBAL_DECLARATIONS | final public static int GLOBAL_DECLARATIONS(Code) | | |
LAST_PORTION | final public static int LAST_PORTION(Code) | | |
code_portions | protected HashMap code_portions(Code) | | all code protions
|
ScriptletCode | public ScriptletCode()(Code) | | Creates a new instance of ScriptletCode
|
append | public void append(String line, int portion)(Code) | | Append a line to the specified code portion
|
getPortion | public String getPortion(int portion)(Code) | | Return the requested portion of class
|
setPortionCode | public void setPortionCode(int portion, String code)(Code) | | Return the requested portion of class
|
|
|
|