public abstract class AbstractStylePropertiesBean extends AbstractAdminFacesBean
Modifier and Type | Class and Description |
---|---|
static class |
AbstractStylePropertiesBean.StyleProperty |
Modifier and Type | Field and Description |
---|---|
protected boolean |
antialiasing |
protected int |
elementType |
protected java.util.List<java.lang.Object> |
listHideStyleProperties |
protected int |
transparency |
CONFIGURATION_SAVED, GLOBAL_RES_FILE, OPERATION_FINISHED
Constructor and Description |
---|
AbstractStylePropertiesBean() |
Modifier and Type | Method and Description |
---|---|
void |
editStyleProperties(Style style,
int elementType) |
void |
editStyleProperties(Style style,
int elementType,
AbstractStylePropertiesBean.StyleProperty[] hideProperties) |
java.lang.String |
getSampleBackgroundColor() |
java.lang.String |
getStyleSampleUrlParams() |
abstract java.lang.String |
getStyleTypeName() |
int |
getTransparency() |
boolean |
isAntialiasing() |
boolean |
isStylePropertyAvailable(java.lang.String stylePropertyName) |
abstract void |
reset() |
void |
setAntialiasing(boolean antialiasing) |
void |
setSampleBackgroundColor(java.lang.String sampleBackgroundColor) |
void |
setTransparency(int transparency) |
void |
updateStyleProperties(Style style) |
addDuplicateNameErrorMessage, addErrorMessage, addErrorMessage, addGlobalErrorMessage, addGlobalErrorMessage, addGlobalInfoMessage, addGlobalWarningMessage, addInfoMessage, addInfoMessage, addRequiredErrorMessage, addWarningMessage, addWarningMessage, closeDialog, containsCharacters, createDuplicateNameErrorMessage, displayMessage, findComponent, findObjectByName, formatDouble, formatInteger, getBreadCrumbItems, getComponentsToUpdate, getController, getController, getDeleteConfirmationTitle, getDialogs, getEditingObjectId, getExternalContext, getJMapAdminSessionBean, getJMapServerAdminBean, getJMapServerUserAdminBean, getJsfBean, getLanguageLabel, getLanguages, getLanguagesConverter, getLayerStatusConverter, getMessage, getMessage, getParameter, getReadableFileSize, getRequest, getRequestLocale, getRequestParameter, getSessionAttribute, getSessionBean, getSessionId, getSessionUser, initRequestContext, isDuplicate, isExtensionAvailable, isJMapCloudConfigurationAvailable, openDialog, redirectToPage, reloadCurrentPage, required, showMessageDialog, validateDuplicateName
protected int elementType
protected final java.util.List<java.lang.Object> listHideStyleProperties
protected int transparency
protected boolean antialiasing
public final void editStyleProperties(Style style, int elementType)
public final void editStyleProperties(Style style, int elementType, AbstractStylePropertiesBean.StyleProperty[] hideProperties)
public final void updateStyleProperties(Style style)
public int getTransparency()
public void setTransparency(int transparency)
public boolean isAntialiasing()
public void setAntialiasing(boolean antialiasing)
public java.lang.String getStyleSampleUrlParams()
public abstract void reset()
public abstract java.lang.String getStyleTypeName()
public java.lang.String getSampleBackgroundColor()
public void setSampleBackgroundColor(java.lang.String sampleBackgroundColor)
public boolean isStylePropertyAvailable(java.lang.String stylePropertyName)