org.apache.myfaces.examples.example2
Class QuotationForm

java.lang.Object
  extended by org.apache.myfaces.examples.example2.QuotationForm

public class QuotationForm
extends Object

DOCUMENT ME!

Author:
Thomas Spiegl

Constructor Summary
QuotationForm()
           
 
Method Summary
 String getQuoteChar()
           
 List getSelectManyItems()
           
 String[] getSelectManyValues()
           
 javax.faces.model.SelectItem[] getSelectOneItems()
           
 String getText()
           
 void quote()
           
 void setQuoteChar(String value)
           
 void setSelectManyValues(String[] value)
           
 void setText(String text)
           
 void unquote()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotationForm

public QuotationForm()
Method Detail

getText

public String getText()

setText

public void setText(String text)

getQuoteChar

public String getQuoteChar()

setQuoteChar

public void setQuoteChar(String value)

getSelectOneItems

public javax.faces.model.SelectItem[] getSelectOneItems()

getSelectManyValues

public String[] getSelectManyValues()

setSelectManyValues

public void setSelectManyValues(String[] value)

getSelectManyItems

public List getSelectManyItems()

quote

public void quote()

unquote

public void unquote()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.