|
|||||||||
| Home >> All >> org >> ujac >> print >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ujac.print.tag
Class ListItemTag

java.lang.Objectorg.ujac.print.BaseDocumentTag
org.ujac.print.tag.BaseElementTag
org.ujac.print.tag.ListItemTag
- All Implemented Interfaces:
- TagAttributes
- public class ListItemTag
- extends BaseElementTag
Name: ListItemTag
Description: Class handling list-item tags.
Log: $Log: ListItemTag.java,v $
Log: Revision 1.3 2003/12/02 21:35:23 lauerc
Log: Fixed font handling.
Log:
Log: Revision 1.2 2003/11/28 00:05:06 lauerc
Log: Removed unneccessary imports.
Log:
Log: Revision 1.1 2003/11/27 01:27:33 lauerc
Log: Initial revision.
Log:
- Version:
- $Revision: 1.3 $
| Field Summary | |
private float |
leading
The leading attribute. |
private ListTag |
listTag
The surrounding list tag. |
static java.lang.String |
NAME
The item's name. |
private static org.ujac.print.AttributeDefinition[] |
supportedAttributes
The item's supported attributes. |
| Fields inherited from class org.ujac.print.tag.BaseElementTag |
elementContainer |
| Fields inherited from class org.ujac.print.BaseDocumentTag |
attributes, condition, content, DEFAULT_FONT, DEFAULT_FONT_COLOR, DEFAULT_FONT_FAMILY, DEFAULT_FONT_SIZE, DEFAULT_FONT_STYLE, depth, documentHandler, parentItem, previousItem, supportedAttributeMap, tagFactory |
| Constructor Summary | |
ListItemTag()
|
|
| Method Summary | |
void |
closeItem()
Closes the item. |
java.lang.String |
getDescription()
Gets a brief description for the item. |
java.lang.String |
getName()
Gets the item's name. |
org.ujac.print.AttributeDefinition[] |
getSupportedAttributes()
Gets the list of supported attributes. |
org.ujac.print.ChildDefinition[] |
getSupportedChilds()
Gets the list of supported childs. |
void |
initialize()
Initializes the item. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
NAME
public static final java.lang.String NAME
- The item's name.
- See Also:
- Constant Field Values
supportedAttributes
private static final org.ujac.print.AttributeDefinition[] supportedAttributes
- The item's supported attributes.
listTag
private ListTag listTag
- The surrounding list tag.
leading
private float leading
- The leading attribute.
| Constructor Detail |
ListItemTag
public ListItemTag()
| Method Detail |
getName
public java.lang.String getName()
- Gets the item's name.
getDescription
public java.lang.String getDescription()
- Gets a brief description for the item.
getSupportedAttributes
public org.ujac.print.AttributeDefinition[] getSupportedAttributes()
- Gets the list of supported attributes.
getSupportedChilds
public org.ujac.print.ChildDefinition[] getSupportedChilds()
- Gets the list of supported childs.
initialize
public void initialize()
throws org.ujac.print.DocumentHandlerException
- Initializes the item.
- Overrides:
initializein classBaseElementTag
closeItem
public void closeItem()
throws org.ujac.print.DocumentHandlerException
- Closes the item.
|
|||||||||
| Home >> All >> org >> ujac >> print >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC