corelib.services.web.components
Class ProgressBar
java.lang.Object
corelib.services.web.components.WebComponent
corelib.services.web.components.VisualComponent
corelib.services.web.components.ProgressBar
public class ProgressBar
- extends VisualComponent
- Since:
- 0.3.2
- Author:
- Dominique Liard
| 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_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 |
ProgressBar
public ProgressBar()
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getMinimumValue
public int getMinimumValue()
setMinimumValue
public void setMinimumValue(int minimumValue)
getMaximumValue
public int getMaximumValue()
setMaximumValue
public void setMaximumValue(int maximumValue)
getValue
public int getValue()
setValue
public void setValue(int value)
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.
component_renderBegin
public void component_renderBegin(WebPageEvent webPageEvent)
- Overrides:
component_renderBegin in class VisualComponent
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.