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

Public Member Functions

void doAfterCompose (Component comp) throws Exception
 
- Public Member Functions inherited from org.turro.composer.EntityPathComposer< E >
void doBeforeComposeChildren (Component comp) throws Exception
 

Additional Inherited Members

- Protected Attributes inherited from org.turro.composer.EntityPathComposer< E >
String entityPath
 
entity
 

Detailed Description

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

Definition at line 29 of file CommentItComposer.java.

Member Function Documentation

◆ doAfterCompose()

void org.turro.zul.commentit.CommentItComposer.doAfterCompose ( Component  comp) throws Exception

Definition at line 35 of file CommentItComposer.java.

35  {
36  super.doAfterCompose(comp);
37  cigrid.setEntityPath(entityPath);
38  cigrid.afterCompose();
39  }
void setEntityPath(String entityPath)
Here is the call graph for this function:

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