oracle.cabo.ui.jsps.tags
Class TableFilterTag

java.lang.Object
  |
  +--oracle.cabo.ui.jsps.tags.BaseTag
        |
        +--oracle.cabo.ui.jsps.tags.BaseNamedChildTag
              |
              +--oracle.cabo.ui.jsps.tags.TableFilterTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag, UINodeEnvelopeTag, UIXTag

public class TableFilterTag
extends BaseNamedChildTag

An automatically generated tag file.


Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
TableFilterTag()
           
 
Method Summary
protected  java.lang.String getChildName()
          Override this to return the name of the named child.
 
Methods inherited from class oracle.cabo.ui.jsps.tags.BaseNamedChildTag
addNode, doEndTag, doStartTag, getId, getPageContext, getParent, release, setId, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, getParent, release, setPageContext, setParent
 

Constructor Detail

TableFilterTag

public TableFilterTag()
Method Detail

getChildName

protected java.lang.String getChildName()
Description copied from class: BaseNamedChildTag
Override this to return the name of the named child.
Overrides:
getChildName in class BaseNamedChildTag