Class StringInput

java.lang.Object
org.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.SinglePartElement
org.apache.ecs.html.Input
overit.geocall.ecs.StringInput
All Implemented Interfaces:
Serializable, Cloneable, org.apache.ecs.Attributes, org.apache.ecs.Element, org.apache.ecs.ElementRegistry, org.apache.ecs.FocusEvents, org.apache.ecs.FormEvents, org.apache.ecs.KeyEvents, org.apache.ecs.MouseEvents, org.apache.ecs.PageEvents, org.apache.ecs.Printable

public class StringInput extends org.apache.ecs.html.Input
Class that manages an Input string
See Also:
  • Field Summary

    Fields inherited from class org.apache.ecs.html.Input

    button, BUTTON, checkbox, CHECKBOX, file, FILE, hidden, HIDDEN, image, IMAGE, password, PASSWORD, radio, RADIO, reset, RESET, submit, SUBMIT, text, TEXT

    Fields inherited from class org.apache.ecs.GenericElement

    tabLevel

    Fields inherited from interface org.apache.ecs.Attributes

    NO_ATTRIBUTE_VALUE

    Fields inherited from interface org.apache.ecs.Element

    CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new StringInput
    StringInput(String type, String name, String value)
    Creates a new StringInput
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.ecs.html.Input
     

    Methods inherited from class org.apache.ecs.html.Input

    addElement, addElement, addElement, addElement, removeElement, setAccept, setAlt, setBorder, setChecked, setDisabled, setMaxlength, setMaxlength, setName, setOnBlur, setOnChange, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnLoad, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setOnReset, setOnSelect, setOnSubmit, setOnUnload, setReadOnly, setSize, setSize, setSrc, setTabindex, setTabindex, setType, setUsemap, setValue, setValue, setValue

    Methods inherited from class org.apache.ecs.ConcreteElement

    addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry

    Methods inherited from class org.apache.ecs.ElementAttributes

    addAttribute, addAttribute, addAttribute, addAttribute, attributes, createStartTag, getAttribute, getAttributeEqualitySign, getAttributeFilter, getAttributeFilterState, getAttributeQuote, getAttributeQuoteChar, hasAttribute, removeAttribute, setAttributeEqualitySign, setAttributeFilter, setAttributeFilterState, setAttributeQuote, setAttributeQuoteChar, setClass, setDir, setID, setLang, setStyle, setTitle

    Methods inherited from class org.apache.ecs.GenericElement

    alterCase, createEndTag, getBeginEndModifier, getBeginEndModifierDefined, getBeginStartModifier, getBeginStartModifierDefined, getCase, getCodeSet, getElementHashEntry, getElementType, getEndEndModifier, getEndEndModifierDefined, getEndStartModifier, getEndStartModifierDefined, getEndTagChar, getFilter, getFilterState, getNeedClosingTag, getNeedLineBreak, getPrettyPrint, getStartTagChar, getTabLevel, getTagPosition, getTagText, getVersion, putTabs, putTabs, removeBeginEndModifier, removeBeginStartModifier, removeEndEndModifier, removeEndStartModifier, setBeginEndModifier, setBeginModifier, setBeginModifier, setBeginStartModifier, setCase, setCodeSet, setElementType, setEndEndModifier, setEndModifier, setEndModifier, setEndStartModifier, setEndTagChar, setFilter, setFilterState, setNeedClosingTag, setPrettyPrint, setStartTagChar, setTabLevel, setTagPosition, setTagText, toString, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • StringInput

      public StringInput()
      Creates a new StringInput
    • StringInput

      public StringInput(String type, String name, String value)
      Creates a new StringInput
      Parameters:
      type - The Type of the input
      name - The name of the input
      value - The value of the input
  • Method Details

    • setValue

      public org.apache.ecs.html.Input setValue(String s)
      Overrides:
      setValue in class org.apache.ecs.html.Input