public class ProcessParameterPage extends JPage
backPageIdentifier, DEFAULT, FINISH, NEXT, nextPageIdentifier, pageIdentifier
Constructor and Description |
---|
ProcessParameterPage(ProcessFactory factory) |
ProcessParameterPage(ProcessFactory factory,
Map<String,Object> input) |
Modifier and Type | Method and Description |
---|---|
String |
getBackPageIdentifier()
Identifier of the panel to use Back.
|
String |
getNextPageIdentifier()
Identifier of the panel to use Next.
|
ProcessFactory |
getProcessFactory() |
void |
preDisplayPanel()
Called just before the panel is to be displayed.
|
void |
setProcessFactory(ProcessFactory factory) |
createPanel, dispose, getJWizard, getModel, getPageIdentifier, getPanel, isValid, postDisplayPanel, preClosePanel, setBackPageIdentifier, setNextPageIdentifier, setPageIdentifier
public ProcessParameterPage(ProcessFactory factory)
public ProcessParameterPage(ProcessFactory factory, Map<String,Object> input)
public void setProcessFactory(ProcessFactory factory)
public ProcessFactory getProcessFactory()
public String getBackPageIdentifier()
JPage
getBackPageIdentifier
in class JPage
public String getNextPageIdentifier()
JPage
getNextPageIdentifier
in class JPage
public void preDisplayPanel()
JPage
This is a good time to populate your fields with values; hook up any listeners and gernally muck about.
preDisplayPanel
in class JPage
Copyright © 1996–2019 Geotools. All rights reserved.