|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.web.form.UifFormBase
org.kuali.ole.editor.form.DublinEditorForm
public class DublinEditorForm
Created by IntelliJ IDEA. User: balakumaranm Date: 3/28/12 Time: 3:27 PM To change this template use File | Settings | File Templates.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
---|
actionParameters, attachmentFile, clientStateForSyncing, defaultsApplied, focusId, formHistory, formKey, formPostUrl, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderFullView, returnFormKey, returnLocation, selectedCollectionLines, skipViewInit, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName |
Constructor Summary | |
---|---|
DublinEditorForm()
Default Constructor. |
Method Summary | |
---|---|
List<DublinEditorField> |
getDublinFieldList()
Gets the dublinFieldList attribute. |
List<DublinEditorField> |
getExistingDublinFieldList()
Gets the existingDublinFieldList attribute. |
String |
getMessage()
Gets the message attribute. |
String |
getUuid()
Gets the uuid attribute. |
void |
setDublinFieldList(List<DublinEditorField> dublinFieldList)
Sets the dublinFieldList attribute value. |
void |
setExistingDublinFieldList(List<DublinEditorField> existingDublinFieldList)
Sets the existingDublinFieldList attribute value. |
void |
setMessage(String message)
Sets the message attribute value. |
void |
setUuid(String uuid)
Sets the uuid attribute value. |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
---|
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAttachmentFile, getClientStateForSyncing, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isSkipViewInit, isValidateDirty, postBind, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DublinEditorForm()
Method Detail |
---|
public List<DublinEditorField> getDublinFieldList()
public void setDublinFieldList(List<DublinEditorField> dublinFieldList)
dublinFieldList
- The dublinFieldList to set.public List<DublinEditorField> getExistingDublinFieldList()
public void setExistingDublinFieldList(List<DublinEditorField> existingDublinFieldList)
existingDublinFieldList
- The existingDublinFieldList.public String getMessage()
public void setMessage(String message)
message
- The message to set.public String getUuid()
public void setUuid(String uuid)
uuid
- The uuid to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |