Public Member Functions | |
void | loadData () throws ServletException, IOException |
void | startConstruction () throws ServletException, IOException |
String | getStart () |
String | getEnd () |
Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractElement | |
AbstractElement () | |
String | getId () |
String | getType () |
String | getTitle () |
void | setTitle (String title) |
Collection< String > | getMetas () |
void | setMetas (Collection< String > metas) |
ElContext | getContext () |
IConstructor | getConstructor () |
void | setConfiguration (IConstructor constructor, ElContext context) |
String | getStartTitle () |
String | getEndTitle () |
String | getStartBody () |
String | getEndBody () |
String | getStartFooter () |
String | getEndFooter () |
String | getStartOption () |
String | getEndOption () |
boolean | canDisplay () |
boolean | isSelectable () |
boolean | isInRole () |
boolean | canPrint () |
String | getElementFolder () |
boolean | isOriginalContext () |
void | setRootCategories (ElContext root) |
String | getTypeName () |
AttributeSupport | getAttributes () |
void | applyChanges () |
void | populateFromParent () |
void | setDefaultMetas () |
void | setConfiguration (Element conf, Element factory) |
Protected Attributes | |
String | sclass |
int | count |
boolean | allowInterest |
Long | item |
Issue | issue |
IContact | contact |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractElement | |
IConstructor | constructor |
ElContext | context |
AttributeSupport | attrSupport |
Element | conf = null |
String[] | types |
String | title |
Collection< String > | metas |
Definition at line 63 of file MyIssuesDashboard.java.
String org.turro.dossier.www.MyIssuesDashboard.getEnd | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 214 of file MyIssuesDashboard.java.
String org.turro.dossier.www.MyIssuesDashboard.getStart | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 209 of file MyIssuesDashboard.java.
void org.turro.dossier.www.MyIssuesDashboard.loadData | ( | ) | throws ServletException, IOException |
This method loads element's data. It gets called within IConstructor.startConstruction()
and before element's startConstruction()
method.
javax.servlet.ServletException | |
java.io.IOException |
Implements org.turro.elephant.context.IElement.
Definition at line 73 of file MyIssuesDashboard.java.
void org.turro.dossier.www.MyIssuesDashboard.startConstruction | ( | ) | throws ServletException, IOException |
This method start element's construction. It gets called within IConstructor.startConstruction()
.
javax.servlet.ServletException | |
java.io.IOException |
Implements org.turro.elephant.context.IElement.
Definition at line 106 of file MyIssuesDashboard.java.
|
protected |
Definition at line 67 of file MyIssuesDashboard.java.
|
protected |
Definition at line 70 of file MyIssuesDashboard.java.
|
protected |
Definition at line 66 of file MyIssuesDashboard.java.
|
protected |
Definition at line 69 of file MyIssuesDashboard.java.
|
protected |
Definition at line 68 of file MyIssuesDashboard.java.
|
protected |
Definition at line 65 of file MyIssuesDashboard.java.