|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.wpsclient.gui.ClientBean
public class ClientBean
ClientBean
handles all selections/entries made in the GUI which leads to changes in the GUI.
Constructor Summary | |
---|---|
ClientBean()
|
Method Summary | |
---|---|
String |
getInformation()
|
CodeType |
getProcess()
|
List<Process> |
getProcesses()
|
Process |
getSelectedProcess()
|
String |
getUrl()
|
List<String> |
getUrls()
|
void |
init()
|
boolean |
isProcessSelected()
|
boolean |
isWpsEntered()
|
void |
selectProcess(javax.faces.event.AjaxBehaviorEvent event)
updates the gui, which depends on the selected process |
void |
selectWPS(javax.faces.event.AjaxBehaviorEvent event)
change the URL of the WPS and update the list of processes |
void |
setInformation(String information)
|
void |
setProcess(CodeType process)
|
void |
setUrl(String url)
|
Object |
updateInfoText()
action methode to update the information text dependent on the given parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientBean()
Method Detail |
---|
@PostConstruct public void init()
public void selectWPS(javax.faces.event.AjaxBehaviorEvent event) throws javax.faces.event.AbortProcessingException
event
-
javax.faces.event.AbortProcessingException
public void selectProcess(javax.faces.event.AjaxBehaviorEvent event) throws javax.faces.event.AbortProcessingException
event
-
javax.faces.event.AbortProcessingException
public Object updateInfoText()
public void setUrl(String url)
url
- the URL of the WPSpublic String getUrl()
public void setProcess(CodeType process)
process
- the process to executepublic CodeType getProcess()
public List<Process> getProcesses()
public void setInformation(String information)
information
- information text to setpublic String getInformation()
public boolean isWpsEntered()
public boolean isProcessSelected()
public Process getSelectedProcess()
public List<String> getUrls()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |