|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object portal.core.api.Component portal.comp.FileUpload
Constructor Summary | |
FileUpload()
|
Method Summary | |
void |
draw(HtmlGraphics graphics)
With this method the component can render itself using the passed HtmlGraphics object. |
FileItem |
getFileItem()
|
int |
getSize()
|
void |
reset()
|
protected void |
setFileItem(FileItem item)
|
void |
setSize(int size)
|
Methods inherited from class portal.core.api.Component |
afterRender, beforeRender, createDefaultModel, getLayout, getModel, getParent, isEnabled, isVisible, render, setEnabled, setLayout, setModel, setParent, setVisible, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FileUpload()
Method Detail |
public final FileItem getFileItem()
public int getSize()
public void setSize(int size)
public void reset()
public void draw(HtmlGraphics graphics) throws RenderException
Component
With this method the component can render itself using the passed HtmlGraphics object.
This method is not called when a layout manager is set since the existence of a layout
manager takes precedence above the draw()
method.
draw
in class Component
graphics
- the html graphics instance to use for drawing this component
RenderException
- when the rendering process could not proceed or encountered an errorprotected final void setFileItem(FileItem item)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |