org.ujac.print
Interface JavascriptContainer

All Known Implementing Classes:
BaseAcroFieldTag, CheckBoxAcroFieldTag, ComboBoxAcroFieldTag, DocumentTag, HiddenFieldAcroFieldTag, PostButtonAcroFieldTag, RadioButtonAcroFieldTag, RadioGroupAcroFieldTag, ResetButtonAcroFieldTag, SegmentTag, SelectListAcroFieldTag, TextFieldAcroFieldTag

public interface JavascriptContainer

Name: JavascriptContainer
Description: Interfaces for tags which allow to add JavaScript code.

Author:
lauerc

Method Summary
 void addJavaScript(String code)
          Adds JavaScript code to the container.
 

Method Detail

addJavaScript

void addJavaScript(String code)
Adds JavaScript code to the container.

Parameters:
code - The code to add.s


Copyright © 2003-2004 UJAC.org. All Rights Reserved.