|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.icefaces.ace.component.fileentry.FileEntryBase
public class FileEntryBase
| Nested Class Summary | |
|---|---|
protected static class |
FileEntryBase.PropertyKeys
|
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
FileEntryBase()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbsolutePath()
Return the value of the absolutePath property. |
java.lang.String |
getFamily()
|
javax.el.MethodExpression |
getFileEntryListener()
Return the value of the fileEntryListener property. |
java.lang.String |
getLabel()
Return the value of the label property. |
int |
getMaxFileCount()
Return the value of the maxFileCount property. |
java.lang.String |
getMaxFileCountMessage()
Return the value of the maxFileCountMessage property. |
long |
getMaxFileSize()
Return the value of the maxFileSize property. |
java.lang.String |
getMaxFileSizeMessage()
Return the value of the maxFileSizeMessage property. |
long |
getMaxTotalSize()
Return the value of the maxTotalSize property. |
java.lang.String |
getMaxTotalSizeMessage()
Return the value of the maxTotalSizeMessage property. |
java.lang.String |
getRelativePath()
Return the value of the relativePath property. |
java.lang.String |
getRequiredMessage()
Return the value of the requiredMessage property. |
FileEntryResults |
getResults()
Return the value of the results property. |
java.lang.String |
getStyle()
Return the value of the style property. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
java.lang.Integer |
getTabindex()
Return the value of the tabindex property. |
boolean |
isDisabled()
Return the value of the disabled property. |
boolean |
isImmediate()
Return the value of the immediate property. |
boolean |
isImmediateValidation()
Return the value of the immediateValidation property. |
boolean |
isRequired()
Return the value of the required property. |
boolean |
isUseOriginalFilename()
Return the value of the useOriginalFilename property. |
boolean |
isUseSessionSubdir()
Return the value of the useSessionSubdir property. |
void |
setAbsolutePath(java.lang.String absolutePath)
Set the value of the absolutePath property. |
void |
setDisabled(boolean disabled)
Set the value of the disabled property. |
void |
setFileEntryListener(javax.el.MethodExpression fileEntryListener)
Set the value of the fileEntryListener property. |
void |
setImmediate(boolean immediate)
Set the value of the immediate property. |
void |
setImmediateValidation(boolean immediateValidation)
Set the value of the immediateValidation property. |
void |
setLabel(java.lang.String label)
Set the value of the label property. |
void |
setMaxFileCount(int maxFileCount)
Set the value of the maxFileCount property. |
void |
setMaxFileCountMessage(java.lang.String maxFileCountMessage)
Set the value of the maxFileCountMessage property. |
void |
setMaxFileSize(long maxFileSize)
Set the value of the maxFileSize property. |
void |
setMaxFileSizeMessage(java.lang.String maxFileSizeMessage)
Set the value of the maxFileSizeMessage property. |
void |
setMaxTotalSize(long maxTotalSize)
Set the value of the maxTotalSize property. |
void |
setMaxTotalSizeMessage(java.lang.String maxTotalSizeMessage)
Set the value of the maxTotalSizeMessage property. |
void |
setRelativePath(java.lang.String relativePath)
Set the value of the relativePath property. |
void |
setRequired(boolean required)
Set the value of the required property. |
void |
setRequiredMessage(java.lang.String requiredMessage)
Set the value of the requiredMessage property. |
void |
setResults(FileEntryResults results)
Set the value of the results property. |
void |
setStyle(java.lang.String style)
Set the value of the style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
void |
setTabindex(java.lang.Integer tabindex)
Set the value of the tabindex property. |
void |
setUseOriginalFilename(boolean useOriginalFilename)
Set the value of the useOriginalFilename property. |
void |
setUseSessionSubdir(boolean useSessionSubdir)
Set the value of the useSessionSubdir property. |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, 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, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public FileEntryBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setImmediateValidation(boolean immediateValidation)
Set the value of the immediateValidation property.
public boolean isImmediateValidation()
Return the value of the immediateValidation property.
public void setRelativePath(java.lang.String relativePath)
Set the value of the relativePath property.
public java.lang.String getRelativePath()
Return the value of the relativePath property.
public void setMaxFileSizeMessage(java.lang.String maxFileSizeMessage)
Set the value of the maxFileSizeMessage property.
public java.lang.String getMaxFileSizeMessage()
Return the value of the maxFileSizeMessage property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public java.lang.String getStyleClass()
Return the value of the styleClass property.
public void setMaxTotalSize(long maxTotalSize)
Set the value of the maxTotalSize property.
public long getMaxTotalSize()
Return the value of the maxTotalSize property.
public void setTabindex(java.lang.Integer tabindex)
Set the value of the tabindex property.
public java.lang.Integer getTabindex()
Return the value of the tabindex property.
public void setLabel(java.lang.String label)
Set the value of the label property.
public java.lang.String getLabel()
Return the value of the label property.
public void setAbsolutePath(java.lang.String absolutePath)
Set the value of the absolutePath property.
public java.lang.String getAbsolutePath()
Return the value of the absolutePath property.
public void setMaxFileSize(long maxFileSize)
Set the value of the maxFileSize property.
public long getMaxFileSize()
Return the value of the maxFileSize property.
public void setRequiredMessage(java.lang.String requiredMessage)
Set the value of the requiredMessage property.
public java.lang.String getRequiredMessage()
Return the value of the requiredMessage property.
public void setMaxTotalSizeMessage(java.lang.String maxTotalSizeMessage)
Set the value of the maxTotalSizeMessage property.
public java.lang.String getMaxTotalSizeMessage()
Return the value of the maxTotalSizeMessage property.
public void setImmediate(boolean immediate)
Set the value of the immediate property.
public boolean isImmediate()
Return the value of the immediate property.
public void setResults(FileEntryResults results)
Set the value of the results property.
public FileEntryResults getResults()
Return the value of the results property.
public void setUseSessionSubdir(boolean useSessionSubdir)
Set the value of the useSessionSubdir property.
public boolean isUseSessionSubdir()
Return the value of the useSessionSubdir property.
public void setStyle(java.lang.String style)
Set the value of the style property.
public java.lang.String getStyle()
Return the value of the style property.
public void setMaxFileCount(int maxFileCount)
Set the value of the maxFileCount property.
public int getMaxFileCount()
Return the value of the maxFileCount property.
public void setUseOriginalFilename(boolean useOriginalFilename)
Set the value of the useOriginalFilename property.
public boolean isUseOriginalFilename()
Return the value of the useOriginalFilename property.
public void setFileEntryListener(javax.el.MethodExpression fileEntryListener)
Set the value of the fileEntryListener property.
public javax.el.MethodExpression getFileEntryListener()
Return the value of the fileEntryListener property.
public void setRequired(boolean required)
Set the value of the required property.
public boolean isRequired()
Return the value of the required property.
public void setDisabled(boolean disabled)
Set the value of the disabled property.
public boolean isDisabled()
Return the value of the disabled property.
public void setMaxFileCountMessage(java.lang.String maxFileCountMessage)
Set the value of the maxFileCountMessage property.
public java.lang.String getMaxFileCountMessage()
Return the value of the maxFileCountMessage property.
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||