|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to release paste elements properties
| 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 |
public void pasteTextField(java.util.HashMap attributes)
attributes - HashMap the attributes to pastepublic void pasteTextArea(java.util.HashMap attributes)
attributes - HashMap the attributes to paste
public void pasteLink(java.util.HashMap attributes,
UploadedFile image)
attributes - HashMap the attributes to pasteimage - UploadedFile the uploaded image
public void pasteImage(java.util.HashMap attributes,
UploadedFile image)
attributes - HashMap the attributes to pasteimage - UploadedFile the uploaded image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||