BrightSide Workbench Full Report + Source Code
org.turro.alliance.client.ProjectGrantDashboard Class Reference
Inheritance diagram for org.turro.alliance.client.ProjectGrantDashboard:
Collaboration diagram for org.turro.alliance.client.ProjectGrantDashboard:

Protected Member Functions

CollectionHtmlIterator initIterator ()
 
void initSearchEngine ()
 
- Protected Member Functions inherited from org.turro.dashboard.AbstractDashboard
DashboardContext getDashboardContext ()
 

Additional Inherited Members

- Public Member Functions inherited from org.turro.dashboard.AbstractDashboard
void loadData () throws ServletException, IOException
 
CollectionHtmlIterator getIterator ()
 
String getFullTemplate ()
 
String getSummaryTemplate ()
 
int getCount ()
 
String getSclass ()
 
String getStart ()
 
String getEnd ()
 
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 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 inherited from org.turro.elephant.impl.abstracts.AbstractElement
IConstructor constructor
 
ElContext context
 
AttributeSupport attrSupport
 
Element conf = null
 
String[] types
 
String title
 
Collection< String > metas
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 30 of file client/ProjectGrantDashboard.java.

Member Function Documentation

◆ initIterator()

CollectionHtmlIterator org.turro.alliance.client.ProjectGrantDashboard.initIterator ( )
protected

Reimplemented from org.turro.dashboard.AbstractDashboard.

Definition at line 35 of file client/ProjectGrantDashboard.java.

35  {
36  di = new ProjectGrantCollectionIterator(getConstructor(), null, false);
37  return di;
38  }
Here is the call graph for this function:

◆ initSearchEngine()

void org.turro.alliance.client.ProjectGrantDashboard.initSearchEngine ( )
protected

Reimplemented from org.turro.dashboard.AbstractDashboard.

Definition at line 41 of file client/ProjectGrantDashboard.java.

41  {
42  DaoHtmlSearch dhs = DaoHtmlSearch.getInstance(getConstructor(), ElephantContext.getContextVariable(getConstructor()));
43  if(dhs != null) {
44  dhs.setTagRoot("axproject-grant");
45  }
46  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: