org.makumba.forms.tags
Class DeleteTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.makumba.analyser.AnalysableTag
org.makumba.commons.tags.GenericMakumbaTag
org.makumba.forms.tags.FormTagBase
org.makumba.forms.tags.EditTag
org.makumba.forms.tags.DeleteTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
public class DeleteTag
- extends EditTag
mak:delete tag
- Version:
- $Id: DeleteTag.java 2298 2008-05-12 00:32:00Z manuel_gay $
- Author:
- Cristian Bogdan
- See Also:
- Serialized Form
| Fields inherited from class org.makumba.forms.tags.FormTagBase |
__MAKUMBA__FORM__COUNTER__, afterHandler, annotation, annotationSeparator, baseObject, basePointer, bodyContent, ddp, fdp, formAction, formMessage, formMethod, formName, handler, lazyEvaluatedInputs, reloadFormOnError, responder, starttime |
| Methods inherited from class org.makumba.forms.tags.FormTagBase |
checkNoParent, doAnalyzedCleanup, doAnalyzedEndTag, doAnalyzedStartTag, doEndAnalyze, doInitBody, doStartAnalyze, findParentForm, findRootForm, getFormIdentifier, getNestedFormNames, initialiseState, setAction, setAfterHandler, setAnnotation, setAnnotationSeparator, setBodyContent, setClientSideValidation, setHandler, setMessage, setMethod, setMultipart, setName, setObject, setOnReset, setOnSubmit, setReloadFormOnError, setTagKey, setTarget, shouldComputeBasePointer |
| Methods inherited from class org.makumba.commons.tags.GenericMakumbaTag |
doStartTag, getParams, setAddTitle, setCols, setConvertLinks, setDefault, setElementSeparator, setEllipsis, setEllipsisLength, setEmpty, setFormat, setHtml, setLabelSeparator, setLineSeparator, setLongLineLength, setMaxlength, setMaxLength, setOnClick, setOnDblClick, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setRows, setSize, setStyle, setStyleClass, setStyleId, setTitle, setType, setType, setUrlEncode, toString |
| Methods inherited from class org.makumba.analyser.AnalysableTag |
addTagText, allowsIdenticalKey, canHaveBody, checkValidAttributeValues, doEndTag, getAnalyzedTag, getCurrentBodyTag, getPageCache, getPageContext, getPageTextInfo, getRunningTag, getTagKey, getTagText, getThreadTagStack, initializeThread, needPageCache, onlyInt, setTagDataAtAnalysis |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
widget
String widget
DeleteTag
public DeleteTag()
setWidget
public void setWidget(String w)
setPreserveWhitespace
public void setPreserveWhitespace(String s)
getOperation
String getOperation()
- Description copied from class:
FormTagBase
- Gets the name of the operation of the tag based on its class name
- Overrides:
getOperation in class FormTagBase
- Returns:
- The name of the operation: Edit, Input, ...
getPreserveWhiteSpace
public boolean getPreserveWhiteSpace()
getResponderOperation
public ResponderOperation getResponderOperation(String operation)
- Description copied from class:
FormTagBase
- Gives the operation associated with this form tag. Each tag should implement its own
- Overrides:
getResponderOperation in class EditTag
- Parameters:
operation - name of the operation
- Returns:
- a
ResponderOperation object holding the operation information