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, waitgetDimension, paintpublic 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 StateHolderResourceIOExceptionpublic void readState(javax.faces.context.FacesContext context,
DataInput dataInput)
throws IOException
readState in interface StateHolderResourceIOExceptionpublic boolean isTransient()
isTransient in interface StateHolderResourcepublic Map<String,String> getResponseHeaders()
getResponseHeaders in interface Java2DUserResourcepublic Date getLastModified()
getLastModified in interface Java2DUserResourcepublic ImageType getImageType()
getImageType in interface Java2DUserResourcepublic final void initialize()
Copyright © 2014 JBoss by Red Hat. All rights reserved.