org.apache.myfaces.tobago.taglib.component
Class CellTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.myfaces.tobago.taglib.component.TobagoTag
          extended by org.apache.myfaces.tobago.taglib.component.TobagoBodyTag
              extended by org.apache.myfaces.tobago.taglib.component.CellTag
All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, CellTagDeclaration, TobagoBodyTagDeclaration, TobagoTagDeclaration, HasBinding, HasId, HasIdBindingAndRendered, IsRendered

public class CellTag
extends TobagoBodyTag
implements BodyTag, CellTagDeclaration


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
CellTag()
           
 
Method Summary
 String getComponentType()
           
 String getRendererType()
           
 String getScrollbars()
           
 String getSpanX()
           
 String getSpanY()
           
 void release()
           
protected  void setProperties(UIComponent component)
           
 void setScrollbars(String scrollbars)
          possible values are: 'false' : no scrollbars should rendered 'true' : scrollbars should always rendered 'auto' : scrollbars should rendered when needed
 void setSpanX(String spanX)
          Count of layout column's to span over.
 void setSpanY(String spanY)
          Count of layout row's to span over.
 
Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoBodyTag
doAfterBody, doEndTag, doInitBody, getDoAfterBodyValue, getDoStartValue, isBodyContentEmpty, setBodyContent
 
Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag
doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getTitle, getWidth, setDisabled, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle, setWidth
 
Methods inherited from class javax.faces.webapp.UIComponentTag
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
 
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.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 

Constructor Detail

CellTag

public CellTag()
Method Detail

getComponentType

public String getComponentType()
Specified by:
getComponentType in class UIComponentTag

getRendererType

public String getRendererType()
Overrides:
getRendererType in class TobagoTag

setProperties

protected void setProperties(UIComponent component)
Overrides:
setProperties in class TobagoTag

release

public void release()
Specified by:
release in interface Tag
Overrides:
release in class TobagoBodyTag

getSpanX

public String getSpanX()

setSpanX

public void setSpanX(String spanX)
Description copied from interface: CellTagDeclaration
Count of layout column's to span over.

Specified by:
setSpanX in interface CellTagDeclaration

getSpanY

public String getSpanY()

setSpanY

public void setSpanY(String spanY)
Description copied from interface: CellTagDeclaration
Count of layout row's to span over.

Specified by:
setSpanY in interface CellTagDeclaration

getScrollbars

public String getScrollbars()

setScrollbars

public void setScrollbars(String scrollbars)
Description copied from interface: CellTagDeclaration
possible values are: 'false' : no scrollbars should rendered 'true' : scrollbars should always rendered 'auto' : scrollbars should rendered when needed

Specified by:
setScrollbars in interface CellTagDeclaration


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.