@SessionScoped @Named(value="demo") public class TobagoDemoController extends Object implements Serializable
| Constructor and Description |
|---|
TobagoDemoController() |
| Modifier and Type | Method and Description |
|---|---|
String |
asFacelet() |
String |
asJsp() |
String |
clickButton() |
void |
customValidator(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value) |
Boolean[] |
getBool() |
Boolean |
getBoolTest() |
SolarObject |
getCurrentSolarObject() |
Date |
getDate() |
Object |
getNull() |
String[] |
getSalutation() |
javax.faces.model.SelectItem[] |
getSalutationItems() |
String |
getSelectable() |
javax.faces.model.SelectItem[] |
getSelectionItems() |
String |
getSelectionType() |
static javax.faces.model.SelectItem[] |
getSelectItems(String[] keys,
String bundle) |
String[] |
getSelectManyShuttle() |
SheetState |
getSheetState() |
SheetState |
getSheetTreeState() |
Solar |
getSolar() |
SolarObject[] |
getSolarArray() |
List<SolarObject> |
getSolarList() |
DefaultMutableTreeNode |
getSolarTree() |
TabChangeListener |
getTabChangeListener() |
Object |
getTabState0() |
Object |
getTabState1() |
Object |
getTabState2() |
Object |
getTabState3() |
String[] |
getText() |
javax.faces.model.SelectItem[] |
getToolbarIconItems() |
String |
getToolbarIconSize() |
javax.faces.model.SelectItem[] |
getToolbarTextItems() |
String |
getToolbarTextPosition() |
DefaultMutableTreeNode |
getTree() |
void |
hideTab2(javax.faces.event.ActionEvent actionEvent) |
boolean |
isJsp() |
boolean |
isMultiselect() |
boolean |
isMutable() |
boolean |
isRequired() |
boolean |
isShowIcons() |
boolean |
isShowJunctions() |
boolean |
isShowRoot() |
boolean |
isShowRootJunction() |
boolean |
isUpdate() |
String |
resetSession() |
void |
selectLuminary(javax.faces.event.ActionEvent actionEvent) |
void |
selectOrbit(javax.faces.event.ActionEvent event) |
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(javax.faces.model.SelectItem[] salutationItems) |
void |
setSelectionItems(javax.faces.model.SelectItem[] selectionItems) |
void |
setSelectionType(String selectionType) |
void |
setSelectManyShuttle(String[] selectManyShuttle) |
void |
setSheetState(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 |
setSolarList(List<SolarObject> solarList) |
void |
setTabChangeListener(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 |
sheetSorter(javax.faces.event.ActionEvent event) |
void |
stateChangeListener(javax.faces.event.ActionEvent e) |
void |
updateTree() |
public boolean isUpdate()
public boolean isJsp()
public String asJsp()
public String asFacelet()
public String resetSession() throws IOException
IOExceptionpublic TabChangeListener getTabChangeListener()
public void setTabChangeListener(TabChangeListener tabChangeListener)
public static javax.faces.model.SelectItem[] getSelectItems(String[] keys, String bundle)
public void updateTree()
public String clickButton()
public String getSelectable()
public String[] getSalutation()
public void setSalutation(String[] salutation)
public javax.faces.model.SelectItem[] getSalutationItems()
public void setSalutationItems(javax.faces.model.SelectItem[] salutationItems)
public Boolean[] getBool()
public Boolean getBoolTest()
public void setBoolTest(Boolean boolTest)
public String[] getText()
public void setText(String[] text)
public SolarObject[] getSolarArray()
public void setSolarArray(SolarObject[] solarArray)
public List<SolarObject> getSolarList()
public DefaultMutableTreeNode getSolarTree()
public void selectOrbit(javax.faces.event.ActionEvent event)
public void selectLuminary(javax.faces.event.ActionEvent actionEvent)
public void setSolarList(List<SolarObject> solarList)
public DefaultMutableTreeNode getTree()
public void setTree(DefaultMutableTreeNode tree)
public boolean isShowJunctions()
public void setShowJunctions(boolean showJunctions)
public boolean isShowIcons()
public void setShowIcons(boolean showIcons)
public boolean isShowRoot()
public void setShowRoot(boolean showRoot)
public boolean isShowRootJunction()
public void setShowRootJunction(boolean showRootJunction)
public boolean isMultiselect()
public void setMultiselect(boolean multiselect)
public String getSelectionType()
public void setSelectionType(String selectionType)
public javax.faces.model.SelectItem[] getSelectionItems()
public void setSelectionItems(javax.faces.model.SelectItem[] selectionItems)
public boolean isMutable()
public void setMutable(boolean mutable)
public boolean isRequired()
public void setRequired(boolean required)
public Solar getSolar()
public void setSolar(Solar solar)
public Date getDate()
public void setDate(Date date)
public Object getTabState0()
public void setTabState0(Object tabState0)
public Object getTabState1()
public void setTabState1(Object tabState1)
public Object getTabState2()
public void setTabState2(Object tabState2)
public Object getTabState3()
public void setTabState3(Object tabState3)
public SheetState getSheetState()
public void setSheetState(SheetState sheetState)
public void sheetSorter(javax.faces.event.ActionEvent event)
public SheetState getSheetTreeState()
public void stateChangeListener(javax.faces.event.ActionEvent e)
public void customValidator(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
throws javax.faces.validator.ValidatorException
javax.faces.validator.ValidatorExceptionpublic javax.faces.model.SelectItem[] getToolbarIconItems()
public String getToolbarIconSize()
public void setToolbarIconSize(String toolbarIconSize)
public javax.faces.model.SelectItem[] getToolbarTextItems()
public String getToolbarTextPosition()
public void setToolbarTextPosition(String toolbarTextPosition)
public Object getNull()
public void setNull(Object o)
public SolarObject getCurrentSolarObject()
public void hideTab2(javax.faces.event.ActionEvent actionEvent)
public String[] getSelectManyShuttle()
public void setSelectManyShuttle(String[] selectManyShuttle)
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.