org.apache.myfaces.tobago.example.reference
Class Controller

java.lang.Object
  extended by org.apache.myfaces.tobago.example.reference.Controller

public class Controller
extends Object


Constructor Summary
Controller()
           
 
Method Summary
 String action()
           
 TagSupport createTag()
           
 List<AttributeData> getAttributes()
           
 int getManufacturer()
           
 SelectItem[] getManufacturerSelectItems()
           
 SelectItem[] getSelectItems()
           
 List<TagData> getTags()
           
 String getText()
           
 int getVehicle()
           
 boolean isBool()
           
 void setBool(boolean bool)
           
 void setManufacturer(int manufacturer)
           
 void setText(String text)
           
 void setVehicle(int vehicle)
           
 void valueChanged(ValueChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller

public Controller()
Method Detail

getManufacturer

public int getManufacturer()

setManufacturer

public void setManufacturer(int manufacturer)

getSelectItems

public SelectItem[] getSelectItems()

getVehicle

public int getVehicle()

action

public String action()

setVehicle

public void setVehicle(int vehicle)

getManufacturerSelectItems

public SelectItem[] getManufacturerSelectItems()

valueChanged

public void valueChanged(ValueChangeEvent event)

createTag

public TagSupport createTag()

getTags

public List<TagData> getTags()

getAttributes

public List<AttributeData> getAttributes()

getText

public String getText()

setText

public void setText(String text)

isBool

public boolean isBool()

setBool

public void setBool(boolean bool)


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.