org.richfaces.renderkit.html.images
Class ToolbarSeparatorImage
java.lang.Object
org.richfaces.renderkit.html.images.ToolbarSeparatorImage
- All Implemented Interfaces:
- org.richfaces.resource.Java2DUserResource, org.richfaces.resource.StateHolderResource
- Direct Known Subclasses:
- DotSeparatorImage, GridSeparatorImage, LineSeparatorImage, SquareSeparatorImage
public abstract class ToolbarSeparatorImage
- extends java.lang.Object
- implements org.richfaces.resource.Java2DUserResource, org.richfaces.resource.StateHolderResource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.richfaces.resource.Java2DUserResource |
getDimension, paint |
ToolbarSeparatorImage
public ToolbarSeparatorImage()
getHeaderBackgroundColor
public java.lang.Integer getHeaderBackgroundColor()
setHeaderBackgroundColor
public void setHeaderBackgroundColor(java.lang.Integer bgColor)
getSeparatorHeight
public java.lang.Integer getSeparatorHeight()
setSeparatorHeight
public void setSeparatorHeight(java.lang.Integer separatorHeight)
getHeaderGradientColor
public java.lang.Integer getHeaderGradientColor()
setHeaderGradientColor
public void setHeaderGradientColor(java.lang.Integer headerGradientColor)
writeState
public void writeState(javax.faces.context.FacesContext context,
java.io.DataOutput dataOutput)
throws java.io.IOException
- Specified by:
writeState
in interface org.richfaces.resource.StateHolderResource
- Throws:
java.io.IOException
readState
public void readState(javax.faces.context.FacesContext context,
java.io.DataInput dataInput)
throws java.io.IOException
- Specified by:
readState
in interface org.richfaces.resource.StateHolderResource
- Throws:
java.io.IOException
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface org.richfaces.resource.StateHolderResource
getResponseHeaders
public java.util.Map<java.lang.String,java.lang.String> getResponseHeaders()
- Specified by:
getResponseHeaders
in interface org.richfaces.resource.Java2DUserResource
getLastModified
public java.util.Date getLastModified()
- Specified by:
getLastModified
in interface org.richfaces.resource.Java2DUserResource
getImageType
public org.richfaces.resource.ImageType getImageType()
- Specified by:
getImageType
in interface org.richfaces.resource.Java2DUserResource
initialize
public final void initialize()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.