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

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

public class GridLayoutConstraintTag
extends GridLayoutConstraintTag

JSP Tag class, generated from template tagAbstract1.2.stg with class GridLayoutConstraintTag.

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
 Object getBorderBottomAsBindingOrExpression()
           
 String getBorderBottomExpression()
           
 String getBorderBottomValue()
          The bottom border area for this component.
 Object getBorderLeftAsBindingOrExpression()
           
 String getBorderLeftExpression()
           
 String getBorderLeftValue()
          The left border area for this component.
 Object getBorderRightAsBindingOrExpression()
           
 String getBorderRightExpression()
           
 String getBorderRightValue()
          The right border area for this component.
 Object getBorderTopAsBindingOrExpression()
           
 String getBorderTopExpression()
           
 String getBorderTopValue()
          The top border area for this component.
 Object getColumnSpanAsBindingOrExpression()
           
 String getColumnSpanExpression()
           
 String getColumnSpanValue()
          The number of horizontal cells this component should use.
 Object getHeightAsBindingOrExpression()
           
 String getHeightExpression()
           
 String getHeightValue()
          The height for this component.
 Object getMarginBottomAsBindingOrExpression()
           
 String getMarginBottomExpression()
           
 String getMarginBottomValue()
          The bottom margin for this component.
 Object getMarginLeftAsBindingOrExpression()
           
 String getMarginLeftExpression()
           
 String getMarginLeftValue()
          The left margin for this component.
 Object getMarginRightAsBindingOrExpression()
           
 String getMarginRightExpression()
           
 String getMarginRightValue()
          The right margin for this component.
 Object getMarginTopAsBindingOrExpression()
           
 String getMarginTopExpression()
           
 String getMarginTopValue()
          The top margin for this component.
 Object getMaximumHeightAsBindingOrExpression()
           
 String getMaximumHeightExpression()
           
 String getMaximumHeightValue()
          The maximum height for this component.
 Object getMaximumWidthAsBindingOrExpression()
           
 String getMaximumWidthExpression()
           
 String getMaximumWidthValue()
          The maximum width for this component.
 Object getMinimumHeightAsBindingOrExpression()
           
 String getMinimumHeightExpression()
           
 String getMinimumHeightValue()
          The minimum height for this component.
 Object getMinimumWidthAsBindingOrExpression()
           
 String getMinimumWidthExpression()
           
 String getMinimumWidthValue()
          The minimum width for this component.
 Object getPaddingBottomAsBindingOrExpression()
           
 String getPaddingBottomExpression()
           
 String getPaddingBottomValue()
          The bottom padding for this component.
 Object getPaddingLeftAsBindingOrExpression()
           
 String getPaddingLeftExpression()
           
 String getPaddingLeftValue()
          The left padding for this component.
 Object getPaddingRightAsBindingOrExpression()
           
 String getPaddingRightExpression()
           
 String getPaddingRightValue()
          The right padding for this component.
 Object getPaddingTopAsBindingOrExpression()
           
 String getPaddingTopExpression()
           
 String getPaddingTopValue()
          The top padding for this component.
 Object getPreferredHeightAsBindingOrExpression()
           
 String getPreferredHeightExpression()
           
 String getPreferredHeightValue()
          The preferred height for this component.
 Object getPreferredWidthAsBindingOrExpression()
           
 String getPreferredWidthExpression()
           
 String getPreferredWidthValue()
          The preferred width for this component.
 Object getRowSpanAsBindingOrExpression()
           
 String getRowSpanExpression()
           
 String getRowSpanValue()
          The number of vertical cells this component should use.
 Object getWidthAsBindingOrExpression()
           
 String getWidthExpression()
           
 String getWidthValue()
          The width for this component.
 boolean isBorderBottomLiteral()
           
 boolean isBorderBottomSet()
           
 boolean isBorderLeftLiteral()
           
 boolean isBorderLeftSet()
           
 boolean isBorderRightLiteral()
           
 boolean isBorderRightSet()
           
 boolean isBorderTopLiteral()
           
 boolean isBorderTopSet()
           
 boolean isColumnSpanLiteral()
           
 boolean isColumnSpanSet()
           
 boolean isHeightLiteral()
           
 boolean isHeightSet()
           
 boolean isMarginBottomLiteral()
           
 boolean isMarginBottomSet()
           
 boolean isMarginLeftLiteral()
           
 boolean isMarginLeftSet()
           
 boolean isMarginRightLiteral()
           
 boolean isMarginRightSet()
           
 boolean isMarginTopLiteral()
           
 boolean isMarginTopSet()
           
 boolean isMaximumHeightLiteral()
           
 boolean isMaximumHeightSet()
           
 boolean isMaximumWidthLiteral()
           
 boolean isMaximumWidthSet()
           
 boolean isMinimumHeightLiteral()
           
 boolean isMinimumHeightSet()
           
 boolean isMinimumWidthLiteral()
           
 boolean isMinimumWidthSet()
           
 boolean isPaddingBottomLiteral()
           
 boolean isPaddingBottomSet()
           
 boolean isPaddingLeftLiteral()
           
 boolean isPaddingLeftSet()
           
 boolean isPaddingRightLiteral()
           
 boolean isPaddingRightSet()
           
 boolean isPaddingTopLiteral()
           
 boolean isPaddingTopSet()
           
 boolean isPreferredHeightLiteral()
           
 boolean isPreferredHeightSet()
           
 boolean isPreferredWidthLiteral()
           
 boolean isPreferredWidthSet()
           
 boolean isRowSpanLiteral()
           
 boolean isRowSpanSet()
           
 boolean isWidthLiteral()
           
 boolean isWidthSet()
           
 void release()
           
 void setBorderBottom(javax.el.ValueExpression borderBottom)
           
 void setBorderLeft(javax.el.ValueExpression borderLeft)
           
 void setBorderRight(javax.el.ValueExpression borderRight)
           
 void setBorderTop(javax.el.ValueExpression borderTop)
           
 void setColumnSpan(javax.el.ValueExpression columnSpan)
           
 void setHeight(javax.el.ValueExpression height)
           
 void setMarginBottom(javax.el.ValueExpression marginBottom)
           
 void setMarginLeft(javax.el.ValueExpression marginLeft)
           
 void setMarginRight(javax.el.ValueExpression marginRight)
           
 void setMarginTop(javax.el.ValueExpression marginTop)
           
 void setMaximumHeight(javax.el.ValueExpression maximumHeight)
           
 void setMaximumWidth(javax.el.ValueExpression maximumWidth)
           
 void setMinimumHeight(javax.el.ValueExpression minimumHeight)
           
 void setMinimumWidth(javax.el.ValueExpression minimumWidth)
           
 void setPaddingBottom(javax.el.ValueExpression paddingBottom)
           
 void setPaddingLeft(javax.el.ValueExpression paddingLeft)
           
 void setPaddingRight(javax.el.ValueExpression paddingRight)
           
 void setPaddingTop(javax.el.ValueExpression paddingTop)
           
 void setPreferredHeight(javax.el.ValueExpression preferredHeight)
           
 void setPreferredWidth(javax.el.ValueExpression preferredWidth)
           
 void setRowSpan(javax.el.ValueExpression rowSpan)
           
 void setWidth(javax.el.ValueExpression width)
           
 
Methods inherited from class org.apache.myfaces.tobago.internal.taglib.component.GridLayoutConstraintTag
doStartTag
 
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

getBorderBottomValue

public String getBorderBottomValue()
Description copied from class: GridLayoutConstraintTag
The bottom border area for this component. Its only applicably for containers.

Specified by:
getBorderBottomValue in class GridLayoutConstraintTag

isBorderBottomLiteral

public boolean isBorderBottomLiteral()
Specified by:
isBorderBottomLiteral in class GridLayoutConstraintTag

isBorderBottomSet

public boolean isBorderBottomSet()
Specified by:
isBorderBottomSet in class GridLayoutConstraintTag

setBorderBottom

public void setBorderBottom(javax.el.ValueExpression borderBottom)

getBorderBottomAsBindingOrExpression

public Object getBorderBottomAsBindingOrExpression()
Specified by:
getBorderBottomAsBindingOrExpression in class GridLayoutConstraintTag

getBorderBottomExpression

public String getBorderBottomExpression()

getBorderLeftValue

public String getBorderLeftValue()
Description copied from class: GridLayoutConstraintTag
The left border area for this component. Its only applicably for containers.

Specified by:
getBorderLeftValue in class GridLayoutConstraintTag

isBorderLeftLiteral

public boolean isBorderLeftLiteral()
Specified by:
isBorderLeftLiteral in class GridLayoutConstraintTag

isBorderLeftSet

public boolean isBorderLeftSet()
Specified by:
isBorderLeftSet in class GridLayoutConstraintTag

setBorderLeft

public void setBorderLeft(javax.el.ValueExpression borderLeft)

getBorderLeftAsBindingOrExpression

public Object getBorderLeftAsBindingOrExpression()
Specified by:
getBorderLeftAsBindingOrExpression in class GridLayoutConstraintTag

getBorderLeftExpression

public String getBorderLeftExpression()

getBorderRightValue

public String getBorderRightValue()
Description copied from class: GridLayoutConstraintTag
The right border area for this component. Its only applicably for containers.

Specified by:
getBorderRightValue in class GridLayoutConstraintTag

isBorderRightLiteral

public boolean isBorderRightLiteral()
Specified by:
isBorderRightLiteral in class GridLayoutConstraintTag

isBorderRightSet

public boolean isBorderRightSet()
Specified by:
isBorderRightSet in class GridLayoutConstraintTag

setBorderRight

public void setBorderRight(javax.el.ValueExpression borderRight)

getBorderRightAsBindingOrExpression

public Object getBorderRightAsBindingOrExpression()
Specified by:
getBorderRightAsBindingOrExpression in class GridLayoutConstraintTag

getBorderRightExpression

public String getBorderRightExpression()

getBorderTopValue

public String getBorderTopValue()
Description copied from class: GridLayoutConstraintTag
The top border area for this component. Its only applicably for containers.

Specified by:
getBorderTopValue in class GridLayoutConstraintTag

isBorderTopLiteral

public boolean isBorderTopLiteral()
Specified by:
isBorderTopLiteral in class GridLayoutConstraintTag

isBorderTopSet

public boolean isBorderTopSet()
Specified by:
isBorderTopSet in class GridLayoutConstraintTag

setBorderTop

public void setBorderTop(javax.el.ValueExpression borderTop)

getBorderTopAsBindingOrExpression

public Object getBorderTopAsBindingOrExpression()
Specified by:
getBorderTopAsBindingOrExpression in class GridLayoutConstraintTag

getBorderTopExpression

public String getBorderTopExpression()

getColumnSpanValue

public String getColumnSpanValue()
Description copied from class: GridLayoutConstraintTag
The number of horizontal cells this component should use.

Specified by:
getColumnSpanValue in class GridLayoutConstraintTag

isColumnSpanLiteral

public boolean isColumnSpanLiteral()
Specified by:
isColumnSpanLiteral in class GridLayoutConstraintTag

isColumnSpanSet

public boolean isColumnSpanSet()
Specified by:
isColumnSpanSet in class GridLayoutConstraintTag

setColumnSpan

public void setColumnSpan(javax.el.ValueExpression columnSpan)

getColumnSpanAsBindingOrExpression

public Object getColumnSpanAsBindingOrExpression()
Specified by:
getColumnSpanAsBindingOrExpression in class GridLayoutConstraintTag

getColumnSpanExpression

public String getColumnSpanExpression()

getHeightValue

public String getHeightValue()
Description copied from class: GridLayoutConstraintTag
The height for this component.

Specified by:
getHeightValue in class GridLayoutConstraintTag

isHeightLiteral

public boolean isHeightLiteral()
Specified by:
isHeightLiteral in class GridLayoutConstraintTag

isHeightSet

public boolean isHeightSet()
Specified by:
isHeightSet in class GridLayoutConstraintTag

setHeight

public void setHeight(javax.el.ValueExpression height)

getHeightAsBindingOrExpression

public Object getHeightAsBindingOrExpression()
Specified by:
getHeightAsBindingOrExpression in class GridLayoutConstraintTag

getHeightExpression

public String getHeightExpression()

getMarginBottomValue

public String getMarginBottomValue()
Description copied from class: GridLayoutConstraintTag
The bottom margin for this component.

Specified by:
getMarginBottomValue in class GridLayoutConstraintTag

isMarginBottomLiteral

public boolean isMarginBottomLiteral()
Specified by:
isMarginBottomLiteral in class GridLayoutConstraintTag

isMarginBottomSet

public boolean isMarginBottomSet()
Specified by:
isMarginBottomSet in class GridLayoutConstraintTag

setMarginBottom

public void setMarginBottom(javax.el.ValueExpression marginBottom)

getMarginBottomAsBindingOrExpression

public Object getMarginBottomAsBindingOrExpression()
Specified by:
getMarginBottomAsBindingOrExpression in class GridLayoutConstraintTag

getMarginBottomExpression

public String getMarginBottomExpression()

getMarginLeftValue

public String getMarginLeftValue()
Description copied from class: GridLayoutConstraintTag
The left margin for this component.

Specified by:
getMarginLeftValue in class GridLayoutConstraintTag

isMarginLeftLiteral

public boolean isMarginLeftLiteral()
Specified by:
isMarginLeftLiteral in class GridLayoutConstraintTag

isMarginLeftSet

public boolean isMarginLeftSet()
Specified by:
isMarginLeftSet in class GridLayoutConstraintTag

setMarginLeft

public void setMarginLeft(javax.el.ValueExpression marginLeft)

getMarginLeftAsBindingOrExpression

public Object getMarginLeftAsBindingOrExpression()
Specified by:
getMarginLeftAsBindingOrExpression in class GridLayoutConstraintTag

getMarginLeftExpression

public String getMarginLeftExpression()

getMarginRightValue

public String getMarginRightValue()
Description copied from class: GridLayoutConstraintTag
The right margin for this component.

Specified by:
getMarginRightValue in class GridLayoutConstraintTag

isMarginRightLiteral

public boolean isMarginRightLiteral()
Specified by:
isMarginRightLiteral in class GridLayoutConstraintTag

isMarginRightSet

public boolean isMarginRightSet()
Specified by:
isMarginRightSet in class GridLayoutConstraintTag

setMarginRight

public void setMarginRight(javax.el.ValueExpression marginRight)

getMarginRightAsBindingOrExpression

public Object getMarginRightAsBindingOrExpression()
Specified by:
getMarginRightAsBindingOrExpression in class GridLayoutConstraintTag

getMarginRightExpression

public String getMarginRightExpression()

getMarginTopValue

public String getMarginTopValue()
Description copied from class: GridLayoutConstraintTag
The top margin for this component.

Specified by:
getMarginTopValue in class GridLayoutConstraintTag

isMarginTopLiteral

public boolean isMarginTopLiteral()
Specified by:
isMarginTopLiteral in class GridLayoutConstraintTag

isMarginTopSet

public boolean isMarginTopSet()
Specified by:
isMarginTopSet in class GridLayoutConstraintTag

setMarginTop

public void setMarginTop(javax.el.ValueExpression marginTop)

getMarginTopAsBindingOrExpression

public Object getMarginTopAsBindingOrExpression()
Specified by:
getMarginTopAsBindingOrExpression in class GridLayoutConstraintTag

getMarginTopExpression

public String getMarginTopExpression()

getMaximumHeightValue

public String getMaximumHeightValue()
Description copied from class: GridLayoutConstraintTag
The maximum height for this component.

Specified by:
getMaximumHeightValue in class GridLayoutConstraintTag

isMaximumHeightLiteral

public boolean isMaximumHeightLiteral()
Specified by:
isMaximumHeightLiteral in class GridLayoutConstraintTag

isMaximumHeightSet

public boolean isMaximumHeightSet()
Specified by:
isMaximumHeightSet in class GridLayoutConstraintTag

setMaximumHeight

public void setMaximumHeight(javax.el.ValueExpression maximumHeight)

getMaximumHeightAsBindingOrExpression

public Object getMaximumHeightAsBindingOrExpression()
Specified by:
getMaximumHeightAsBindingOrExpression in class GridLayoutConstraintTag

getMaximumHeightExpression

public String getMaximumHeightExpression()

getMaximumWidthValue

public String getMaximumWidthValue()
Description copied from class: GridLayoutConstraintTag
The maximum width for this component.

Specified by:
getMaximumWidthValue in class GridLayoutConstraintTag

isMaximumWidthLiteral

public boolean isMaximumWidthLiteral()
Specified by:
isMaximumWidthLiteral in class GridLayoutConstraintTag

isMaximumWidthSet

public boolean isMaximumWidthSet()
Specified by:
isMaximumWidthSet in class GridLayoutConstraintTag

setMaximumWidth

public void setMaximumWidth(javax.el.ValueExpression maximumWidth)

getMaximumWidthAsBindingOrExpression

public Object getMaximumWidthAsBindingOrExpression()
Specified by:
getMaximumWidthAsBindingOrExpression in class GridLayoutConstraintTag

getMaximumWidthExpression

public String getMaximumWidthExpression()

getMinimumHeightValue

public String getMinimumHeightValue()
Description copied from class: GridLayoutConstraintTag
The minimum height for this component.

Specified by:
getMinimumHeightValue in class GridLayoutConstraintTag

isMinimumHeightLiteral

public boolean isMinimumHeightLiteral()
Specified by:
isMinimumHeightLiteral in class GridLayoutConstraintTag

isMinimumHeightSet

public boolean isMinimumHeightSet()
Specified by:
isMinimumHeightSet in class GridLayoutConstraintTag

setMinimumHeight

public void setMinimumHeight(javax.el.ValueExpression minimumHeight)

getMinimumHeightAsBindingOrExpression

public Object getMinimumHeightAsBindingOrExpression()
Specified by:
getMinimumHeightAsBindingOrExpression in class GridLayoutConstraintTag

getMinimumHeightExpression

public String getMinimumHeightExpression()

getMinimumWidthValue

public String getMinimumWidthValue()
Description copied from class: GridLayoutConstraintTag
The minimum width for this component.

Specified by:
getMinimumWidthValue in class GridLayoutConstraintTag

isMinimumWidthLiteral

public boolean isMinimumWidthLiteral()
Specified by:
isMinimumWidthLiteral in class GridLayoutConstraintTag

isMinimumWidthSet

public boolean isMinimumWidthSet()
Specified by:
isMinimumWidthSet in class GridLayoutConstraintTag

setMinimumWidth

public void setMinimumWidth(javax.el.ValueExpression minimumWidth)

getMinimumWidthAsBindingOrExpression

public Object getMinimumWidthAsBindingOrExpression()
Specified by:
getMinimumWidthAsBindingOrExpression in class GridLayoutConstraintTag

getMinimumWidthExpression

public String getMinimumWidthExpression()

getPaddingBottomValue

public String getPaddingBottomValue()
Description copied from class: GridLayoutConstraintTag
The bottom padding for this component. Its only applicably for containers.

Specified by:
getPaddingBottomValue in class GridLayoutConstraintTag

isPaddingBottomLiteral

public boolean isPaddingBottomLiteral()
Specified by:
isPaddingBottomLiteral in class GridLayoutConstraintTag

isPaddingBottomSet

public boolean isPaddingBottomSet()
Specified by:
isPaddingBottomSet in class GridLayoutConstraintTag

setPaddingBottom

public void setPaddingBottom(javax.el.ValueExpression paddingBottom)

getPaddingBottomAsBindingOrExpression

public Object getPaddingBottomAsBindingOrExpression()
Specified by:
getPaddingBottomAsBindingOrExpression in class GridLayoutConstraintTag

getPaddingBottomExpression

public String getPaddingBottomExpression()

getPaddingLeftValue

public String getPaddingLeftValue()
Description copied from class: GridLayoutConstraintTag
The left padding for this component. Its only applicably for containers.

Specified by:
getPaddingLeftValue in class GridLayoutConstraintTag

isPaddingLeftLiteral

public boolean isPaddingLeftLiteral()
Specified by:
isPaddingLeftLiteral in class GridLayoutConstraintTag

isPaddingLeftSet

public boolean isPaddingLeftSet()
Specified by:
isPaddingLeftSet in class GridLayoutConstraintTag

setPaddingLeft

public void setPaddingLeft(javax.el.ValueExpression paddingLeft)

getPaddingLeftAsBindingOrExpression

public Object getPaddingLeftAsBindingOrExpression()
Specified by:
getPaddingLeftAsBindingOrExpression in class GridLayoutConstraintTag

getPaddingLeftExpression

public String getPaddingLeftExpression()

getPaddingRightValue

public String getPaddingRightValue()
Description copied from class: GridLayoutConstraintTag
The right padding for this component. Its only applicably for containers.

Specified by:
getPaddingRightValue in class GridLayoutConstraintTag

isPaddingRightLiteral

public boolean isPaddingRightLiteral()
Specified by:
isPaddingRightLiteral in class GridLayoutConstraintTag

isPaddingRightSet

public boolean isPaddingRightSet()
Specified by:
isPaddingRightSet in class GridLayoutConstraintTag

setPaddingRight

public void setPaddingRight(javax.el.ValueExpression paddingRight)

getPaddingRightAsBindingOrExpression

public Object getPaddingRightAsBindingOrExpression()
Specified by:
getPaddingRightAsBindingOrExpression in class GridLayoutConstraintTag

getPaddingRightExpression

public String getPaddingRightExpression()

getPaddingTopValue

public String getPaddingTopValue()
Description copied from class: GridLayoutConstraintTag
The top padding for this component. Its only applicably for containers.

Specified by:
getPaddingTopValue in class GridLayoutConstraintTag

isPaddingTopLiteral

public boolean isPaddingTopLiteral()
Specified by:
isPaddingTopLiteral in class GridLayoutConstraintTag

isPaddingTopSet

public boolean isPaddingTopSet()
Specified by:
isPaddingTopSet in class GridLayoutConstraintTag

setPaddingTop

public void setPaddingTop(javax.el.ValueExpression paddingTop)

getPaddingTopAsBindingOrExpression

public Object getPaddingTopAsBindingOrExpression()
Specified by:
getPaddingTopAsBindingOrExpression in class GridLayoutConstraintTag

getPaddingTopExpression

public String getPaddingTopExpression()

getPreferredHeightValue

public String getPreferredHeightValue()
Description copied from class: GridLayoutConstraintTag
The preferred height for this component.

Specified by:
getPreferredHeightValue in class GridLayoutConstraintTag

isPreferredHeightLiteral

public boolean isPreferredHeightLiteral()
Specified by:
isPreferredHeightLiteral in class GridLayoutConstraintTag

isPreferredHeightSet

public boolean isPreferredHeightSet()
Specified by:
isPreferredHeightSet in class GridLayoutConstraintTag

setPreferredHeight

public void setPreferredHeight(javax.el.ValueExpression preferredHeight)

getPreferredHeightAsBindingOrExpression

public Object getPreferredHeightAsBindingOrExpression()
Specified by:
getPreferredHeightAsBindingOrExpression in class GridLayoutConstraintTag

getPreferredHeightExpression

public String getPreferredHeightExpression()

getPreferredWidthValue

public String getPreferredWidthValue()
Description copied from class: GridLayoutConstraintTag
The preferred width for this component.

Specified by:
getPreferredWidthValue in class GridLayoutConstraintTag

isPreferredWidthLiteral

public boolean isPreferredWidthLiteral()
Specified by:
isPreferredWidthLiteral in class GridLayoutConstraintTag

isPreferredWidthSet

public boolean isPreferredWidthSet()
Specified by:
isPreferredWidthSet in class GridLayoutConstraintTag

setPreferredWidth

public void setPreferredWidth(javax.el.ValueExpression preferredWidth)

getPreferredWidthAsBindingOrExpression

public Object getPreferredWidthAsBindingOrExpression()
Specified by:
getPreferredWidthAsBindingOrExpression in class GridLayoutConstraintTag

getPreferredWidthExpression

public String getPreferredWidthExpression()

getRowSpanValue

public String getRowSpanValue()
Description copied from class: GridLayoutConstraintTag
The number of vertical cells this component should use.

Specified by:
getRowSpanValue in class GridLayoutConstraintTag

isRowSpanLiteral

public boolean isRowSpanLiteral()
Specified by:
isRowSpanLiteral in class GridLayoutConstraintTag

isRowSpanSet

public boolean isRowSpanSet()
Specified by:
isRowSpanSet in class GridLayoutConstraintTag

setRowSpan

public void setRowSpan(javax.el.ValueExpression rowSpan)

getRowSpanAsBindingOrExpression

public Object getRowSpanAsBindingOrExpression()
Specified by:
getRowSpanAsBindingOrExpression in class GridLayoutConstraintTag

getRowSpanExpression

public String getRowSpanExpression()

getWidthValue

public String getWidthValue()
Description copied from class: GridLayoutConstraintTag
The width for this component.

Specified by:
getWidthValue in class GridLayoutConstraintTag

isWidthLiteral

public boolean isWidthLiteral()
Specified by:
isWidthLiteral in class GridLayoutConstraintTag

isWidthSet

public boolean isWidthSet()
Specified by:
isWidthSet in class GridLayoutConstraintTag

setWidth

public void setWidth(javax.el.ValueExpression width)

getWidthAsBindingOrExpression

public Object getWidthAsBindingOrExpression()
Specified by:
getWidthAsBindingOrExpression in class GridLayoutConstraintTag

getWidthExpression

public String getWidthExpression()

release

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


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