Serializablepublic final class FormatCustomFieldTag
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field | Description |
|---|---|---|
static String |
DISPLAY_TYPE_EDIT |
|
static String |
DISPLAY_TYPE_VIEW |
| Constructor | Description |
|---|---|
FormatCustomFieldTag() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
doEndTag() |
|
int |
doStartTag() |
|
String |
getCurrentValue() |
|
String |
getDisplayType() |
|
CustomField |
getField() |
|
String |
getFormName() |
|
Map<Integer,List<NameValuePair>> |
getListOptions() |
|
void |
release() |
|
void |
setCurrentValue(String value) |
|
void |
setDisplayType(String value) |
|
void |
setField(CustomField value) |
|
void |
setFormName(String value) |
|
void |
setListOptions(Map<Integer,List<NameValuePair>> value) |
public static final String DISPLAY_TYPE_EDIT
public static final String DISPLAY_TYPE_VIEW
public CustomField getField()
public void setField(CustomField value)
public String getCurrentValue()
public void setCurrentValue(String value)
public String getDisplayType()
public void setDisplayType(String value)
public String getFormName()
public void setFormName(String value)
public Map<Integer,List<NameValuePair>> getListOptions()
public void setListOptions(Map<Integer,List<NameValuePair>> value)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in class javax.servlet.jsp.tagext.TagSupportCopyright © 2002–2019 itracker. All rights reserved.