by.belsoft.report.tools.actions
Class ElementForm

java.lang.Object
  |
  +--by.belsoft.report.tools.actions.ContextData
        |
        +--by.belsoft.report.tools.actions.ElementForm

public class ElementForm
extends ContextData

The form to work with popups

Author:
Ilya Kirillov

Constructor Summary
ElementForm()
          Base constructor
 
Method Summary
 java.lang.String getActionName()
          standard getter
 java.util.HashMap getAttributes()
          standard getter
 java.util.ArrayList getAttributeStyleList()
          standard getter
 java.util.HashMap getHaveColor()
          standard getter
 UploadedFile getImage()
          standard getter
 java.util.HashMap getInputRend()
          getInputRend standard getter
 java.util.HashMap getRenders()
          standard getter
 java.util.HashMap getSelectLists()
          standard getter
 void listenSelectProps(ValueChangeEvent vce)
          listenSelectProps listens page selects and collects their values
 void pasteImage(ActionEvent ae)
          pasteImage pastes image into actions container
 void pasteLink(ActionEvent ae)
          pasteLink pastes link into actions container
 void pasteTextArea(ActionEvent ae)
          pasteTextArea pastes textarea into actions container
 void pasteTextField(ActionEvent ae)
          pasteTextField pastes textfield into actions container
 void setActionName(java.lang.String actionName)
          standard setter
 void setAttributes(java.util.HashMap attributes)
          standard setter
 void setAttributeStyleList(java.util.ArrayList attributeStyleList)
          standard setter
 void setHaveColor(java.util.HashMap haveColor)
          standard setter
 void setImage(UploadedFile image)
          standard setter
 void setInputRend(java.util.HashMap inputRend)
          setInputRend standard setter
 void setRenders(java.util.HashMap renders)
          standard setter
 void setSelectLists(java.util.HashMap selectLists)
          standard setter
 
Methods inherited from class by.belsoft.report.tools.actions.ContextData
getContext, getReportName, getRequest, getSession, setRefreshData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementForm

public ElementForm()
Base constructor

Method Detail

pasteTextField

public void pasteTextField(ActionEvent ae)
pasteTextField pastes textfield into actions container

Parameters:
ae - ActionEvent event invoked

pasteTextArea

public void pasteTextArea(ActionEvent ae)
pasteTextArea pastes textarea into actions container

Parameters:
ae - ActionEvent event invoked

pasteLink

public void pasteLink(ActionEvent ae)
pasteLink pastes link into actions container

Parameters:
ae - ActionEvent event invoked

pasteImage

public void pasteImage(ActionEvent ae)
pasteImage pastes image into actions container

Parameters:
ae - ActionEvent event invoked

listenSelectProps

public void listenSelectProps(ValueChangeEvent vce)
listenSelectProps listens page selects and collects their values

Parameters:
vce - ValueChangeEvent event invoked by value changing

getAttributes

public java.util.HashMap getAttributes()
standard getter

Returns:
Returns the attributes.

setAttributes

public void setAttributes(java.util.HashMap attributes)
standard setter

Parameters:
attributes - The attributes to set.

getAttributeStyleList

public java.util.ArrayList getAttributeStyleList()
standard getter

Returns:
Returns the attributeStyleList.

setAttributeStyleList

public void setAttributeStyleList(java.util.ArrayList attributeStyleList)
standard setter

Parameters:
attributeStyleList - The attributeStyleList to set.

getActionName

public java.lang.String getActionName()
standard getter

Returns:
Returns the actionName.

setActionName

public void setActionName(java.lang.String actionName)
standard setter

Parameters:
actionName - The actionName to set.

getImage

public UploadedFile getImage()
standard getter

Returns:
Returns the image.

setImage

public void setImage(UploadedFile image)
standard setter

Parameters:
image - The image to set.

getHaveColor

public java.util.HashMap getHaveColor()
standard getter

Returns:
Returns the haveColor.

setHaveColor

public void setHaveColor(java.util.HashMap haveColor)
standard setter

Parameters:
haveColor - The haveColor to set.

getRenders

public java.util.HashMap getRenders()
standard getter

Returns:
Returns the renders.

setRenders

public void setRenders(java.util.HashMap renders)
standard setter

Parameters:
renders - The renders to set.

getSelectLists

public java.util.HashMap getSelectLists()
standard getter

Returns:
Returns the selectLists.

setSelectLists

public void setSelectLists(java.util.HashMap selectLists)
standard setter

Parameters:
selectLists - The selectLists to set.

getInputRend

public java.util.HashMap getInputRend()
getInputRend standard getter

Returns:
HashMap with input renders

setInputRend

public void setInputRend(java.util.HashMap inputRend)
setInputRend standard setter

Parameters:
inputRend - HashMap of input renders


Copyright © 2005 BelSoft Inc. All Rights Reserved.