by.belsoft.report.tools.actions
Interface SimpleElements

All Known Implementing Classes:
CommonViewAction

public interface SimpleElements

Interface to release paste elements properties

Author:
Ilya Kirillov

Method Summary
 void pasteImage(java.util.HashMap attributes, UploadedFile image)
          pasteImage pastes textimage into given container
 void pasteLink(java.util.HashMap attributes, UploadedFile image)
          pasteLink pastes link into given container
 void pasteTextArea(java.util.HashMap attributes)
          pasteTextArea pastes textarea into given container
 void pasteTextField(java.util.HashMap attributes)
          pasteTextField pastes textfield into given container
 

Method Detail

pasteTextField

public void pasteTextField(java.util.HashMap attributes)
pasteTextField pastes textfield into given container

Parameters:
attributes - HashMap the attributes to paste

pasteTextArea

public void pasteTextArea(java.util.HashMap attributes)
pasteTextArea pastes textarea into given container

Parameters:
attributes - HashMap the attributes to paste

pasteLink

public void pasteLink(java.util.HashMap attributes,
                      UploadedFile image)
pasteLink pastes link into given container

Parameters:
attributes - HashMap the attributes to paste
image - UploadedFile the uploaded image

pasteImage

public void pasteImage(java.util.HashMap attributes,
                       UploadedFile image)
pasteImage pastes textimage into given container

Parameters:
attributes - HashMap the attributes to paste
image - UploadedFile the uploaded image


Copyright © 2005 BelSoft Inc. All Rights Reserved.