Uses of Class
org.barracudamvc.core.comp.BText

Packages that use BText
org.barracudamvc.core.comp   
 

Uses of BText in org.barracudamvc.core.comp
 

Fields in org.barracudamvc.core.comp declared as BText
protected  BText BTable.caption
           
 

Methods in org.barracudamvc.core.comp that return BText
 BText BText.setText(String itext)
          Set the text for this particular component
 BText BText.setAllowMarkupInText(boolean val)
          Do we wish to allow markup in this text (defaults to false)
 BText BTable.getCaption()
          Get the caption that backs the table
 

Methods in org.barracudamvc.core.comp with parameters of type BText
 BTable BTable.setCaption(BText icaption)
          Set the caption that backs the table
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.