com.sas.servlet.tbeans.tableview
Interface ExportAsHyperlinkInterface

All Known Implementing Classes:
BaseTableView, OLAPTableView, TableView, TableView, TableView

public interface ExportAsHyperlinkInterface

To support exporting to Excel as hyperlinks the values of the data items that have the "Display as a hyperlink" attribute set to yes in the Information Map


Field Summary
static boolean DEFAULT_VALUE_FOR_CURRENT_VALUE_TO_ENCODE
          By default all data values exported to Excel as HTML should be encoded.
 
Method Summary
 boolean isCurrentValueToEncode()
           
 

Field Detail

DEFAULT_VALUE_FOR_CURRENT_VALUE_TO_ENCODE

static final boolean DEFAULT_VALUE_FOR_CURRENT_VALUE_TO_ENCODE
By default all data values exported to Excel as HTML should be encoded. Only the values of data items that have the "Display as a hyperlink" attribute set to yes in the Information Map should not be encoded when exported to Excel as HTML.

See Also:
http://support.sas.com/documentation/cdl/en/citug/65926/HTML/default/viewer.htm#p05huc7pd2y872n18pcfumb9njj2.htm, Constant Field Values
Method Detail

isCurrentValueToEncode

boolean isCurrentValueToEncode()
Returns:
true if the value of the data cell being exported has to be encoded. False otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.