Revision 1601 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/report/LayoutReportAction.java

View differences:

LayoutReportAction.java
18 18
    String LAYOUT_REPORT_DEFAULT_TEMPLATE_NAME = "layout";
19 19
    String LAYOUT_REPORT_LABEL = "label";
20 20
    String LAYOUT_REPORT_NAME = "name";
21
    String LAYOUT_REPORT_SELECT_CURRENT_ROW = "selectCurrentRow";
22 21
    String LAYOUT_REPORT_TEMPLATE_NAME = "templateName";
22
    String LAYOUT_REPORT_HIGHLIGHT_RECORD = "highlightRecord";
23
    String LAYOUT_REPORT_HIGHLIGHT_SYMBOL = "highlightSymbol";
24
    String LAYOUT_REPORT_LINE_COLOR = "lineColor";
25
    String LAYOUT_REPORT_FILL_COLOR = "fillColor";
23 26
    String LAYOUT_REPORT_TYPE = "type";
24 27
    String LAYOUT_REPORT_VIEW_TAG = "viewTag";
25 28
    String LAYOUT_REPORT_USE_INTERNAL_PDF_VIEWER = "useInternalPdfViewer";
......
31 34

  
32 35
    boolean isCenterToCurrentRow();
33 36

  
34
    boolean isSelectCurrentRow();
35

  
36 37
    boolean isZoomToCurrentRow();
37 38
    
38 39
    boolean isUseInternalPdfViewer();
......
41 42

  
42 43
    void setCenterToCurrentRow(boolean centerToCurrentRow);
43 44

  
44
    void setSelectCurrentRow(boolean selectCurrentRow);
45

  
46 45
    public String getViewTag();
47 46

  
48 47
    public void setViewTag(String viewTag);
......
51 50

  
52 51
    void setZoomToCurrentRow(boolean zoomToCurrentRow);
53 52
    
53
    public boolean isHighlightRecord();
54
   
55
    public void setHighlightRecord(boolean b);
56
    
54 57
}

Also available in: Unified diff