public class ImageEditor
extends javax.faces.component.UIPanel
implements org.primefaces.component.api.Widget
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ImageEditor.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
ImageEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
String |
getFamily() |
javax.el.MethodExpression |
getFileUploadListener() |
String |
getInitialColor() |
String |
getInitialShape() |
String |
getLabelDownload() |
String |
getLabelSave() |
String |
getOnerror() |
String |
getOnsuccess() |
String |
getStyle() |
String |
getStyleClass() |
Object |
getValue() |
String |
getWidgetVar() |
boolean |
isDisabled() |
String |
resolveStyleClass() |
String |
resolveWidgetVar() |
void |
setDisabled(boolean _disabled) |
void |
setFileUploadListener(javax.el.MethodExpression _fileUploadListener) |
void |
setInitialColor(String _initialColor) |
void |
setInitialShape(String _initialShape) |
void |
setLabelDownload(String _labelDownload) |
void |
setLabelSave(String _labelSave) |
void |
setOnerror(String _onerror) |
void |
setOnsuccess(String _onsuccess) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setValue(Object value) |
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIPanelpublic String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public Object getValue()
public void setValue(Object value)
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getInitialColor()
public void setInitialColor(String _initialColor)
public String getInitialShape()
public void setInitialShape(String _initialShape)
public javax.el.MethodExpression getFileUploadListener()
public void setFileUploadListener(javax.el.MethodExpression _fileUploadListener)
public boolean isDisabled()
public void setDisabled(boolean _disabled)
public String getLabelSave()
public void setLabelSave(String _labelSave)
public String getLabelDownload()
public void setLabelDownload(String _labelDownload)
public String getOnsuccess()
public void setOnsuccess(String _onsuccess)
public String getOnerror()
public void setOnerror(String _onerror)
public String resolveStyleClass()
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic String resolveWidgetVar()
resolveWidgetVar in interface org.primefaces.component.api.WidgetCopyright © 2015 illucIT Software GmbH. All rights reserved.