Class DictionaryForm
java.lang.Object
org.apache.struts.action.ActionForm
sk.iway.iwcm.components.dictionary.DictionaryForm
- All Implemented Interfaces:
Serializable
public class DictionaryForm
extends org.apache.struts.action.ActionForm
DictionaryForm.java
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidacia formularuint
void
reset
(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Resetnutie formularu - pri update sa znova ziska BannerBean a potom sa mu zmenia hodnotyvoid
setDictionary
(DictionaryBean dictionary) void
setDictionaryId
(int dictionaryId) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
DictionaryForm
public DictionaryForm() -
DictionaryForm
Konstruktor- Parameters:
dictionary
-
-
-
Method Details
-
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Resetnutie formularu - pri update sa znova ziska BannerBean a potom sa mu zmenia hodnoty- Overrides:
reset
in classorg.apache.struts.action.ActionForm
-
_validate
Validacia formularu- Parameters:
prop
- - i18n properties- Returns:
-
getDictionary
- Returns:
- Returns the dictionary.
-
setDictionary
- Parameters:
dictionary
- The dictionary to set.
-
getDictionaryId
public int getDictionaryId()- Returns:
- Returns the dictionaryId.
-
setDictionaryId
public void setDictionaryId(int dictionaryId) - Parameters:
dictionaryId
- The dictionaryId to set.
-