Removed duplicate public keywords.
This commit is contained in:
parent
e14b484ca5
commit
30418cad13
90 changed files with 694 additions and 720 deletions
|
|
@ -37,17 +37,16 @@ import net.sf.jasperreports.engine.type.HorizontalAlignEnum;
|
|||
*/
|
||||
public interface JRDynamicDataSource extends JRRewindableDataSource {
|
||||
|
||||
public void addDynamicColumnClassFields(JasperDesign jd) throws JRException;
|
||||
public Map<String,Object> addDynamicELBean();
|
||||
void addDynamicColumnClassFields(JasperDesign jd) throws JRException;
|
||||
Map<String,Object> addDynamicELBean();
|
||||
|
||||
public int getDynamicColumnCount();
|
||||
public int getDynamicColumnX(int col);
|
||||
public int getDynamicColumnY(int col);
|
||||
public int getDynamicColumnWidth(int col);
|
||||
public int getDynamicColumnHeight(int col);
|
||||
|
||||
public HorizontalAlignEnum getDynamicColumnHorizontalAlignment(int col);
|
||||
public boolean isDynamicColumnStretchWithOverflow(int col);
|
||||
public boolean isDynamicColumnBlankWhenNull(int col);
|
||||
int getDynamicColumnCount();
|
||||
int getDynamicColumnX(int col);
|
||||
int getDynamicColumnY(int col);
|
||||
int getDynamicColumnWidth(int col);
|
||||
int getDynamicColumnHeight(int col);
|
||||
|
||||
HorizontalAlignEnum getDynamicColumnHorizontalAlignment(int col);
|
||||
boolean isDynamicColumnStretchWithOverflow(int col);
|
||||
boolean isDynamicColumnBlankWhenNull(int col);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue