sferyx.administration.renderers.adapters
Class GenericTagAdapter

java.lang.Object
  extended by sferyx.administration.renderers.adapters.GenericTagAdapter
Direct Known Subclasses:
CustomTagAdapter

public class GenericTagAdapter
extends java.lang.Object


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

Field Detail

visualRepresentationComponent

protected java.awt.Component visualRepresentationComponent
Constructor Detail

GenericTagAdapter

public GenericTagAdapter()
Creates a new instance of GenericTagAdapter

Method Detail

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