com.cc.framework.taglib.controls
Interface AjaxSupportTag

All Known Implementing Classes:
BaseControlTag, ColumnBaseTag, ColumnHeaderTag

public interface AjaxSupportTag

Interface for Tags that support AJAX functionality

Author:
Harald Schulz

Method Summary
 void setAjax(boolean enable)
          Directs the framework to add additional AJAX handlers to the control.
 void setAjax(java.lang.String ajax)
          Directs the framework to add additional AJAX handlers to the column.
 

Method Detail

setAjax

public void setAjax(java.lang.String ajax)
             throws javax.servlet.jsp.JspException
Directs the framework to add additional AJAX handlers to the column.

Parameters:
ajax - enable AJAX
Throws:
javax.servlet.jsp.JspException - If the Argument can't be converted to boolean

setAjax

public void setAjax(boolean enable)
Directs the framework to add additional AJAX handlers to the control.

Parameters:
enable - true to enable AJAX


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.