|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.doc.DocumentFormData
Wrapper for the form data that is gathered during any of the form operations.
It is wrapped so that it can be passed to a delegate for the operations.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Hashtable |
documentAttributes
|
private static String |
RESOURCE
|
Constructor Summary | |
DocumentFormData(Hashtable docAttributes)
Create the wrapper of the hashtable with the input values to be passed to the delegate. |
Method Summary | |
Hashtable |
getDocumentAttributes()
Gets the value of the attribute: documentAttributes. |
String |
getDocumentAttributes(String key)
Return the input value for this field or key. |
HTTPUploadDownloadTask |
getTask()
|
void |
setDocumentAttribute(HTTPUploadDownloadTask task)
|
void |
setDocumentAttribute(String key,
String value)
Add a name/value pair to be passed to the delegate. |
void |
setDocumentAttributes(Hashtable a_DocumentAttributes)
Sets the value of the attribute: documentAttributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Hashtable documentAttributes
Constructor Detail |
public DocumentFormData(Hashtable docAttributes) throws WTPropertyVetoException
docAttributes
-
WTPropertyVetoException
Method Detail |
public Hashtable getDocumentAttributes()
public void setDocumentAttributes(Hashtable a_DocumentAttributes) throws WTPropertyVetoException
a_DocumentAttributes
-
WTPropertyVetoException
public String getDocumentAttributes(String key)
key
-
public void setDocumentAttribute(String key, String value)
key
- value
- public void setDocumentAttribute(HTTPUploadDownloadTask task)
public HTTPUploadDownloadTask getTask()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |