jet.html
Interface JetInputComponent
- All Superinterfaces:
- java.lang.Cloneable, Decodeable, Identifiable, JetChildComponent, JetComponent, Resetable, java.io.Serializable, ValidationComponent
- All Known Subinterfaces:
- JetButton, JetCheckbox, JetInput, JetRadiobutton, JetRandomizer, JetSelection, JetTextArea
- All Known Implementing Classes:
- JetButton, JetCheckbox, JetInput, JetInputComponent, JetRadiobutton, JetRandomizer, JetSelection, JetTextArea
public interface JetInputComponent
- extends JetChildComponent, ValidationComponent, Resetable
Methods inherited from interface jet.html.JetComponent |
addListener, addListener, clone, componentChanged, decodeForm, findComponent, findComponents, getIdentifier, getName, getStyleclass, incrementIdentifier, removeListener, removeListener, setComponentChanged, setContinueIdentifier, setIdentifier, setName, setStyleclass |
encode
void encode(java.util.Map requestParamters)
decodeGetString
java.lang.String decodeGetString(JetContext jetContext)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
getFormDisplayValue
java.lang.String getFormDisplayValue()
getDisplayValue
java.lang.String getDisplayValue(java.lang.String encoding)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
getValue
java.lang.String getValue()
setValue
void setValue(java.lang.String value)
hasValue
boolean hasValue()
setHidden
void setHidden(boolean hidden)
addEvent
void addEvent(HTMLElementEvent event)
- Method to add event
- Parameters:
event
- event
hasEvents
boolean hasEvents()
- Method to indicate if events exists
hasEvent
boolean hasEvent(HTMLElementEvent event)
- Method to indicate if aspecial event exist
getEvents
java.util.List getEvents()
- Method to get events
- Returns:
- List HTMLElementEvent
reset
void reset()
- Reset the value for reuse - ObjectPool!
- Specified by:
reset
in interface Resetable