|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.ui.XoplonCtrl
com.tonbeller.wcf.ui.FileUploadCtrl
Field Summary | |
static java.lang.String |
NODENAME
|
Constructor Summary | |
FileUploadCtrl()
|
Method Summary | |
static org.w3c.dom.Element |
createFileUpload(org.w3c.dom.Document doc)
factory function |
static java.lang.String |
getAccept(org.w3c.dom.Element element)
Content type pattern of files accepted as input, e.g. text/* |
static java.lang.String |
getFileName(org.w3c.dom.Element element)
client file path |
static java.lang.String |
getMaxLength(org.w3c.dom.Element element)
maximum accepted file size in bytes |
static boolean |
isFileUpload(org.w3c.dom.Element elem)
|
static void |
setAccept(org.w3c.dom.Element element,
java.lang.String accept)
Content type pattern of files accepted as input, e.g. text/* |
static void |
setFileName(org.w3c.dom.Element element,
java.lang.String fileName)
client file path |
static void |
setMaxLength(org.w3c.dom.Element element,
long maxLength)
maximum accepted file size in bytes |
Methods inherited from class com.tonbeller.wcf.ui.XoplonCtrl |
createCtrl, getId, getLabel, getModelReference, isDisabled, isHidden, setDisabled, setHidden, setId, setLabel, setModelReference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NODENAME
Constructor Detail |
public FileUploadCtrl()
Method Detail |
public static boolean isFileUpload(org.w3c.dom.Element elem)
public static org.w3c.dom.Element createFileUpload(org.w3c.dom.Document doc)
public static void setFileName(org.w3c.dom.Element element, java.lang.String fileName)
public static java.lang.String getFileName(org.w3c.dom.Element element)
public static void setMaxLength(org.w3c.dom.Element element, long maxLength)
public static java.lang.String getMaxLength(org.w3c.dom.Element element)
public static void setAccept(org.w3c.dom.Element element, java.lang.String accept)
public static java.lang.String getAccept(org.w3c.dom.Element element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |