All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xmlactions.pager.actions.SelfDraw Maven / Gradle / Ivy

package org.xmlactions.pager.actions;

import org.xmlactions.action.config.IExecContext;
import org.xmlactions.pager.actions.form.templates.Html;


/**
 * Used by beans that can draw themselves.
 * 
 * @author mike.murphy
 *
 */
public interface SelfDraw {
	
	public Html drawHtml(IExecContext execContext);
	public String drawHeader(IExecContext execContext);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy