|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.util.html.HTMLTagAttributes | +--com.ibm.as400.util.html.HTMLListItem
The HTMLListItem class represents items within a HTMLList. The items within the list can either be ordered or unordered.
HTMLListItem objects generate the following events:
Constructor Summary | |
HTMLListItem()
|
Method Summary | |
java.lang.String |
getDirection()
Returns the direction of the text interpretation. |
HTMLTagElement |
getItemData()
Returns the data in the HTMLListItem. |
java.lang.String |
getLanguage()
Returns the language of the input element. |
java.lang.String |
getTag()
Returns the tag for the HTML list item. |
void |
setDirection(java.lang.String dir)
Sets the direction of the text interpretation. |
void |
setItemData(HTMLTagElement data)
Sets the item data in the HTMLListItem. |
void |
setLanguage(java.lang.String lang)
Sets the language of the input tag. |
java.lang.String |
toString()
Returns a String representation for the HTMLList tag. |
Methods inherited from class com.ibm.as400.util.html.HTMLTagAttributes |
addPropertyChangeListener, getAttributes, getAttributeString, removePropertyChangeListener, setAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HTMLListItem()
Method Detail |
public java.lang.String getDirection()
public HTMLTagElement getItemData()
public java.lang.String getLanguage()
public java.lang.String getTag()
public void setDirection(java.lang.String dir)
dir
- The direction. One of the following constants
defined in HTMLConstants: LTR or RTL.HTMLConstants
public void setItemData(HTMLTagElement data)
data
- The item data.public void setLanguage(java.lang.String lang)
lang
- The language. Example language tags include:
en and en-US.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |