org.apache.myfaces.tobago.internal.taglib.component
Class GridLayoutConstraintTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.myfaces.tobago.internal.taglib.component.GridLayoutConstraintTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
GridLayoutConstraintTag

public abstract class GridLayoutConstraintTag
extends javax.servlet.jsp.tagext.TagSupport

Add GridLayoutConstraints to the parent UIComponent.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
GridLayoutConstraintTag()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setBorderBottom(javax.el.ValueExpression borderBottom)
          The bottom border area for this component.
 void setBorderLeft(javax.el.ValueExpression borderLeft)
          The left border area for this component.
 void setBorderRight(javax.el.ValueExpression borderRight)
          The right border area for this component.
 void setBorderTop(javax.el.ValueExpression borderTop)
          The top border area for this component.
 void setColumnSpan(javax.el.ValueExpression columnSpan)
          The number of horizontal cells this component should use.
 void setHeight(javax.el.ValueExpression height)
          The height for this component.
 void setMarginBottom(javax.el.ValueExpression marginBottom)
          The bottom margin for this component.
 void setMarginLeft(javax.el.ValueExpression marginLeft)
          The left margin for this component.
 void setMarginRight(javax.el.ValueExpression marginRight)
          The right margin for this component.
 void setMarginTop(javax.el.ValueExpression marginTop)
          The top margin for this component.
 void setMaximumHeight(javax.el.ValueExpression maximumHeight)
          The maximum height for this component.
 void setMaximumWidth(javax.el.ValueExpression maximumWidth)
          The maximum width for this component.
 void setMinimumHeight(javax.el.ValueExpression minimumHeight)
          The minimum height for this component.
 void setMinimumWidth(javax.el.ValueExpression minimumWidth)
          The minimum width for this component.
 void setPaddingBottom(javax.el.ValueExpression paddingBottom)
          The bottom padding for this component.
 void setPaddingLeft(javax.el.ValueExpression paddingLeft)
          The left padding for this component.
 void setPaddingRight(javax.el.ValueExpression paddingRight)
          The right padding for this component.
 void setPaddingTop(javax.el.ValueExpression paddingTop)
          The top padding for this component.
 void setPreferredHeight(javax.el.ValueExpression preferredHeight)
          The preferred height for this component.
 void setPreferredWidth(javax.el.ValueExpression preferredWidth)
          The preferred width for this component.
 void setRowSpan(javax.el.ValueExpression rowSpan)
          The number of vertical cells this component should use.
 void setWidth(javax.el.ValueExpression width)
          The width for this component.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridLayoutConstraintTag

public GridLayoutConstraintTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

setColumnSpan

public void setColumnSpan(javax.el.ValueExpression columnSpan)
The number of horizontal cells this component should use.


setRowSpan

public void setRowSpan(javax.el.ValueExpression rowSpan)
The number of vertical cells this component should use.


setWidth

public void setWidth(javax.el.ValueExpression width)
The width for this component.


setHeight

public void setHeight(javax.el.ValueExpression height)
The height for this component.


setMinimumWidth

public void setMinimumWidth(javax.el.ValueExpression minimumWidth)
The minimum width for this component.


setMinimumHeight

public void setMinimumHeight(javax.el.ValueExpression minimumHeight)
The minimum height for this component.


setPreferredWidth

public void setPreferredWidth(javax.el.ValueExpression preferredWidth)
The preferred width for this component.


setPreferredHeight

public void setPreferredHeight(javax.el.ValueExpression preferredHeight)
The preferred height for this component.


setMaximumWidth

public void setMaximumWidth(javax.el.ValueExpression maximumWidth)
The maximum width for this component.


setMaximumHeight

public void setMaximumHeight(javax.el.ValueExpression maximumHeight)
The maximum height for this component.


setMarginLeft

public void setMarginLeft(javax.el.ValueExpression marginLeft)
The left margin for this component.


setMarginRight

public void setMarginRight(javax.el.ValueExpression marginRight)
The right margin for this component.


setMarginTop

public void setMarginTop(javax.el.ValueExpression marginTop)
The top margin for this component.


setMarginBottom

public void setMarginBottom(javax.el.ValueExpression marginBottom)
The bottom margin for this component.


setBorderLeft

public void setBorderLeft(javax.el.ValueExpression borderLeft)
The left border area for this component. Its only applicably for containers.


setBorderRight

public void setBorderRight(javax.el.ValueExpression borderRight)
The right border area for this component. Its only applicably for containers.


setBorderTop

public void setBorderTop(javax.el.ValueExpression borderTop)
The top border area for this component. Its only applicably for containers.


setBorderBottom

public void setBorderBottom(javax.el.ValueExpression borderBottom)
The bottom border area for this component. Its only applicably for containers.


setPaddingLeft

public void setPaddingLeft(javax.el.ValueExpression paddingLeft)
The left padding for this component. Its only applicably for containers.


setPaddingRight

public void setPaddingRight(javax.el.ValueExpression paddingRight)
The right padding for this component. Its only applicably for containers.


setPaddingTop

public void setPaddingTop(javax.el.ValueExpression paddingTop)
The top padding for this component. Its only applicably for containers.


setPaddingBottom

public void setPaddingBottom(javax.el.ValueExpression paddingBottom)
The bottom padding for this component. Its only applicably for containers.



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.