◆ TestPushControl()
org.turro.push.zul.TestPushControl.TestPushControl |
( |
| ) |
|
Definition at line 52 of file TestPushControl.java.
53 Executions.createComponents(
"/WEB-INF/_zul/bs/comps/push/testPushControl.zul",
this,
null);
54 Selectors.wireComponents(
this,
this,
false);
55 Selectors.wireEventListeners(
this,
this);
◆ afterCompose()
void org.turro.push.zul.TestPushControl.afterCompose |
( |
| ) |
|
◆ onSend()
void org.turro.push.zul.TestPushControl.onSend |
( |
| ) |
|
Definition at line 44 of file TestPushControl.java.
45 UserPushSubscription.pushMessage(
46 Authentication.getIContact().getId(),
47 PushMessage.title(
"Test notification")
48 .message(text.getValue())
49 .click(ElephantContext.getServerUrl(
"http")).json());
The documentation for this class was generated from the following file: