|
||||||||||
| 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
javax.faces.component.UIOutput
javax.faces.component.UIInput
javax.faces.component.html.HtmlInputFile
com.liferay.faces.util.component.InputFileBase
com.liferay.faces.alloy.component.inputfile.InputFileBase
@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class InputFileBase
| Nested Class Summary | |
|---|---|
protected static class |
InputFileBase.InputFilePropertyKeys
|
| Nested classes/interfaces inherited from class javax.faces.component.html.HtmlInputFile |
|---|
javax.faces.component.html.HtmlInputFile.PropertyKeys |
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
static String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIInput |
|---|
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME |
| 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 |
| Fields inherited from interface com.liferay.faces.util.component.Styleable |
|---|
STYLE, STYLE_CLASS |
| Fields inherited from interface com.liferay.faces.util.component.ClientComponent |
|---|
CLIENT_KEY |
| Constructor Summary | |
|---|---|
InputFileBase()
|
|
| Method Summary | |
|---|---|
String |
getClientKey()
clientKey attribute description: |
String |
getContentTypes()
contentTypes attribute description: |
javax.el.MethodExpression |
getFileUploadListener()
fileUploadListener attribute description: |
String |
getLabel()
label attribute description: |
String |
getLocation()
location attribute description: |
Long |
getMaxFileSize()
maxFileSize attribute description: |
String |
getMultiple()
multiple attribute description: |
String |
getStyleClass()
styleClass attribute description: |
boolean |
isAppendNewFiles()
appendNewFiles attribute description: |
boolean |
isAuto()
auto attribute description: |
boolean |
isShowPreview()
showPreview attribute description: |
boolean |
isShowProgress()
showProgress attribute description: |
void |
setAppendNewFiles(boolean appendNewFiles)
appendNewFiles attribute description: |
void |
setAuto(boolean auto)
auto attribute description: |
void |
setClientKey(String clientKey)
clientKey attribute description: |
void |
setContentTypes(String contentTypes)
contentTypes attribute description: |
void |
setFileUploadListener(javax.el.MethodExpression fileUploadListener)
fileUploadListener attribute description: |
void |
setLocation(String location)
location attribute description: |
void |
setMaxFileSize(Long maxFileSize)
maxFileSize attribute description: |
void |
setMultiple(String multiple)
multiple attribute description: |
void |
setShowPreview(boolean showPreview)
showPreview attribute description: |
void |
setShowProgress(boolean showProgress)
showProgress attribute description: |
| Methods inherited from class javax.faces.component.html.HtmlInputFile |
|---|
getAccesskey, getAlt, getAutocomplete, getDefaultEventName, getDir, getEventNames, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, getSize, getStyle, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setAlt, setAutocomplete, setDir, setDisabled, setLabel, setLang, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setRole, setSize, setStyle, setStyleClass, setTabindex, setTitle |
| Methods inherited from class javax.faces.component.UIInput |
|---|
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getFamily, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, 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, validateValue |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, 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 |
| Methods inherited from interface com.liferay.faces.util.component.Styleable |
|---|
getStyle, setStyle, setStyleClass |
| Methods inherited from interface com.liferay.faces.util.component.ClientComponent |
|---|
getClientId |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
addClientBehavior, getClientBehaviors |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, setConverter |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
| Constructor Detail |
|---|
public InputFileBase()
| Method Detail |
|---|
public boolean isAppendNewFiles()
appendNewFiles attribute description:
public void setAppendNewFiles(boolean appendNewFiles)
appendNewFiles attribute description:
public boolean isAuto()
auto attribute description:
public void setAuto(boolean auto)
auto attribute description:
public String getClientKey()
clientKey attribute description:
getClientKey in interface com.liferay.faces.util.component.ClientComponentpublic void setClientKey(String clientKey)
clientKey attribute description:
setClientKey in interface com.liferay.faces.util.component.ClientComponentpublic String getContentTypes()
contentTypes attribute description:
public void setContentTypes(String contentTypes)
contentTypes attribute description:
public javax.el.MethodExpression getFileUploadListener()
fileUploadListener attribute description:
public, return void, and take a FileUploadEvent argument.
public void setFileUploadListener(javax.el.MethodExpression fileUploadListener)
fileUploadListener attribute description:
public, return void, and take a FileUploadEvent argument.
public String getLabel()
label attribute description:
getLabel in class javax.faces.component.html.HtmlInputFilepublic String getLocation()
location attribute description:
public void setLocation(String location)
location attribute description:
public Long getMaxFileSize()
maxFileSize attribute description:
public void setMaxFileSize(Long maxFileSize)
maxFileSize attribute description:
public String getMultiple()
multiple attribute description:
public void setMultiple(String multiple)
multiple attribute description:
public boolean isShowPreview()
showPreview attribute description:
public void setShowPreview(boolean showPreview)
showPreview attribute description:
public boolean isShowProgress()
showProgress attribute description:
public void setShowProgress(boolean showProgress)
showProgress attribute description:
public String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.StyleablegetStyleClass in class javax.faces.component.html.HtmlInputFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||