echopointng.ui.util
Class CssRolloverStyleEx
java.lang.Object
nextapp.echo2.webrender.output.CssStyle
echopointng.ui.util.CssStyleEx
echopointng.ui.util.CssRolloverStyleEx
public class CssRolloverStyleEx
- extends CssStyleEx
CssRolloverStyle helps with creating componentsthat have rollover
support.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CssRolloverStyleEx
public CssRolloverStyleEx()
CssRolloverStyleEx
public CssRolloverStyleEx(Component component)
- See Also:
CssStyleEx.CssStyleEx(Component)
CssRolloverStyleEx
public CssRolloverStyleEx(Component component,
Style defaultStyle)
- See Also:
CssStyleEx.CssStyleEx(Component, Style)
renderRolloverSupportInline
public java.lang.String renderRolloverSupportInline()
- Returns:
- a style string for ready for rollover.
renderRolloverSupportInline
public java.lang.String renderRolloverSupportInline(RenderContext rc)
- Returns:
- a style string for ready for rollover using a RenderContext
for when a FillImage is to be used
setRolloverBackground
public void setRolloverBackground(Color rolloverBackground)
setRolloverBorder
public void setRolloverBorder(Border rolloverBorder)
setRolloverFont
public void setRolloverFont(Font rolloverFont)
setRolloverForeground
public void setRolloverForeground(Color rolloverForeground)
setRolloverBackgroundImage
public void setRolloverBackgroundImage(FillImage backgroundImage)
toString
public java.lang.String toString()
- Description copied from class:
CssStyle
- Renders a debug representation of the object.
- Overrides:
toString in class CssStyleEx
- See Also:
CssStyle.toString()