it.eng.spago.tags
Class DefaultLookupTag
java.lang.Object
TagSupport
it.eng.spago.tags.DefaultLookupTag
public class DefaultLookupTag
- extends TagSupport
- Author:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_requestContainer
protected RequestContainer _requestContainer
_serviceRequest
protected SourceBean _serviceRequest
_responseContainer
protected ResponseContainer _responseContainer
_serviceResponse
protected SourceBean _serviceResponse
_moduleResponseBean
protected SourceBean _moduleResponseBean
_moduleName
protected java.lang.String _moduleName
_htmlStream
protected java.lang.StringBuffer _htmlStream
_lista
protected SourceBean _lista
_pageName
protected java.lang.String _pageName
_columns
protected java.util.List _columns
_idlookup
protected java.lang.String _idlookup
_lookup
protected SourceBean _lookup
_adapter
protected IFaceListItemAdapter _adapter
DefaultLookupTag
public DefaultLookupTag()
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException
makeForm
protected void makeForm()
throws JspException
- Throws:
JspException
makeNavigationButton
protected void makeNavigationButton()
throws JspException
- Throws:
JspException
makeColumns
protected void makeColumns()
throws JspException
- Throws:
JspException
makeRows
protected void makeRows()
throws JspException
- Throws:
JspException
makeButton
protected void makeButton()
throws JspException
- Throws:
JspException
getParametersList
protected java.lang.StringBuffer getParametersList(java.util.List parameters,
SourceBean row)
throws JspException
- Throws:
JspException
makeJavaScript
protected void makeJavaScript()
throws JspException
- Throws:
JspException
getQueryString
protected java.lang.String getQueryString()
doEndTag
public int doEndTag()
throws JspException
- Throws:
JspException
setAdapterClass
public void setAdapterClass(java.lang.String adapterClass)