Public Member Functions | |
boolean | isTest () |
void | startConstruction () throws ServletException, IOException |
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 | loadData () throws ServletException, IOException |
void | setConfiguration (IConstructor constructor, ElContext context) |
String | getStart () |
String | getEnd () |
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) |
Additional Inherited Members | |
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 44 of file FunnelDashboard.java.
boolean org.turro.web.funnel.FunnelDashboard.isTest | ( | ) |
Definition at line 51 of file FunnelDashboard.java.
void org.turro.web.funnel.FunnelDashboard.startConstruction | ( | ) | throws ServletException, IOException |
This method start element's construction. It gets called within IConstructor.startConstruction()
.
javax.servlet.ServletException | |
java.io.IOException |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 56 of file FunnelDashboard.java.