- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file RelatedLine.java.
◆ RelatedLine()
org.turro.related.RelatedLine.RelatedLine |
( |
Related |
related, |
|
|
boolean |
forward, |
|
|
HtmlBasedComponent |
newControl |
|
) |
| |
Definition at line 34 of file RelatedLine.java.
36 HtmlBasedComponent comp = CommandUtil.getLink(related.getDestination());
38 appendChild(
new Image(
"/_zul/images/forward.png"));
39 comp.setTooltiptext(related.getDescription());
43 HtmlBasedComponent comp = CommandUtil.getLink(related.getOrigin());
45 appendChild(
new Image(
"/_zul/images/back.png"));
46 comp.setTooltiptext(related.getDescription());
50 if(newControl !=
null) {
51 appendChild(newControl);
52 if(newControl instanceof AfterCompose) {
53 ((AfterCompose) newControl).afterCompose();
The documentation for this class was generated from the following file: