public abstract class ToolbarSeparatorImage extends Object implements Java2DUserResource, StateHolderResource
Constructor and Description |
---|
ToolbarSeparatorImage() |
Modifier and Type | Method and Description |
---|---|
Integer |
getHeaderBackgroundColor() |
Integer |
getHeaderGradientColor() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDimension, paint
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 StateHolderResource
IOException
public void readState(javax.faces.context.FacesContext context, DataInput dataInput) throws IOException
readState
in interface StateHolderResource
IOException
public boolean isTransient()
isTransient
in interface StateHolderResource
public Map<String,String> getResponseHeaders()
getResponseHeaders
in interface Java2DUserResource
public Date getLastModified()
getLastModified
in interface Java2DUserResource
public ImageType getImageType()
getImageType
in interface Java2DUserResource
public final void initialize()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.