Uses of Class
org.apache.tapestry.components.InsertMode

Packages that use InsertMode
org.apache.tapestry.components Basic, fundamental components used to construct more complex components, or pages. 
 

Uses of InsertMode in org.apache.tapestry.components
 

Fields in org.apache.tapestry.components declared as InsertMode
static InsertMode InsertMode.BREAK
          Mode where each line (after the first) is preceded by a <br> tag.
static InsertMode InsertMode.PARAGRAPH
          Mode where each line is wrapped with a <p> element.
 

Methods in org.apache.tapestry.components that return InsertMode
abstract  InsertMode Insert.getMode()
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.