|
Public Member Functions inherited from org.turro.plugin.command.CustomerSummaryPlugin |
| CustomerSummaryPlugin () |
|
| CustomerSummaryPlugin () |
|
Public Member Functions inherited from org.turro.plugin.command.SummaryPlugin |
| SummaryPlugin (String name) |
|
String | getName () |
|
boolean | stopPropagating () |
|
void | execute () |
|
| SummaryPlugin (String name) |
|
String | getName () |
|
boolean | stopsPropagating () |
|
void | setParams (Object params) |
|
Object | execute (Context context) |
|
void | setContext (Map< String, Object > params, Map< String, Object > results) |
|
Object | getParam (String key) |
|
boolean | itsMe (String name) |
|
Object | addResult (String key, Object value) |
|
Static Public Member Functions inherited from org.turro.plugin.command.CustomerSummaryPlugin |
static Collection< Object > | getSummaryFor (IContact contact) |
|
static Collection< Object > | getSummaryFor (Application app, IContact contact) |
|
Static Public Member Functions inherited from org.turro.plugin.command.SummaryPlugin |
static Collection< Object > | getSummaryFor (IContact contact, String name) |
|
static Collection< Object > | getSummaryFor (Application app, IContact contact, String name) |
|
Static Public Attributes inherited from org.turro.plugin.command.CustomerSummaryPlugin |
static final String | NAME = "CustomerSummary" |
|
Protected Attributes inherited from org.turro.plugin.command.SummaryPlugin |
String | name |
|
IContact | contact |
|
Collection< Object > | result |
|
Map< String, Object > | params |
|
Map< String, Object > | results |
|
◆ executePlugin()
void org.turro.financials.command.FinancialsCustomerSummary.executePlugin |
( |
| ) |
|
|
protected |
Reimplemented from org.turro.plugin.command.SummaryPlugin.
Definition at line 45 of file FinancialsCustomerSummary.java.
46 Application app = Application.getApplication();
48 if(!active.isEmpty()) {
49 GroupboxArrow gba =
new GroupboxArrow() {
51 protected void doFillContent() {
52 Include report =
new Include(
"/WEB-INF/_zul/financials/contract/customerSummary.zul");
53 report.setDynamicProperty(
"active", active);
57 Hlayout hbox =
new Hlayout();
59 hbox.setSclass(
"z-valign-middle");
60 hbox.setValign(
"middle");
61 hbox.appendChild(
new Image(Images.getImage(
"statement")));
62 hbox.appendChild(LabelTypes.getSoftLabel(I_.get(
"Portfolio")));
Object addResult(String key, Object value)
The documentation for this class was generated from the following file: