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 void
checkEmptiness()
Deprecated.String
encode()
Deprecated.String
encodeJson()
Deprecated.String
getBackgroundImage()
Deprecated.String
getBackgroundPosition()
Deprecated.Measure
getBottom()
Deprecated.Display
getDisplay()
Deprecated.Measure
getHeight()
Deprecated.Measure
getLeft()
Deprecated.Measure
getMarginBottom()
Deprecated.Measure
getMarginLeft()
Deprecated.Measure
getMarginRight()
Deprecated.Measure
getMarginTop()
Deprecated.Measure
getMaxHeight()
Deprecated.Measure
getMaxWidth()
Deprecated.Measure
getMinHeight()
Deprecated.Measure
getMinWidth()
Deprecated.Overflow
getOverflowX()
Deprecated.Overflow
getOverflowY()
Deprecated.Measure
getPaddingBottom()
Deprecated.Measure
getPaddingLeft()
Deprecated.Measure
getPaddingRight()
Deprecated.Measure
getPaddingTop()
Deprecated.Position
getPosition()
Deprecated.Measure
getRight()
Deprecated.TextAlign
getTextAlign()
Deprecated.Measure
getTop()
Deprecated.Measure
getWidth()
Deprecated.Integer
getZIndex()
Deprecated.boolean
isEmpty()
Deprecated.boolean
needsToBeEscaped()
Deprecated.Checks if the encode string holds free text, which must be escaped.void
setBackgroundImage(String backgroundImage)
Deprecated.void
setBackgroundImage(javax.el.ValueExpression backgroundImage)
Deprecated.void
setBackgroundPosition(String backgroundPosition)
Deprecated.void
setBackgroundPosition(javax.el.ValueExpression backgroundPosition)
Deprecated.void
setBottom(javax.el.ValueExpression bottom)
Deprecated.void
setBottom(Measure bottom)
Deprecated.void
setDisplay(javax.el.ValueExpression display)
Deprecated.void
setDisplay(Display display)
Deprecated.void
setHeight(javax.el.ValueExpression height)
Deprecated.void
setHeight(Measure height)
Deprecated.void
setLeft(javax.el.ValueExpression left)
Deprecated.void
setLeft(Measure left)
Deprecated.void
setMarginBottom(javax.el.ValueExpression marginBottom)
Deprecated.void
setMarginBottom(Measure marginBottom)
Deprecated.void
setMarginLeft(javax.el.ValueExpression marginLeft)
Deprecated.void
setMarginLeft(Measure marginLeft)
Deprecated.void
setMarginRight(javax.el.ValueExpression marginRight)
Deprecated.void
setMarginRight(Measure marginRight)
Deprecated.void
setMarginTop(javax.el.ValueExpression marginTop)
Deprecated.void
setMarginTop(Measure marginTop)
Deprecated.void
setMaxHeight(javax.el.ValueExpression maxHeight)
Deprecated.void
setMaxHeight(Measure maxHeight)
Deprecated.void
setMaxWidth(javax.el.ValueExpression maxWidth)
Deprecated.void
setMaxWidth(Measure maxWidth)
Deprecated.void
setMinHeight(javax.el.ValueExpression minHeight)
Deprecated.void
setMinHeight(Measure minHeight)
Deprecated.void
setMinWidth(javax.el.ValueExpression minWidth)
Deprecated.void
setMinWidth(Measure minWidth)
Deprecated.void
setOverflowX(javax.el.ValueExpression overflowX)
Deprecated.void
setOverflowX(Overflow overflowX)
Deprecated.void
setOverflowY(javax.el.ValueExpression overflowY)
Deprecated.void
setOverflowY(Overflow overflowY)
Deprecated.void
setPaddingBottom(javax.el.ValueExpression paddingBottom)
Deprecated.void
setPaddingBottom(Measure paddingBottom)
Deprecated.void
setPaddingLeft(javax.el.ValueExpression paddingLeft)
Deprecated.void
setPaddingLeft(Measure paddingLeft)
Deprecated.void
setPaddingRight(javax.el.ValueExpression paddingRight)
Deprecated.void
setPaddingRight(Measure paddingRight)
Deprecated.void
setPaddingTop(javax.el.ValueExpression paddingTop)
Deprecated.void
setPaddingTop(Measure paddingTop)
Deprecated.void
setPosition(javax.el.ValueExpression position)
Deprecated.void
setPosition(Position position)
Deprecated.void
setRight(javax.el.ValueExpression right)
Deprecated.void
setRight(Measure right)
Deprecated.void
setTextAlign(javax.el.ValueExpression textAlign)
Deprecated.void
setTextAlign(TextAlign textAlign)
Deprecated.void
setTop(javax.el.ValueExpression top)
Deprecated.void
setTop(Measure top)
Deprecated.void
setWidth(javax.el.ValueExpression width)
Deprecated.void
setWidth(Measure width)
Deprecated.void
setZIndex(Integer zIndexValue)
Deprecated.void
setZIndex(javax.el.ValueExpression zIndexValue)
Deprecated.String
toString()
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.
-
-