| Modifier and Type | Class | Description |
|---|---|---|
static class |
PhotoCam.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
| Constructor | Description |
|---|---|
PhotoCam() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
|
String |
getFamily() |
|
String |
getFormat() |
|
int |
getHeight() |
|
int |
getJpegQuality() |
|
javax.el.MethodExpression |
getListener() |
|
int |
getPhotoHeight() |
|
int |
getPhotoWidth() |
|
String |
getProcess() |
|
String |
getStyle() |
|
String |
getStyleClass() |
|
String |
getUpdate() |
|
String |
getWidgetVar() |
|
int |
getWidth() |
|
boolean |
isAutoStart() |
|
boolean |
isForceFlash() |
|
String |
resolveWidgetVar() |
|
void |
setAutoStart(boolean _autoStart) |
|
void |
setForceFlash(boolean _forceFlash) |
|
void |
setFormat(String _format) |
|
void |
setHeight(int _height) |
|
void |
setJpegQuality(int _jpegQuality) |
|
void |
setListener(javax.el.MethodExpression _listener) |
|
void |
setPhotoHeight(int _photoHeight) |
|
void |
setPhotoWidth(int _photoWidth) |
|
void |
setProcess(String _process) |
|
void |
setStyle(String _style) |
|
void |
setStyleClass(String _styleClass) |
|
void |
setUpdate(String _update) |
|
void |
setWidgetVar(String _widgetVar) |
|
void |
setWidth(int _width) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValuepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily in class javax.faces.component.UIInputpublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getProcess()
public void setProcess(String _process)
public String getUpdate()
public void setUpdate(String _update)
public javax.el.MethodExpression getListener()
public void setListener(javax.el.MethodExpression _listener)
public int getWidth()
public void setWidth(int _width)
public int getHeight()
public void setHeight(int _height)
public int getPhotoWidth()
public void setPhotoWidth(int _photoWidth)
public int getPhotoHeight()
public void setPhotoHeight(int _photoHeight)
public String getFormat()
public void setFormat(String _format)
public int getJpegQuality()
public void setJpegQuality(int _jpegQuality)
public boolean isForceFlash()
public void setForceFlash(boolean _forceFlash)
public boolean isAutoStart()
public void setAutoStart(boolean _autoStart)
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 WidgetCopyright © 2018. All rights reserved.