|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JetTextArea
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jet.html.JetChildComponent |
|---|
JetChildComponent.HasNoParent |
| Method Summary | |
|---|---|
void |
addEvent(HTMLElementEvent event)
Method to add event |
void |
addValidationRule(ValidationRule rule)
Method to add validation rules |
java.lang.Object |
clone()
needs to be implemented |
void |
decodeForm(java.lang.StringBuilder builder,
JetContext jetContext)
|
java.util.List |
getEvents()
Method to get events |
java.util.List |
getValidationRules()
Method to get validations |
boolean |
hasEvent(HTMLElementEvent event)
Method to indicate if aspecial event exist |
boolean |
hasEvents()
Method to indicate if events exists |
boolean |
hasValidationRules()
Method to indicate if validation exists |
void |
reset()
Reset the value for reuse - ObjectPool! |
| Methods inherited from interface jet.html.JetInputComponent |
|---|
decodeGetString, encode, getDisplayValue, getFormDisplayValue, getValue, hasValue, setHidden, setValue |
| Methods inherited from interface jet.html.JetChildComponent |
|---|
getForm, getParent, isHidden, setParent, toggleHidden |
| Methods inherited from interface jet.html.JetComponent |
|---|
addListener, addListener, componentChanged, findComponent, findComponents, getIdentifier, getName, getStyleclass, incrementIdentifier, removeListener, removeListener, setComponentChanged, setContinueIdentifier, setIdentifier, setName, setStyleclass |
| Methods inherited from interface jet.pool.Identifiable |
|---|
getIdentifier |
| Method Detail |
|---|
void decodeForm(java.lang.StringBuilder builder,
JetContext jetContext)
decodeForm in interface DecodeabledecodeForm in interface JetComponentjava.lang.Object clone()
Cloneable
clone in interface JetComponentvoid addValidationRule(ValidationRule rule)
ValidationComponent
addValidationRule in interface ValidationComponentrule - ValidationRuleboolean hasValidationRules()
ValidationComponent
hasValidationRules in interface ValidationComponentjava.util.List getValidationRules()
ValidationComponent
getValidationRules in interface ValidationComponentvoid addEvent(HTMLElementEvent event)
JetInputComponent
addEvent in interface JetInputComponentevent - eventboolean hasEvents()
JetInputComponent
hasEvents in interface JetInputComponentboolean hasEvent(HTMLElementEvent event)
JetInputComponent
hasEvent in interface JetInputComponentjava.util.List getEvents()
JetInputComponent
getEvents in interface JetInputComponentvoid reset()
JetInputComponent
reset in interface JetInputComponentreset in interface Resetable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||