corelib.services.web.components
Class ChoiceSelector

java.lang.Object
  extended by corelib.services.web.components.WebComponent
      extended by corelib.services.web.components.VisualComponent
          extended by corelib.services.web.components.FormElement
              extended by corelib.services.web.components.FormInput
                  extended by corelib.services.web.components.ChoiceSelector

public class ChoiceSelector
extends FormInput


Nested Class Summary
static class ChoiceSelector.ChoiceSelectorOrientation
           
static class ChoiceSelector.ChoiceSelectorType
           
 
Field Summary
 
Fields inherited from class corelib.services.web.components.FormInput
autoPost, oldValue, readOnly
 
Fields inherited from class corelib.services.web.components.FormElement
disabled, value
 
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
ChoiceSelector()
           
ChoiceSelector(ChoiceSelector.ChoiceSelectorType selectorType)
           
 
Method Summary
 void component_load(WebPageEvent event)
          Fired when the web page is fully initialized.
 void component_renderBegin(WebPageEvent webPageEvent)
           
 void component_renderChildren(WebPageEvent webPageEvent)
           
 void component_renderEnd(WebPageEvent webPageEvent)
           
 ChoiceSelector.ChoiceSelectorOrientation getOrientation()
           
 ChoiceElement getSelectedElement()
           
 java.lang.String getSelectedText()
           
 java.lang.String getSelectedValue()
           
 ChoiceSelector.ChoiceSelectorType getSelectorType()
           
 java.lang.String getValue()
           
 void setOrientation(ChoiceSelector.ChoiceSelectorOrientation orientation)
           
 void setSelectorType(ChoiceSelector.ChoiceSelectorType type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class corelib.services.web.components.FormInput
addFormInputListener, fireFormInputEvent, getOldValue, getSharedAttributesHtmlEncoding, isAutoPost, isReadOnly, oldValueHtmlEnconding, setAutoPost, setOldValue, setReadOnly
 
Methods inherited from class corelib.services.web.components.FormElement
isDisabled, setDisabled
 
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
 

Constructor Detail

ChoiceSelector

public ChoiceSelector()

ChoiceSelector

public ChoiceSelector(ChoiceSelector.ChoiceSelectorType selectorType)
Method Detail

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.