public class SuggestForm
extends org.apache.struts.action.ActionForm
SuggestionRecord
.Modifier and Type | Field and Description |
---|---|
protected boolean |
coppa |
protected boolean |
popup |
protected SchemaHelper |
schemaHelper
NOT YET DOCUMENTED
|
protected MetadataVocab |
vocab
NOT YET DOCUMENTED
|
Constructor and Description |
---|
SuggestForm()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
resets the bean's key attributes
|
boolean |
getCoppa() |
boolean |
getPopup() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Stub for reseting form variables
|
void |
setCoppa(boolean val) |
void |
setPopup(boolean b) |
void |
setSchemaHelper(SchemaHelper schemaHelper)
Sets the schemaHelper attribute of the SuggestForm object
|
void |
setVocab(MetadataVocab vocab)
Sets the vocab attribute of the SuggestForm object
|
protected SchemaHelper schemaHelper
protected MetadataVocab vocab
protected boolean coppa
protected boolean popup
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
mapping
- Description of the Parameterrequest
- Description of the Parameterpublic void clear()
public void setVocab(MetadataVocab vocab)
vocab
- The new vocab valuepublic void setSchemaHelper(SchemaHelper schemaHelper)
schemaHelper
- The new schemaHelper valuepublic boolean getPopup()
public void setPopup(boolean b)
public boolean getCoppa()
public void setCoppa(boolean val)