sharin.doc.builder.xhtml1
Class UlElem

java.lang.Object
  extended by sharin.doc.builder.Elem
      extended by sharin.doc.builder.GenericXmlElem<E>
          extended by sharin.doc.builder.xhtml1.GenericCoreElem<E>
              extended by sharin.doc.builder.xhtml1.GenericCommonElem<UlElem>
                  extended by sharin.doc.builder.xhtml1.UlElem

public class UlElem
extends GenericCommonElem<UlElem>


Constructor Summary
UlElem(Object... nodes)
           
 
Method Summary
 UlElem compact(boolean compact)
           
 UlElem compact(Object value)
           
 UlElem type(Object value)
           
 UlElem typeCircle()
           
 UlElem typeDisc()
           
 UlElem typeSquare()
           
 
Methods inherited from class sharin.doc.builder.xhtml1.GenericCommonElem
dir, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, xmllang
 
Methods inherited from class sharin.doc.builder.xhtml1.GenericCoreElem
clas, id, style, title
 
Methods inherited from class sharin.doc.builder.GenericXmlElem
_, attr, toString
 
Methods inherited from class sharin.doc.builder.Elem
getAttrList, getName, getNodeList, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UlElem

public UlElem(Object... nodes)
Method Detail

compact

public UlElem compact(boolean compact)

compact

public UlElem compact(Object value)

type

public UlElem type(Object value)

typeCircle

public UlElem typeCircle()

typeDisc

public UlElem typeDisc()

typeSquare

public UlElem typeSquare()


Copyright © 2009 SHU. All Rights Reserved.