static class ISimpleElement.Factory.SimpleElementImpl extends java.lang.Object implements ISimpleElement
ISimpleElement.Factory| Modifier and Type | Field and Description |
|---|---|
protected AttributeSet |
m_attrs |
protected Tag |
m_tag |
| Constructor and Description |
|---|
ISimpleElement.Factory.SimpleElementImpl(Tag tag,
AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
emit(HTMLWriter out) |
AttributeSet |
getAttributes() |
Tag |
getTag() |
ISimpleElement |
setClass(java.lang.String classID) |
java.lang.String |
toString() |
protected final Tag m_tag
protected final AttributeSet m_attrs
ISimpleElement.Factory.SimpleElementImpl(Tag tag, AttributeSet attrs)
public java.lang.String toString()
toString in class java.lang.Objectpublic Tag getTag()
getTag in interface ISimpleElementpublic ISimpleElement setClass(java.lang.String classID)
setClass in interface ISimpleElementpublic AttributeSet getAttributes()
getAttributes in interface ISimpleElementpublic void emit(HTMLWriter out)