|
|||||||||||||||||||
| 30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| DirectSubWindowListRow.java | - | 0% | 0% | 0% |
|
||||||||||||||
| 1 |
/*
|
|
| 2 |
* Joey and its relative products are published under the terms
|
|
| 3 |
* of the Apache Software License.
|
|
| 4 |
*/
|
|
| 5 |
/*
|
|
| 6 |
* Created on 2004/01/03
|
|
| 7 |
*/
|
|
| 8 |
package org.asyrinx.brownie.tapestry.components.link;
|
|
| 9 |
|
|
| 10 |
import org.apache.tapestry.link.DirectLink;
|
|
| 11 |
|
|
| 12 |
/**
|
|
| 13 |
* @author akima
|
|
| 14 |
*/
|
|
| 15 |
public abstract class DirectSubWindowListRow extends DirectLink implements |
|
| 16 |
ISubWindowListRow {
|
|
| 17 |
|
|
| 18 | 0 |
protected void finishLoad() { |
| 19 | 0 |
setRenderer(SubWindowListRowRenderer.SHARED_INSTANCE); |
| 20 |
} |
|
| 21 |
|
|
| 22 |
} |
|
||||||||||