| org.vfny.geoserver.form.data.CoverageStoresSelectForm
CoverageStoresSelectForm | final public class CoverageStoresSelectForm extends ActionForm (Code) | | Select current DataFormat for edit or delete Action.
author: $Author: Alessio Fabiani (alessio.fabiani@gmail.com) $ (last author: modification) author: $Author: Simone Giannecchini (simboss1@gmail.com) $ (last author: modification) |
getButtonAction | public String getButtonAction()(Code) | | The button the user hit to submit this form.
We are doubling up and having the Same action process both Edit and
Delete.
Either edit or delete |
getDataFormatIds | public List getDataFormatIds()(Code) | | List of current DataFormatIds
DOCUMENT ME! |
getSelectedDataFormatId | public String getSelectedDataFormatId()(Code) | | DataFormatID selected by User.
If the user has not selected anything (is this possible?) we will return
null .
Selected DataFormatID or null if nothing isselected |
reset | public void reset(ActionMapping mapping, HttpServletRequest request)(Code) | | Reset form
Parameters: mapping - DOCUMENT ME! Parameters: request - DOCUMENT ME! |
setButtonAction | public void setButtonAction(String string)(Code) | | |
setSelectedDataFormatId | public void setSelectedDataFormatId(String string)(Code) | | |
validate | public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code) | | Validate as required
Parameters: mapping - DOCUMENT ME! Parameters: request - DOCUMENT ME! DOCUMENT ME! |
|
|