|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JetRandomizer
| 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 reset()
JetInputComponent
reset in interface JetInputComponentreset in interface Resetablevoid addEvent(HTMLElementEvent event)
JetInputComponent
addEvent in interface JetInputComponentevent - eventjava.util.List getEvents()
JetInputComponent
getEvents in interface JetInputComponentboolean hasEvents()
JetInputComponent
hasEvents in interface JetInputComponentboolean hasEvent(HTMLElementEvent event)
JetInputComponent
hasEvent in interface JetInputComponentjava.util.List getValidationRules()
ValidationComponent
getValidationRules in interface ValidationComponentboolean hasValidationRules()
ValidationComponent
hasValidationRules in interface ValidationComponent
void addValidationRule(ValidationRule rule)
throws java.lang.IllegalStateException
ValidationComponent
addValidationRule in interface ValidationComponentrule - ValidationRule
java.lang.IllegalStateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||