public abstract class ToolbarSeparatorImage extends Object implements org.richfaces.resource.Java2DUserResource, org.richfaces.resource.StateHolderResource
Constructor and Description |
---|
ToolbarSeparatorImage() |
Modifier and Type | Method and Description |
---|---|
Integer |
getHeaderBackgroundColor() |
Integer |
getHeaderGradientColor() |
org.richfaces.resource.ImageType |
getImageType() |
Date |
getLastModified() |
Map<String,String> |
getResponseHeaders() |
Integer |
getSeparatorHeight() |
void |
initialize() |
boolean |
isTransient() |
void |
readState(javax.faces.context.FacesContext context,
DataInput dataInput) |
void |
setHeaderBackgroundColor(Integer bgColor) |
void |
setHeaderGradientColor(Integer headerGradientColor) |
void |
setSeparatorHeight(Integer separatorHeight) |
void |
writeState(javax.faces.context.FacesContext context,
DataOutput dataOutput) |
public Integer getHeaderBackgroundColor()
public void setHeaderBackgroundColor(Integer bgColor)
public Integer getSeparatorHeight()
public void setSeparatorHeight(Integer separatorHeight)
public Integer getHeaderGradientColor()
public void setHeaderGradientColor(Integer headerGradientColor)
public void writeState(javax.faces.context.FacesContext context, DataOutput dataOutput) throws IOException
writeState
in interface org.richfaces.resource.StateHolderResource
IOException
public void readState(javax.faces.context.FacesContext context, DataInput dataInput) throws IOException
readState
in interface org.richfaces.resource.StateHolderResource
IOException
public boolean isTransient()
isTransient
in interface org.richfaces.resource.StateHolderResource
public Map<String,String> getResponseHeaders()
getResponseHeaders
in interface org.richfaces.resource.Java2DUserResource
public Date getLastModified()
getLastModified
in interface org.richfaces.resource.Java2DUserResource
public org.richfaces.resource.ImageType getImageType()
getImageType
in interface org.richfaces.resource.Java2DUserResource
public final void initialize()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.