org.apache.myfaces.examples.example2
Class QuotationForm
java.lang.Object
org.apache.myfaces.examples.example2.QuotationForm
public class QuotationForm
- extends Object
DOCUMENT ME!
- Author:
- Thomas Spiegl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuotationForm
public QuotationForm()
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.