|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.Component
com.sapportals.htmlb.FileUpload
Copyright 2004 SAP AG
| Field Summary | |
static String |
UI_ID
|
| Constructor Summary | |
FileUpload(String name)
|
|
| Method Summary | |
String |
getAccept()
|
IFileParam |
getFile()
|
int |
getMaxLength()
|
int |
getSize()
|
ForcedTextDirection |
getTextDirection()
Gets the text direction for the component |
String |
getTooltip()
|
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
protected void |
initFromPageContext(IPageContext pc,
String baseId)
internal use only. |
void |
setAccept(String accept)
|
void |
setFile(IFileParam file)
|
void |
setMaxLength(int maxlength)
|
void |
setSize(int size)
|
void |
setTextDirection(ForcedTextDirection textDirection)
Sets the text direction for the component |
void |
setTooltip(String tooltip)
|
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, requiresForm, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
| Constructor Detail |
public FileUpload(String name)
| Method Detail |
public String getUI()
Component
getUI in class Componentpublic int getSize()
public void setSize(int size)
public int getMaxLength()
public void setMaxLength(int maxlength)
public String getAccept()
public void setAccept(String accept)
public void setFile(IFileParam file)
public IFileParam getFile()
protected void initFromPageContext(IPageContext pc,
String baseId)
Component
initFromPageContext in class Componentpc - the context, including the parametersbaseId - the prefix used for the component. (The
result of a former RenderUtil.getIdForForm(rc, c);)public void setTooltip(String tooltip)
public String getTooltip()
public ForcedTextDirection getTextDirection()
public void setTextDirection(ForcedTextDirection textDirection)
textDirection - com.sapportals.htmlb.enum.ForcedTextDirection
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||