it.eng.spago.tags
Class DefaultLookupTag

java.lang.Object
  extended byTagSupport
      extended byit.eng.spago.tags.DefaultLookupTag

public class DefaultLookupTag
extends TagSupport

Author:
See Also:
Serialized Form

Field Summary
protected  IFaceListItemAdapter _adapter
           
protected  java.util.List _columns
           
protected  java.lang.StringBuffer _htmlStream
           
protected  java.lang.String _idlookup
           
protected  SourceBean _lista
           
protected  SourceBean _lookup
           
protected  java.lang.String _moduleName
           
protected  SourceBean _moduleResponseBean
           
protected  java.lang.String _pageName
           
protected  RequestContainer _requestContainer
           
protected  ResponseContainer _responseContainer
           
protected  SourceBean _serviceRequest
           
protected  SourceBean _serviceResponse
           
 
Constructor Summary
DefaultLookupTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
protected  java.lang.StringBuffer getParametersList(java.util.List parameters, SourceBean row)
           
protected  java.lang.String getQueryString()
           
protected  void makeButton()
           
protected  void makeColumns()
           
protected  void makeForm()
           
protected  void makeJavaScript()
           
protected  void makeNavigationButton()
           
protected  void makeRows()
           
 void setAdapterClass(java.lang.String adapterClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

DefaultLookupTag

public DefaultLookupTag()
Method Detail

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)