ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.fileentry
Class FileEntryBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.icefaces.ace.component.fileentry.FileEntryBase
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder
Direct Known Subclasses:
FileEntry

public class FileEntryBase
extends javax.faces.component.UIComponentBase


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

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

FileEntryBase

public FileEntryBase()
Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

setImmediateValidation

public void setImmediateValidation(boolean immediateValidation)

Set the value of the immediateValidation property.


isImmediateValidation

public boolean isImmediateValidation()

Return the value of the immediateValidation property.


setRelativePath

public void setRelativePath(java.lang.String relativePath)

Set the value of the relativePath property.


getRelativePath

public java.lang.String getRelativePath()

Return the value of the relativePath property.


setMaxFileSizeMessage

public void setMaxFileSizeMessage(java.lang.String maxFileSizeMessage)

Set the value of the maxFileSizeMessage property.


getMaxFileSizeMessage

public java.lang.String getMaxFileSizeMessage()

Return the value of the maxFileSizeMessage property.


setStyleClass

public void setStyleClass(java.lang.String styleClass)

Set the value of the styleClass property.


getStyleClass

public java.lang.String getStyleClass()

Return the value of the styleClass property.


setMaxTotalSize

public void setMaxTotalSize(long maxTotalSize)

Set the value of the maxTotalSize property.


getMaxTotalSize

public long getMaxTotalSize()

Return the value of the maxTotalSize property.


setTabindex

public void setTabindex(java.lang.Integer tabindex)

Set the value of the tabindex property.


getTabindex

public java.lang.Integer getTabindex()

Return the value of the tabindex property.


setLabel

public void setLabel(java.lang.String label)

Set the value of the label property.


getLabel

public java.lang.String getLabel()

Return the value of the label property.


setAbsolutePath

public void setAbsolutePath(java.lang.String absolutePath)

Set the value of the absolutePath property.


getAbsolutePath

public java.lang.String getAbsolutePath()

Return the value of the absolutePath property.


setMaxFileSize

public void setMaxFileSize(long maxFileSize)

Set the value of the maxFileSize property.


getMaxFileSize

public long getMaxFileSize()

Return the value of the maxFileSize property.


setRequiredMessage

public void setRequiredMessage(java.lang.String requiredMessage)

Set the value of the requiredMessage property.


getRequiredMessage

public java.lang.String getRequiredMessage()

Return the value of the requiredMessage property.


setMaxTotalSizeMessage

public void setMaxTotalSizeMessage(java.lang.String maxTotalSizeMessage)

Set the value of the maxTotalSizeMessage property.


getMaxTotalSizeMessage

public java.lang.String getMaxTotalSizeMessage()

Return the value of the maxTotalSizeMessage property.


setImmediate

public void setImmediate(boolean immediate)

Set the value of the immediate property.


isImmediate

public boolean isImmediate()

Return the value of the immediate property.


setResults

public void setResults(FileEntryResults results)

Set the value of the results property.


getResults

public FileEntryResults getResults()

Return the value of the results property.


setUseSessionSubdir

public void setUseSessionSubdir(boolean useSessionSubdir)

Set the value of the useSessionSubdir property.


isUseSessionSubdir

public boolean isUseSessionSubdir()

Return the value of the useSessionSubdir property.


setStyle

public void setStyle(java.lang.String style)

Set the value of the style property.


getStyle

public java.lang.String getStyle()

Return the value of the style property.


setMaxFileCount

public void setMaxFileCount(int maxFileCount)

Set the value of the maxFileCount property.


getMaxFileCount

public int getMaxFileCount()

Return the value of the maxFileCount property.


setUseOriginalFilename

public void setUseOriginalFilename(boolean useOriginalFilename)

Set the value of the useOriginalFilename property.


isUseOriginalFilename

public boolean isUseOriginalFilename()

Return the value of the useOriginalFilename property.


setFileEntryListener

public void setFileEntryListener(javax.el.MethodExpression fileEntryListener)

Set the value of the fileEntryListener property.


getFileEntryListener

public javax.el.MethodExpression getFileEntryListener()

Return the value of the fileEntryListener property.


setRequired

public void setRequired(boolean required)

Set the value of the required property.


isRequired

public boolean isRequired()

Return the value of the required property.


setDisabled

public void setDisabled(boolean disabled)

Set the value of the disabled property.


isDisabled

public boolean isDisabled()

Return the value of the disabled property.


setMaxFileCountMessage

public void setMaxFileCountMessage(java.lang.String maxFileCountMessage)

Set the value of the maxFileCountMessage property.


getMaxFileCountMessage

public java.lang.String getMaxFileCountMessage()

Return the value of the maxFileCountMessage property.


ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.