|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAttributeRenderer
public class AttributeRenderer
Nested Class Summary | |
---|---|
static class |
AttributeRenderer.RemoveInfo
|
Constructor Summary | |
---|---|
AttributeRenderer()
Create the attribute renderer. |
Method Summary | |
---|---|
AttributeRenderer.RemoveInfo |
addElement(TreeElement elem)
Add all of the attributes associated with an element to the internal lists. |
void |
removeElement(TreeElement elem,
AttributeRenderer.RemoveInfo removes)
|
void |
removeElementScoped(TreeElement elem,
AttributeRenderer.RemoveInfo removes)
This method will remove all of the elements scoped to the attribute. |
void |
renderDiv(DivTag.State state,
TreeElement elem)
This method will render the values assocated with the div around a treeItem. |
void |
renderIconImage(ImageTag.State state,
TreeElement elem)
This method will render the values assocated with the Icon Image. |
void |
renderSelectionLink(AnchorTag.State state,
TreeElement elem)
This method will render the values assocated with the selection link. |
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeRenderer()
Method Detail |
---|
public AttributeRenderer.RemoveInfo addElement(TreeElement elem)
elem
- public void removeElementScoped(TreeElement elem, AttributeRenderer.RemoveInfo removes)
elem
- public void removeElement(TreeElement elem, AttributeRenderer.RemoveInfo removes)
public void renderIconImage(ImageTag.State state, TreeElement elem)
state
- elem
- public void renderSelectionLink(AnchorTag.State state, TreeElement elem)
state
- elem
- public void renderDiv(DivTag.State state, TreeElement elem)
state
- elem
- public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |