Class Style
- java.lang.Object
-
- org.apache.myfaces.tobago.renderkit.css.Style
-
- All Implemented Interfaces:
Serializable
@Deprecated public class Style extends Object implements Serializable
Deprecated.since 4.0.0. UIStyle now holds the data and the StyleRenderer renders.A subset of the CSS style used by Tobago. It's more or less the layout specific part.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Style()Deprecated.Style(AbstractUIStyle style)Deprecated.since 4.0.0
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcheckEmptiness()Deprecated.Stringencode()Deprecated.StringencodeJson()Deprecated.StringgetBackgroundImage()Deprecated.StringgetBackgroundPosition()Deprecated.MeasuregetBottom()Deprecated.DisplaygetDisplay()Deprecated.MeasuregetHeight()Deprecated.MeasuregetLeft()Deprecated.MeasuregetMarginBottom()Deprecated.MeasuregetMarginLeft()Deprecated.MeasuregetMarginRight()Deprecated.MeasuregetMarginTop()Deprecated.MeasuregetMaxHeight()Deprecated.MeasuregetMaxWidth()Deprecated.MeasuregetMinHeight()Deprecated.MeasuregetMinWidth()Deprecated.OverflowgetOverflowX()Deprecated.OverflowgetOverflowY()Deprecated.MeasuregetPaddingBottom()Deprecated.MeasuregetPaddingLeft()Deprecated.MeasuregetPaddingRight()Deprecated.MeasuregetPaddingTop()Deprecated.PositiongetPosition()Deprecated.MeasuregetRight()Deprecated.TextAligngetTextAlign()Deprecated.MeasuregetTop()Deprecated.MeasuregetWidth()Deprecated.IntegergetZIndex()Deprecated.booleanisEmpty()Deprecated.booleanneedsToBeEscaped()Deprecated.Checks if the encode string holds free text, which must be escaped.voidsetBackgroundImage(String backgroundImage)Deprecated.voidsetBackgroundImage(javax.el.ValueExpression backgroundImage)Deprecated.voidsetBackgroundPosition(String backgroundPosition)Deprecated.voidsetBackgroundPosition(javax.el.ValueExpression backgroundPosition)Deprecated.voidsetBottom(javax.el.ValueExpression bottom)Deprecated.voidsetBottom(Measure bottom)Deprecated.voidsetDisplay(javax.el.ValueExpression display)Deprecated.voidsetDisplay(Display display)Deprecated.voidsetHeight(javax.el.ValueExpression height)Deprecated.voidsetHeight(Measure height)Deprecated.voidsetLeft(javax.el.ValueExpression left)Deprecated.voidsetLeft(Measure left)Deprecated.voidsetMarginBottom(javax.el.ValueExpression marginBottom)Deprecated.voidsetMarginBottom(Measure marginBottom)Deprecated.voidsetMarginLeft(javax.el.ValueExpression marginLeft)Deprecated.voidsetMarginLeft(Measure marginLeft)Deprecated.voidsetMarginRight(javax.el.ValueExpression marginRight)Deprecated.voidsetMarginRight(Measure marginRight)Deprecated.voidsetMarginTop(javax.el.ValueExpression marginTop)Deprecated.voidsetMarginTop(Measure marginTop)Deprecated.voidsetMaxHeight(javax.el.ValueExpression maxHeight)Deprecated.voidsetMaxHeight(Measure maxHeight)Deprecated.voidsetMaxWidth(javax.el.ValueExpression maxWidth)Deprecated.voidsetMaxWidth(Measure maxWidth)Deprecated.voidsetMinHeight(javax.el.ValueExpression minHeight)Deprecated.voidsetMinHeight(Measure minHeight)Deprecated.voidsetMinWidth(javax.el.ValueExpression minWidth)Deprecated.voidsetMinWidth(Measure minWidth)Deprecated.voidsetOverflowX(javax.el.ValueExpression overflowX)Deprecated.voidsetOverflowX(Overflow overflowX)Deprecated.voidsetOverflowY(javax.el.ValueExpression overflowY)Deprecated.voidsetOverflowY(Overflow overflowY)Deprecated.voidsetPaddingBottom(javax.el.ValueExpression paddingBottom)Deprecated.voidsetPaddingBottom(Measure paddingBottom)Deprecated.voidsetPaddingLeft(javax.el.ValueExpression paddingLeft)Deprecated.voidsetPaddingLeft(Measure paddingLeft)Deprecated.voidsetPaddingRight(javax.el.ValueExpression paddingRight)Deprecated.voidsetPaddingRight(Measure paddingRight)Deprecated.voidsetPaddingTop(javax.el.ValueExpression paddingTop)Deprecated.voidsetPaddingTop(Measure paddingTop)Deprecated.voidsetPosition(javax.el.ValueExpression position)Deprecated.voidsetPosition(Position position)Deprecated.voidsetRight(javax.el.ValueExpression right)Deprecated.voidsetRight(Measure right)Deprecated.voidsetTextAlign(javax.el.ValueExpression textAlign)Deprecated.voidsetTextAlign(TextAlign textAlign)Deprecated.voidsetTop(javax.el.ValueExpression top)Deprecated.voidsetTop(Measure top)Deprecated.voidsetWidth(javax.el.ValueExpression width)Deprecated.voidsetWidth(Measure width)Deprecated.voidsetZIndex(Integer zIndexValue)Deprecated.voidsetZIndex(javax.el.ValueExpression zIndexValue)Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
Style
public Style()
Deprecated.
-
Style
@Deprecated public Style(AbstractUIStyle style)
Deprecated.since 4.0.0
-
-
Method Detail
-
needsToBeEscaped
public boolean needsToBeEscaped()
Deprecated.
-
isEmpty
public boolean isEmpty()
Deprecated.
-
checkEmptiness
public void checkEmptiness()
Deprecated.
-
encode
public String encode()
Deprecated.
-
encodeJson
public String encodeJson()
Deprecated.
-
getWidth
public Measure getWidth()
Deprecated.
-
setWidth
public void setWidth(Measure width)
Deprecated.
-
setWidth
public void setWidth(javax.el.ValueExpression width)
Deprecated.
-
getHeight
public Measure getHeight()
Deprecated.
-
setHeight
public void setHeight(Measure height)
Deprecated.
-
setHeight
public void setHeight(javax.el.ValueExpression height)
Deprecated.
-
getMinWidth
public Measure getMinWidth()
Deprecated.
-
setMinWidth
public void setMinWidth(Measure minWidth)
Deprecated.
-
setMinWidth
public void setMinWidth(javax.el.ValueExpression minWidth)
Deprecated.
-
getMinHeight
public Measure getMinHeight()
Deprecated.
-
setMinHeight
public void setMinHeight(Measure minHeight)
Deprecated.
-
setMinHeight
public void setMinHeight(javax.el.ValueExpression minHeight)
Deprecated.
-
getMaxWidth
public Measure getMaxWidth()
Deprecated.
-
setMaxWidth
public void setMaxWidth(Measure maxWidth)
Deprecated.
-
setMaxWidth
public void setMaxWidth(javax.el.ValueExpression maxWidth)
Deprecated.
-
getMaxHeight
public Measure getMaxHeight()
Deprecated.
-
setMaxHeight
public void setMaxHeight(Measure maxHeight)
Deprecated.
-
setMaxHeight
public void setMaxHeight(javax.el.ValueExpression maxHeight)
Deprecated.
-
getLeft
public Measure getLeft()
Deprecated.
-
setLeft
public void setLeft(Measure left)
Deprecated.
-
setLeft
public void setLeft(javax.el.ValueExpression left)
Deprecated.
-
getRight
public Measure getRight()
Deprecated.
-
setRight
public void setRight(Measure right)
Deprecated.
-
setRight
public void setRight(javax.el.ValueExpression right)
Deprecated.
-
getTop
public Measure getTop()
Deprecated.
-
setTop
public void setTop(Measure top)
Deprecated.
-
setTop
public void setTop(javax.el.ValueExpression top)
Deprecated.
-
getBottom
public Measure getBottom()
Deprecated.
-
setBottom
public void setBottom(Measure bottom)
Deprecated.
-
setBottom
public void setBottom(javax.el.ValueExpression bottom)
Deprecated.
-
getPaddingLeft
public Measure getPaddingLeft()
Deprecated.
-
setPaddingLeft
public void setPaddingLeft(Measure paddingLeft)
Deprecated.
-
setPaddingLeft
public void setPaddingLeft(javax.el.ValueExpression paddingLeft)
Deprecated.
-
getPaddingRight
public Measure getPaddingRight()
Deprecated.
-
setPaddingRight
public void setPaddingRight(Measure paddingRight)
Deprecated.
-
setPaddingRight
public void setPaddingRight(javax.el.ValueExpression paddingRight)
Deprecated.
-
getPaddingTop
public Measure getPaddingTop()
Deprecated.
-
setPaddingTop
public void setPaddingTop(Measure paddingTop)
Deprecated.
-
setPaddingTop
public void setPaddingTop(javax.el.ValueExpression paddingTop)
Deprecated.
-
getPaddingBottom
public Measure getPaddingBottom()
Deprecated.
-
setPaddingBottom
public void setPaddingBottom(Measure paddingBottom)
Deprecated.
-
setPaddingBottom
public void setPaddingBottom(javax.el.ValueExpression paddingBottom)
Deprecated.
-
getMarginLeft
public Measure getMarginLeft()
Deprecated.
-
setMarginLeft
public void setMarginLeft(Measure marginLeft)
Deprecated.
-
setMarginLeft
public void setMarginLeft(javax.el.ValueExpression marginLeft)
Deprecated.
-
getMarginRight
public Measure getMarginRight()
Deprecated.
-
setMarginRight
public void setMarginRight(Measure marginRight)
Deprecated.
-
setMarginRight
public void setMarginRight(javax.el.ValueExpression marginRight)
Deprecated.
-
getMarginTop
public Measure getMarginTop()
Deprecated.
-
setMarginTop
public void setMarginTop(Measure marginTop)
Deprecated.
-
setMarginTop
public void setMarginTop(javax.el.ValueExpression marginTop)
Deprecated.
-
getMarginBottom
public Measure getMarginBottom()
Deprecated.
-
setMarginBottom
public void setMarginBottom(Measure marginBottom)
Deprecated.
-
setMarginBottom
public void setMarginBottom(javax.el.ValueExpression marginBottom)
Deprecated.
-
getOverflowX
public Overflow getOverflowX()
Deprecated.
-
setOverflowX
public void setOverflowX(Overflow overflowX)
Deprecated.
-
setOverflowX
public void setOverflowX(javax.el.ValueExpression overflowX)
Deprecated.
-
getOverflowY
public Overflow getOverflowY()
Deprecated.
-
setOverflowY
public void setOverflowY(Overflow overflowY)
Deprecated.
-
setOverflowY
public void setOverflowY(javax.el.ValueExpression overflowY)
Deprecated.
-
getDisplay
public Display getDisplay()
Deprecated.
-
setDisplay
public void setDisplay(Display display)
Deprecated.
-
setDisplay
public void setDisplay(javax.el.ValueExpression display)
Deprecated.
-
getPosition
public Position getPosition()
Deprecated.
-
setPosition
public void setPosition(Position position)
Deprecated.
-
setPosition
public void setPosition(javax.el.ValueExpression position)
Deprecated.
-
getBackgroundImage
public String getBackgroundImage()
Deprecated.
-
setBackgroundImage
public void setBackgroundImage(String backgroundImage)
Deprecated.
-
setBackgroundImage
public void setBackgroundImage(javax.el.ValueExpression backgroundImage)
Deprecated.
-
getBackgroundPosition
public String getBackgroundPosition()
Deprecated.
-
setBackgroundPosition
public void setBackgroundPosition(String backgroundPosition)
Deprecated.
-
setBackgroundPosition
public void setBackgroundPosition(javax.el.ValueExpression backgroundPosition)
Deprecated.
-
getZIndex
public Integer getZIndex()
Deprecated.
-
setZIndex
public void setZIndex(Integer zIndexValue)
Deprecated.
-
setZIndex
public void setZIndex(javax.el.ValueExpression zIndexValue)
Deprecated.
-
getTextAlign
public TextAlign getTextAlign()
Deprecated.
-
setTextAlign
public void setTextAlign(TextAlign textAlign)
Deprecated.
-
setTextAlign
public void setTextAlign(javax.el.ValueExpression textAlign)
Deprecated.
-
-