|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.util.html.HTMLTagAttributes
public abstract class HTMLTagAttributes
The HTMLTagAttributes class represents any additional HTML tag attributes not implemented in the HTML classes.
HTMLTagAttributes objects generate the following events:
Constructor Summary | |
---|---|
HTMLTagAttributes()
Constructs a default HTMLTagAttributes. |
Method Summary | |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a PropertyChangeListener. |
Properties |
getAttributes()
Returns the attribute properties object. |
String |
getAttributeString()
Returns the attribute string. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes the PropertyChangeListener from the internal list. |
void |
setAttributes(Properties attributes)
Set the additional HTML tag attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.as400.util.html.HTMLTagElement |
---|
getFOTag, getTag |
Constructor Detail |
---|
public HTMLTagAttributes()
Method Detail |
---|
public void addPropertyChangeListener(PropertyChangeListener listener)
listener
- The PropertyChangeListener.removePropertyChangeListener(java.beans.PropertyChangeListener)
public Properties getAttributes()
public String getAttributeString()
public void removePropertyChangeListener(PropertyChangeListener listener)
listener
- The PropertyChangeListener.addPropertyChangeListener(java.beans.PropertyChangeListener)
public void setAttributes(Properties attributes)
attributes
- The attributes.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |