◆ getEnd()
String org.turro.contacts.www.MyContactsDashboard.getEnd |
( |
| ) |
|
◆ getStart()
String org.turro.contacts.www.MyContactsDashboard.getStart |
( |
| ) |
|
◆ loadData()
void org.turro.contacts.www.MyContactsDashboard.loadData |
( |
| ) |
throws ServletException, IOException |
◆ startConstruction()
void org.turro.contacts.www.MyContactsDashboard.startConstruction |
( |
| ) |
throws ServletException, IOException |
This method start element's construction. It gets called within IConstructor.startConstruction()
.
- Exceptions
-
javax.servlet.ServletException | |
java.io.IOException | |
Implements org.turro.elephant.context.IElement.
Definition at line 75 of file MyContactsDashboard.java.
79 if(!Strings.isBlank(
item)) {
80 prepareValues(marker,
contact, 0);
82 marker.process(
"contact", getFullTemplate());
83 }
else if(
set.isEmpty()) {
84 marker.put(
"divider",
false);
85 marker.put(
"header",
true);
86 marker.put(
"footer",
true);
87 marker.put(
"empty",
true);
88 marker.process(
"contact", getSummaryTemplate());
91 marker.put(
"empty",
false);
92 for(IContact c :
set) {
93 marker.put(
"divider", index > 0);
94 marker.put(
"header", index == 0);
95 marker.put(
"footer", index ==
set.size() - 1);
96 prepareValues(marker, c, 0);
97 marker.put(
"contact", c.getContact());
98 marker.process(
"contact", getSummaryTemplate());
◆ contact
IContact org.turro.contacts.www.MyContactsDashboard.contact |
|
protected |
◆ count
int org.turro.contacts.www.MyContactsDashboard.count |
|
protected |
◆ item
String org.turro.contacts.www.MyContactsDashboard.item |
|
protected |
◆ sclass
String org.turro.contacts.www.MyContactsDashboard.sclass |
|
protected |
◆ searchValue
String org.turro.contacts.www.MyContactsDashboard.searchValue |
|
protected |
◆ set
The documentation for this class was generated from the following file: