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 |
---|
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
SimpleElementImpl(Tag tag, AttributeSet attrs)
public java.lang.String toString()
toString
in class java.lang.Object
public Tag getTag()
getTag
in interface ISimpleElement
public ISimpleElement setClass(java.lang.String classID)
setClass
in interface ISimpleElement
public AttributeSet getAttributes()
getAttributes
in interface ISimpleElement
public void emit(HTMLWriter out)