org.apache.myfaces.tobago.example.demo
Class TobagoDemoController

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.TobagoDemoController

public class TobagoDemoController
extends Object


Nested Class Summary
static class TobagoDemoController.Node
           
 
Constructor Summary
TobagoDemoController()
           
 
Method Summary
 String clickButton()
           
static TobagoDemoController.Node createNode(String name, String id)
           
 void customValidator(FacesContext context, UIComponent component, Object value)
           
 void filterOrbit(ActionEvent event)
           
 boolean[] getBool()
           
 Boolean getBoolTest()
           
 Date getDate()
           
 Object getNull()
           
 SelectItem[] getOrbitItems()
           
 String[] getSalutation()
           
 SelectItem[] getSalutationItems()
           
 String getSelectable()
           
 SelectItem[] getSelectionItems()
           
 String getSelectionType()
           
static SelectItem[] getSelectItems(String[] keys, String bundle)
           
 org.apache.myfaces.tobago.model.SheetState getSheetState()
           
 Solar getSolar()
           
 SolarObject[] getSolarArray()
           
 String getSolarArrayColumnLayout()
           
 List<UIColumn> getSolarArrayColumns()
           
 List<SolarObject> getSolarList()
           
 org.apache.myfaces.tobago.event.TabChangeListener getTabChangeListener()
           
 Object getTabState0()
           
 Object getTabState1()
           
 Object getTabState2()
           
 Object getTabState3()
           
 String[] getText()
           
 SelectItem[] getToolbarIconItems()
           
 String getToolbarIconSize()
           
 SelectItem[] getToolbarTextItems()
           
 String getToolbarTextPosition()
           
 DefaultMutableTreeNode getTree()
           
 org.apache.myfaces.tobago.model.TreeState getTreeState()
           
 boolean isMultiselect()
           
 boolean isMutable()
           
 boolean isRequired()
           
 boolean isShowIcons()
           
 boolean isShowJunctions()
           
 boolean isShowRoot()
           
 boolean isShowRootJunction()
           
 boolean isUpdate()
           
 void resetSession()
           
 void setBool(boolean[] argBool)
           
 void setBoolTest(Boolean boolTest)
           
 void setDate(Date date)
           
 void setMultiselect(boolean multiselect)
           
 void setMutable(boolean mutable)
           
 void setNull(Object o)
           
 void setRequired(boolean required)
           
 void setSalutation(String[] salutation)
           
 void setSalutationItems(SelectItem[] salutationItems)
           
 void setSelectionItems(SelectItem[] selectionItems)
           
 void setSelectionType(String selectionType)
           
 void setSheetState(org.apache.myfaces.tobago.model.SheetState sheetState)
           
 void setShowIcons(boolean showIcons)
           
 void setShowJunctions(boolean showJunctions)
           
 void setShowRoot(boolean showRoot)
           
 void setShowRootJunction(boolean showRootJunction)
           
 void setSolar(Solar solar)
           
 void setSolarArray(SolarObject[] solarArray)
           
 void setSolarArrayColumnLayout(String solarArrayColumnLayout)
           
 void setSolarArrayColumns(List<UIColumn> solarArrayColumns)
           
 void setSolarList(List<SolarObject> solarList)
           
 void setTabChangeListener(org.apache.myfaces.tobago.event.TabChangeListener tabChangeListener)
           
 void setTabState0(Object tabState0)
           
 void setTabState1(Object tabState1)
           
 void setTabState2(Object tabState2)
           
 void setTabState3(Object tabState3)
           
 void setText(String[] text)
           
 void setToolbarIconSize(String toolbarIconSize)
           
 void setToolbarTextPosition(String toolbarTextPosition)
           
 void setTree(DefaultMutableTreeNode tree)
           
 void setTreeState(org.apache.myfaces.tobago.model.TreeState treeState)
           
 void stateChangeListener(org.apache.myfaces.tobago.event.SheetStateChangeEvent e)
           
 void updateTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TobagoDemoController

public TobagoDemoController()
Method Detail

isUpdate

public boolean isUpdate()

resetSession

public void resetSession()
                  throws IOException
Throws:
IOException

getTabChangeListener

public org.apache.myfaces.tobago.event.TabChangeListener getTabChangeListener()

setTabChangeListener

public void setTabChangeListener(org.apache.myfaces.tobago.event.TabChangeListener tabChangeListener)

getSelectItems

public static SelectItem[] getSelectItems(String[] keys,
                                          String bundle)

updateTree

public void updateTree()

createNode

public static TobagoDemoController.Node createNode(String name,
                                                   String id)

clickButton

public String clickButton()

getSelectable

public String getSelectable()

getSalutation

public String[] getSalutation()

setSalutation

public void setSalutation(String[] salutation)

getSalutationItems

public SelectItem[] getSalutationItems()

setSalutationItems

public void setSalutationItems(SelectItem[] salutationItems)

getBool

public boolean[] getBool()

setBool

public void setBool(boolean[] argBool)

getBoolTest

public Boolean getBoolTest()

setBoolTest

public void setBoolTest(Boolean boolTest)

getText

public String[] getText()

setText

public void setText(String[] text)

getSolarArray

public SolarObject[] getSolarArray()

setSolarArray

public void setSolarArray(SolarObject[] solarArray)

getSolarList

public List<SolarObject> getSolarList()

setSolarList

public void setSolarList(List<SolarObject> solarList)

getSolarArrayColumns

public List<UIColumn> getSolarArrayColumns()

setSolarArrayColumns

public void setSolarArrayColumns(List<UIColumn> solarArrayColumns)

getSolarArrayColumnLayout

public String getSolarArrayColumnLayout()

setSolarArrayColumnLayout

public void setSolarArrayColumnLayout(String solarArrayColumnLayout)

getTree

public DefaultMutableTreeNode getTree()

setTree

public void setTree(DefaultMutableTreeNode tree)

getTreeState

public org.apache.myfaces.tobago.model.TreeState getTreeState()

setTreeState

public void setTreeState(org.apache.myfaces.tobago.model.TreeState treeState)

isShowJunctions

public boolean isShowJunctions()

setShowJunctions

public void setShowJunctions(boolean showJunctions)

isShowIcons

public boolean isShowIcons()

setShowIcons

public void setShowIcons(boolean showIcons)

isShowRoot

public boolean isShowRoot()

setShowRoot

public void setShowRoot(boolean showRoot)

isShowRootJunction

public boolean isShowRootJunction()

setShowRootJunction

public void setShowRootJunction(boolean showRootJunction)

isMultiselect

public boolean isMultiselect()

setMultiselect

public void setMultiselect(boolean multiselect)

getSelectionType

public String getSelectionType()

setSelectionType

public void setSelectionType(String selectionType)

getSelectionItems

public SelectItem[] getSelectionItems()

setSelectionItems

public void setSelectionItems(SelectItem[] selectionItems)

isMutable

public boolean isMutable()

setMutable

public void setMutable(boolean mutable)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

getSolar

public Solar getSolar()

setSolar

public void setSolar(Solar solar)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getTabState0

public Object getTabState0()

setTabState0

public void setTabState0(Object tabState0)

getTabState1

public Object getTabState1()

setTabState1

public void setTabState1(Object tabState1)

getTabState2

public Object getTabState2()

setTabState2

public void setTabState2(Object tabState2)

getTabState3

public Object getTabState3()

setTabState3

public void setTabState3(Object tabState3)

getSheetState

public org.apache.myfaces.tobago.model.SheetState getSheetState()

setSheetState

public void setSheetState(org.apache.myfaces.tobago.model.SheetState sheetState)

stateChangeListener

public void stateChangeListener(org.apache.myfaces.tobago.event.SheetStateChangeEvent e)

customValidator

public void customValidator(FacesContext context,
                            UIComponent component,
                            Object value)
                     throws ValidatorException
Throws:
ValidatorException

getToolbarIconItems

public SelectItem[] getToolbarIconItems()

getToolbarIconSize

public String getToolbarIconSize()

setToolbarIconSize

public void setToolbarIconSize(String toolbarIconSize)

getToolbarTextItems

public SelectItem[] getToolbarTextItems()

getToolbarTextPosition

public String getToolbarTextPosition()

setToolbarTextPosition

public void setToolbarTextPosition(String toolbarTextPosition)

getNull

public Object getNull()

setNull

public void setNull(Object o)

filterOrbit

public void filterOrbit(ActionEvent event)

getOrbitItems

public SelectItem[] getOrbitItems()


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