corelib.services.web.components
Class ChoiceSelector
java.lang.Object
corelib.services.web.components.WebComponent
corelib.services.web.components.VisualComponent
corelib.services.web.components.FormElement
corelib.services.web.components.FormInput
corelib.services.web.components.ChoiceSelector
public class ChoiceSelector
- extends FormInput
| Methods inherited from class corelib.services.web.components.VisualComponent |
component_postRender, component_preRender, component_renderJavascriptLocalisation, encodeAttributeValue, getCssClass, getCssStyle, getOnClickListener, 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 |
ChoiceSelector
public ChoiceSelector()
ChoiceSelector
public ChoiceSelector(ChoiceSelector.ChoiceSelectorType selectorType)
getOrientation
public ChoiceSelector.ChoiceSelectorOrientation getOrientation()
setOrientation
public void setOrientation(ChoiceSelector.ChoiceSelectorOrientation orientation)
getSelectedElement
public ChoiceElement getSelectedElement()
getSelectedText
public java.lang.String getSelectedText()
getSelectedValue
public java.lang.String getSelectedValue()
getValue
public java.lang.String getValue()
- Overrides:
getValue in class FormElement
setValue
public void setValue(java.lang.String value)
- Overrides:
setValue in class FormElement
getSelectorType
public ChoiceSelector.ChoiceSelectorType getSelectorType()
setSelectorType
public void setSelectorType(ChoiceSelector.ChoiceSelectorType type)
component_renderBegin
public void component_renderBegin(WebPageEvent webPageEvent)
- Overrides:
component_renderBegin in class VisualComponent
component_renderChildren
public void component_renderChildren(WebPageEvent webPageEvent)
- Overrides:
component_renderChildren 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 FormInput
- 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.