com.cc.framework.taglib.controls
Class ColumnBaseTei

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended bycom.cc.framework.taglib.controls.ColumnBaseTei
Direct Known Subclasses:
ColumnComboBoxTei, ColumnHtmlTei, ColumnSelectTei

public abstract class ColumnBaseTei
extends javax.servlet.jsp.tagext.TagExtraInfo

Implementation of TagExtraInfo for the columnhtml tag, identifying the scripting object(s) to be made visible.

Version:
$Revision: 1.7 $
Author:
Harald Schulz

Field Summary
static java.lang.String ROWINDEX_SUFFIX
          The Suffix for the rowbean index
static java.lang.String ROWKEY_SUFFIX
          The Suffix for the rowbean key
 
Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
 
Constructor Summary
ColumnBaseTei()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData tagdata)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROWKEY_SUFFIX

public static final java.lang.String ROWKEY_SUFFIX
The Suffix for the rowbean key

See Also:
Constant Field Values

ROWINDEX_SUFFIX

public static final java.lang.String ROWINDEX_SUFFIX
The Suffix for the rowbean index

See Also:
Constant Field Values
Constructor Detail

ColumnBaseTei

public ColumnBaseTei()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData tagdata)
See Also:
TagExtraInfo.getVariableInfo(javax.servlet.jsp.tagext.TagData)


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.