BrightSide Workbench Full Report + Source Code
org.turro.push.zul.TestPushControl Class Reference
Inheritance diagram for org.turro.push.zul.TestPushControl:
Collaboration diagram for org.turro.push.zul.TestPushControl:

Public Member Functions

void onSend ()
 
 TestPushControl ()
 
void afterCompose ()
 

Detailed Description

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

Definition at line 38 of file TestPushControl.java.

Constructor & Destructor Documentation

◆ TestPushControl()

org.turro.push.zul.TestPushControl.TestPushControl ( )

Definition at line 52 of file TestPushControl.java.

52  {
53  Executions.createComponents("/WEB-INF/_zul/bs/comps/push/testPushControl.zul", this, null);
54  Selectors.wireComponents(this, this, false);
55  Selectors.wireEventListeners(this, this);
56  }

Member Function Documentation

◆ afterCompose()

void org.turro.push.zul.TestPushControl.afterCompose ( )

Definition at line 59 of file TestPushControl.java.

59  {
60  }

◆ onSend()

void org.turro.push.zul.TestPushControl.onSend ( )

Definition at line 44 of file TestPushControl.java.

44  {
45  UserPushSubscription.pushMessage(
46  Authentication.getIContact().getId(),
47  PushMessage.title("Test notification")
48  .message(text.getValue())
49  .click(ElephantContext.getServerUrl("http")).json());
50  }
Here is the call graph for this function:

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