|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.dlese.dpc.suggest.action.form.SuggestForm
public class SuggestForm
Base ActionForm for Suggestor controllers that access a SuggestionRecord.
| Field Summary | |
|---|---|
protected boolean |
coppa
|
protected boolean |
popup
|
protected SchemaHelper |
schemaHelper
NOT YET DOCUMENTED |
protected MetadataVocab |
vocab
NOT YET DOCUMENTED |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
SuggestForm()
Constructor |
|
| Method Summary | |
|---|---|
void |
clear()
resets the bean's key attributes |
boolean |
getCoppa()
|
boolean |
getPopup()
|
void |
reset(ActionMapping mapping,
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 |
| Methods inherited from class org.apache.struts.action.ActionForm |
|---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SchemaHelper schemaHelper
protected MetadataVocab vocab
protected boolean coppa
protected boolean popup
| Constructor Detail |
|---|
public SuggestForm()
| Method Detail |
|---|
public void reset(ActionMapping mapping,
HttpServletRequest request)
reset in class ActionFormmapping - 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)
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||