com.intersys.jsp
Class CrossListTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.intersys.jsp.TableSupportTag
          extended bycom.intersys.jsp.ListTag
              extended bycom.intersys.jsp.CrossListTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class CrossListTag
extends ListTag

Creates HTML SELECT element to perform search that includes join of two tables.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.intersys.jsp.ListTag
FROM_CACHE, NO_CACHE, TO_CACHE
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CrossListTag()
           
 
Method Summary
 void setProperty(String v)
           
 
Methods inherited from class com.intersys.jsp.ListTag
doEndTag, doStartTag, getCondition, getExtratables, getForceselection, getId, getMaxitems, getMultiple, getName, getNone, getProperty, getSize, getTitle, isCachingEnabled, setCondition, setExtratables, setForceselection, setId, setMaxitems, setMultiple, setMultiple, setName, setNone, setNone, setSize, setSize, setTitle
 
Methods inherited from class com.intersys.jsp.TableSupportTag
getTable, getUseHistory, getUseHistoryAsBoolean, setTable, setUseHistory, setUseHistory
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossListTag

public CrossListTag()
Method Detail

setProperty

public void setProperty(String v)
Overrides:
setProperty in class ListTag