|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.components.WebComponent
corelib.services.web.components.VisualComponent
corelib.services.web.components.CurrentYear
public class CurrentYear
Simply display the actual year (with four digits) in a <span> HTML tag.
Note that id, title, cssStyle and cssClass property can be used
for customize the displayed year.
| 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 | |
|---|---|
CurrentYear()
|
|
| Method Summary | |
|---|---|
void |
component_renderBegin(WebPageEvent webPageEvent)
Render the <span> HTML tag for display the current date. |
| Methods inherited from class corelib.services.web.components.VisualComponent |
|---|
component_postRender, component_preRender, component_renderChildren, component_renderEnd, 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, component_load, component_preRepeaterDuplications, 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 |
|---|
public CurrentYear()
| Method Detail |
|---|
public void component_renderBegin(WebPageEvent webPageEvent)
component_renderBegin in class VisualComponentwebPageEvent - Object that contains informations associated to this event handling.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||