info.informatica.doc.style.css.visual.box
Class ListItemBox

java.lang.Object
  extended by info.informatica.doc.style.css.visual.box.AbstractCSSBox
      extended by info.informatica.doc.style.css.visual.box.AbstractBlockBox
          extended by info.informatica.doc.style.css.visual.box.BlockBox
              extended by info.informatica.doc.style.css.visual.box.ListItemBox
All Implemented Interfaces:
CSSBox, CSSContainerBox

public class ListItemBox
extends BlockBox

CSS list item block box.

Author:
Carlos Amengual (amengual at informatica.info)

Nested Class Summary
 class ListItemBox.ListItemMarkerBox
          CSS list item marker box.
 class ListItemBox.ListItemNumberedMarkerBox
          CSS list item numbered marker box.
 
Constructor Summary
ListItemBox(CSS2ComputedProperties style)
           
 
Method Summary
 CSSBox getGeneratedSibling()
          Gets the next block box generated by the element that generated this box.
 int getOrderNumber()
           
 void setOrderNumber(int index)
           
 
Methods inherited from class info.informatica.doc.style.css.visual.box.BlockBox
asContainerBox, computeAutoHeight, setBoxContainer
 
Methods inherited from class info.informatica.doc.style.css.visual.box.AbstractBlockBox
automaticLeftMargin, automaticRightMargin, computeMarginSubproperty, computeScrollbarWidth, getHeight, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getWidth
 
Methods inherited from class info.informatica.doc.style.css.visual.box.AbstractCSSBox
computeNumberOrZero, computeNumberOrZero, getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainerWidth, getContainingBlock, getCSSValue, getErrorHandler, getFontFamily, getFontSize, getFontWeight, getLeading, getLeading, getLeft, getLineHeight, getLineHeight, getLineHeightCSSValue, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingSubproperty, getPaddingTop, getRight, isContainerHeightAuto, isHeightAuto, isWidthAuto, overflowsWithScroll, setContainingBlock, setErrorHandler, shrinkToFit, textLengthToNaturalUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.informatica.doc.style.css.visual.CSSContainerBox
getHeight, getWidth
 
Methods inherited from interface info.informatica.doc.style.css.visual.CSSBox
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setErrorHandler
 

Constructor Detail

ListItemBox

public ListItemBox(CSS2ComputedProperties style)
Method Detail

setOrderNumber

public void setOrderNumber(int index)

getOrderNumber

public int getOrderNumber()

getGeneratedSibling

public CSSBox getGeneratedSibling()
Gets the next block box generated by the element that generated this box.

Specified by:
getGeneratedSibling in interface CSSBox
Overrides:
getGeneratedSibling in class AbstractCSSBox
Returns:
the generated list-item inline block box, or null if no marker is generated.


Copyright © 2011 informatica.info. All Rights Reserved.