|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.catedit.DefaultCategoryElementRenderer
creates a DOM Element named "cat-catecory" with attributes "name" and "icon"
Constructor Summary | |
DefaultCategoryElementRenderer()
Constructor for DefaultCategoryElementRenderer. |
Method Summary | |
java.lang.String |
getElementName()
Returns the elementName. |
org.w3c.dom.Element |
render(RequestContext context,
org.w3c.dom.Document factory,
Category cat)
creates a DOM Element with attributes "name" and "icon" |
void |
setElementName(java.lang.String elementName)
Sets the elementName. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultCategoryElementRenderer()
Method Detail |
public org.w3c.dom.Element render(RequestContext context, org.w3c.dom.Document factory, Category cat)
render
in interface CategoryElementRenderer
public java.lang.String getElementName()
public void setElementName(java.lang.String elementName)
elementName
- The elementName to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |