Class FileUploadField
A form field for uploading files
-
picon\Component
implements
picon\InjectOnWakeup,
picon\Identifiable,
picon\Detachable
-
picon\MarkupContainer
-
picon\LabeledMarkupContainer
-
picon\FormComponent
-
picon\FileUploadField
Methods summary
public
|
#
__construct( string $id, picon\FileModel $model = null )
Create a new component. Any overrides of the constructor must call the
super.
Create a new component. Any overrides of the constructor must call the
super.
Parameters
- $id
string the ID of this component
- $model
Overrides
|
protected
|
#
onComponentTag( picon\ComponentTag $tag )
This is called imediatly before the tag is written to the output This method
allows direct manipulation of the object representing the actual markup element
that is to be rendered.
This is called imediatly before the tag is written to the output This method
allows direct manipulation of the object representing the actual markup element
that is to be rendered.
When overriding this method you must remember to call the super.
Parameters
Overrides
|
protected
|
#
convertInput( )
Convert the input from its raw format the that which is expected Sub classes
which need to handle this themselves should override this method and have
getType() throw UnsupportedOperationException
Convert the input from its raw format the that which is expected Sub classes
which need to handle this themselves should override this method and have
getType() throw UnsupportedOperationException
|
protected
|
|
public
|
|
Methods inherited from picon\FormComponent
add(),
addValidator(),
beforeComponentRender(),
getConvertedInput(),
getForm(),
getLabel(),
getName(),
getRawInput(),
getRawInputArray(),
getValue(),
inputChanged(),
invalid(),
isEmptyInput(),
isRequired(),
isValid(),
processInput(),
setConvertedInput(),
setDisabled(),
setRequired(),
updateModel(),
valid(),
validate(),
validateRequired()
|
Methods inherited from picon\MarkupContainer
addComponent(),
addOrReplace(),
afterPageRender(),
beforePageRender(),
childExists(),
detach(),
get(),
getChildren(),
getMarkupForChild(),
hasChildren(),
internalInitialize(),
loadAssociatedMarkup(),
onComponentAdded(),
onComponentTagBody(),
onRender(),
remove(),
visitChildren()
|
Methods inherited from picon\Component
addBehaviour(),
afterComponentRender(),
checkComponentTag(),
checkComponentTagAttribute(),
error(),
fatel(),
fireInitialize(),
generateUrlFor(),
getApplication(),
getBehaviourById(),
getBehaviours(),
getComponentKey(),
getComponentPath(),
getId(),
getIdentifier(),
getLocalizer(),
getMarkUpSource(),
getMarkup(),
getMarkupId(),
getModel(),
getModelObject(),
getModelObjectAsString(),
getPage(),
getParent(),
getRequest(),
getRequestCycle(),
getResponse(),
hasErrorMessage(),
hasMessage(),
info(),
internalRenderComponent(),
isAuto(),
isBeforePageRender(),
isInitialized(),
isRendered(),
isStateless(),
newMarkupSource(),
onInitialize(),
render(),
renderAll(),
renderElement(),
renderHead(),
renderHeadContainer(),
setAfterComponentRenderCallback(),
setAfterPageRenderCallback(),
setBeforeComponentRenderCallback(),
setBeforePageRenderCallback(),
setMarkup(),
setMarkupId(),
setModel(),
setModelObject(),
setOnComponentTagBodyCallback(),
setOnComponentTagCallback(),
setOutputMarkupId(),
setPage(),
setParent(),
setRenderBodyOnly(),
setRenderHeadCallback(),
setVisible(),
success(),
urlForListener(),
urlForPage(),
urlForPageInstance(),
visitParents(),
warning()
|