Package overit.geocall.ecs
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, TEXTFields inherited from class org.apache.ecs.GenericElement
tabLevelFields inherited from interface org.apache.ecs.Attributes
NO_ATTRIBUTE_VALUEFields inherited from interface org.apache.ecs.Element
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new StringInputStringInput(String type, String name, String value) Creates a new StringInput -
Method Summary
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, setValueMethods 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, removeElementFromRegistryMethods 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, setTitleMethods 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
-
Constructor Details
-
StringInput
public StringInput()Creates a new StringInput -
StringInput
Creates a new StringInput- Parameters:
type- The Type of the inputname- The name of the inputvalue- The value of the input
-
-
Method Details
-
setValue
- Overrides:
setValuein classorg.apache.ecs.html.Input
-