1 19 20 package org.efs.openreports.util; 21 22 import org.displaytag.decorator.TableDecorator; 23 24 public class HRefColumnDecorator extends TableDecorator 25 { 26 30 31 public Object getRemoveLink() 32 { 33 return "Remove"; 34 } 35 36 public Object getUpdateLink() 37 { 38 return "Update"; 39 } 40 41 public Object getAddToGroupLink() 42 { 43 return "Groups"; 44 } 45 } 46 | Popular Tags |