sferyx.administration.renderers.adapters
Class GenericTagAdapter
java.lang.Object
sferyx.administration.renderers.adapters.GenericTagAdapter
- Direct Known Subclasses:
- CustomTagAdapter
public class GenericTagAdapter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
visualRepresentationComponent
protected java.awt.Component visualRepresentationComponent
GenericTagAdapter
public GenericTagAdapter()
- Creates a new instance of GenericTagAdapter
setEnabled
public void setEnabled(boolean enabled)
setCustomTagString
public void setCustomTagString(java.lang.String tagString)
- This method sets the plain tag string extracted from the document when the page is loaded
getCustomTagString
public java.lang.String getCustomTagString()
- This method returns the plain tag string extracted from the document
getGeneratedOutput
public java.lang.String getGeneratedOutput()
setVisualRepresentationComponent
public void setVisualRepresentationComponent(java.awt.Component visualRepresentationComponent)
setReusedVisualRepresentationComponent
public void setReusedVisualRepresentationComponent(java.awt.Component visualRepresentationComponent)
setElement
public void setElement(javax.swing.text.Element element)
getElement
public javax.swing.text.Element getElement()
isReadOnly
public boolean isReadOnly()
- Indicates whether the component is contained within a readonly section or not