corelib.services.web.components.mailinglists
Class MailingListEditor

java.lang.Object
  extended by corelib.services.web.components.WebComponent
      extended by corelib.services.web.components.VisualComponent
          extended by corelib.services.web.components.mailinglists.MailingListEditor

public class MailingListEditor
extends VisualComponent

Uses this component for inject a mailing list editor on your web pages. This component must be used with the mailing list module. It allow to create or modify a mailing list.

Since:
0.4.0
Author:
Dominique Liard & Alexia Ramaļoli

Field Summary
 
Fields inherited from class corelib.services.web.components.VisualComponent
cssClass, cssStyle, toolTipText, visible
 
Fields inherited from class corelib.services.web.components.WebComponent
dataBindings, webPage, xmlNode
 
Constructor Summary
MailingListEditor()
           
 
Method Summary
 void component_load(WebPageEvent event)
          Fired when the web page is fully initialized.
 void component_preRepeaterDuplications(WebPageEvent event)
           
 void component_renderBegin(WebPageEvent webPageEvent)
           
 void component_renderEnd(WebPageEvent webPageEvent)
           
 java.lang.String getName()
          Get the name of maling list to modify or to create.
 void setName(java.lang.String name)
          Fixes the name of maling list to modify or to create.
 
Methods inherited from class corelib.services.web.components.VisualComponent
component_postRender, component_preRender, component_renderChildren, component_renderJavascriptLocalisation, encodeAttributeValue, getCssClass, getCssStyle, getOnClickListener, getSharedAttributesHtmlEncoding, getToolTipText, isVisible, renderElement, setCssClass, setCssStyle, setOnClickListener, setToolTipText, setVisible
 
Methods inherited from class corelib.services.web.components.WebComponent
addBindingExpression, addChildComponent, component_init, getChildComponents, getDataBinding, getElementsByTagName, getId, getWebPage, getXmlNode, setId, setWebPage, setXmlNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailingListEditor

public MailingListEditor()
Method Detail

getName

public java.lang.String getName()
Get the name of maling list to modify or to create.

Returns:
The mailing list name.

setName

public void setName(java.lang.String name)
Fixes the name of maling list to modify or to create.

Parameters:
name - String.

component_preRepeaterDuplications

public void component_preRepeaterDuplications(WebPageEvent event)
Overrides:
component_preRepeaterDuplications in class WebComponent

component_renderBegin

public void component_renderBegin(WebPageEvent webPageEvent)
Overrides:
component_renderBegin in class VisualComponent

component_renderEnd

public void component_renderEnd(WebPageEvent webPageEvent)
Overrides:
component_renderEnd in class VisualComponent

component_load

public void component_load(WebPageEvent event)
Description copied from class: WebComponent
Fired when the web page is fully initialized.

Overrides:
component_load in class WebComponent
Parameters:
event - Qualify the current web page event.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.