Class AbstractContentFrame
java.lang.Object
io.john.amiscaray.stir.domain.elements.CacheableElement
io.john.amiscaray.stir.domain.elements.AbstractUIElement
io.john.amiscaray.stir.domain.elements.AbstractContentFrame
public abstract class AbstractContentFrame extends AbstractUIElement
A parent class for any elements displaying external content
-
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 Integer
height
The height attribute of the elementprotected String
src
The src attribute of the elementprotected Integer
width
The width attribute of the elementFields inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
cssClasses, customAttributes, hidden, id, style
Fields 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, setStyle
Methods inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
addPropertyChangeListener, emptyCache, getCacheContents, getCacheStatus, isCacheDisabled, isHasChildren, setCacheContents, setCacheDisabled, setHasChildren
-
Field Details
-
height
The height attribute of the element -
src
The src attribute of the element -
width
The width attribute of the element
-
-
Constructor Details
-
AbstractContentFrame
-
AbstractContentFrame
public AbstractContentFrame()
-
-
Method Details
-
setHeight
-
setSrc
-
setWidth
-
getHeight
-
getSrc
-
getWidth
-