Uses of Class
org.apache.tapestry.html.InsertTextMode

Packages that use InsertTextMode
org.apache.tapestry.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
 

Uses of InsertTextMode in org.apache.tapestry.html
 

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

Methods in org.apache.tapestry.html that return InsertTextMode
abstract  InsertTextMode InsertText.getMode()
          Parameter.
 

Methods in org.apache.tapestry.html with parameters of type InsertTextMode
abstract  void InsertText.setMode(InsertTextMode mode)
           
 



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