Class AbstractFormField
java.lang.Object
io.john.amiscaray.stir.domain.elements.CacheableElement
io.john.amiscaray.stir.domain.elements.AbstractUIElement
io.john.amiscaray.stir.domain.elements.AbstractFormField
public abstract class AbstractFormField extends AbstractUIElement
A parent class for common form field attributes
-
Nested Class Summary
Nested classes/interfaces inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
CacheableElement.CacheStatus -
Field Summary
Fields Modifier and Type Field Description protected BooleanautoFocusThe autofocus attribute of the elementprotected BooleandisabledThe disabled attribute of the elementprotected StringformThe form attribute of the elementprotected StringnameThe name attribute of the elementFields inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
cssClasses, customAttributes, hidden, id, styleFields inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
cacheDisabled, cacheStatus, propertyChangeSupport -
Constructor Summary
-
Method Summary
Methods inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
addClass, getCssClasses, getCustomAttributes, getId, getStyle, isHidden, setCssClasses, setCustomAttributes, setHidden, setId, setStyleMethods inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
addPropertyChangeListener, emptyCache, getCacheContents, getCacheStatus, isCacheDisabled, isHasChildren, setCacheContents, setCacheDisabled, setHasChildren
-
Field Details
-
autoFocus
The autofocus attribute of the element -
disabled
The disabled attribute of the element -
form
The form attribute of the element -
name
The name attribute of the element
-
-
Constructor Details
-
AbstractFormField
-