com.intersys.jsp
Class ChildListTag

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

public class ChildListTag
extends ListTag

Creates HTML SELECT element for specified table, that is child table. For example it can be used to create a SELECT element to perform search on collection properties.

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
ChildListTag()
           
 
Method Summary
 String getColumn()
           
 void setColumn(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, setProperty, 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

ChildListTag

public ChildListTag()
Method Detail

getColumn

public String getColumn()

setColumn

public void setColumn(String v)