|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro InteractiveForm API.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static WDInteractiveFormDisplayType |
DEFAULT_DISPLAY_TYPE
Default value of the displayType property is WDInteractiveFormDisplayType.ACTIVE_X. |
static WDInteractiveFormMode |
DEFAULT_MODE
Default value of the mode property is WDInteractiveFormMode.UPDATE_DATA_IN_PDF. |
static Object |
DEFAULT_PDF_SOURCE
Default value of the pdfSource property is null. |
static boolean |
DEFAULT_READ_ONLY
Default value of the readOnly property is false. |
static String |
DEFAULT_TEMPLATE_SOURCE
Default value of the templateSource property is "". |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.activecomp.api.IWDAbstractActiveComponent |
DEFAULT_ADDITIONAL_ARCHIVES, DEFAULT_HEIGHT, DEFAULT_WIDTH, INVOKE_OK |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
void |
bindDataSource(IWDNodeInfo nodeInfo)
Binds the dataSource property to the context node specified by the given node info. |
void |
bindDataSource(String path)
Binds the dataSource property to the context attribute specified by the given path. |
void |
bindDisplayType(IWDAttributeInfo attributeInfo)
Binds the displayType property to the context attribute specified by the given attribute info. |
void |
bindDisplayType(String path)
Binds the displayType property to the context attribute specified by the given path. |
String |
bindingOfDataSource()
Returns the binding path of the dataSource property. |
String |
bindingOfDisplayType()
Returns the binding path of the displayType property. |
String |
bindingOfMode()
Returns the binding path of the mode property. |
String |
bindingOfPdfSource()
Returns the binding path of the pdfSource property. |
String |
bindingOfReadOnly()
Returns the binding path of the readOnly property. |
void |
bindMode(IWDAttributeInfo attributeInfo)
Binds the mode property to the context attribute specified by the given attribute info. |
void |
bindMode(String path)
Binds the mode property to the context attribute specified by the given path. |
void |
bindPdfSource(IWDAttributeInfo attributeInfo)
Binds the pdfSource property to the context attribute specified by the given attribute info. |
void |
bindPdfSource(String path)
Binds the pdfSource property to the context attribute specified by the given path. |
void |
bindReadOnly(IWDAttributeInfo attributeInfo)
Binds the readOnly property to the context attribute specified by the given attribute info. |
void |
bindReadOnly(String path)
Binds the readOnly property to the context attribute specified by the given path. |
void |
changesNotAllowed(boolean changesNotAllowed)
Deprecated. Instead, make use of the protect method in IWDPDFDocumentInteractiveFormContext or IWDPDFDocumentCreationContext interface. Set the document permission to CHANGES_NOT_ALLOWED. |
WDInteractiveFormDisplayType |
getDisplayType()
Returns the value of the displayType property.
|
WDInteractiveFormMode |
getMode()
Returns the value of the mode property.
|
IWDAction |
getOnCheck()
Returns the action assigned to event onCheck |
IWDAction |
getOnSubmit()
Returns the action assigned to event onSubmit |
Object |
getPdfSource()
Returns the value of the pdfSource property.
|
boolean |
getReadOnly()
Returns the value of the readOnly property.
|
String |
getTemplateSource()
Returns the value of the templateSource property.
|
IWDParameterMapping |
mappingOfOnCheck()
Returns the parameter mapping for event onCheck.
|
IWDParameterMapping |
mappingOfOnSubmit()
Returns the parameter mapping for event onSubmit.
|
void |
setDisplayType(WDInteractiveFormDisplayType value)
Sets the displayType property to the given value. |
void |
setDynamicPDF(boolean isDynamicPDF)
Deprecated. Instead, make use of the setDynamic method in IWDPDFDocumentInteractiveFormContext or IWDPDFDocumentCreationContext interface based on your application needs. Set it to true to make the document dynamic. |
void |
setMode(WDInteractiveFormMode value)
Sets the mode property to the given value. |
void |
setOnCheck(IWDAction action)
Assigns the given action to event onCheck. |
void |
setOnSubmit(IWDAction action)
Assigns the given action to event onSubmit. |
void |
setPdfSource(Object value)
Sets the pdfSource property to the given value. |
void |
setReadOnly(boolean value)
Sets the readOnly property to the given value. |
void |
setTemplateSource(String templateSource)
Sets the templateSource property to the given value. |
void |
suppressPrint(boolean suppress)
Deprecated. Instead, make use of the setProtection method in IWDPDFDocumentInteractiveFormContext or IWDPDFDocumentCreationContext interface. Set the document permission to PRINT_NOT_ALLOWED. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.activecomp.api.IWDAbstractActiveComponent |
bindHeight, bindHeight, bindingOfHeight, bindingOfWidth, bindWidth, bindWidth, getAdditionalArchives, getHeight, getMethodHandler, getTestMethodHandler, getWidth, setAdditionalArchives, setHeight, setWidth |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final WDInteractiveFormDisplayType DEFAULT_DISPLAY_TYPE
displayType property is WDInteractiveFormDisplayType.ACTIVE_X.
public static final WDInteractiveFormMode DEFAULT_MODE
mode property is WDInteractiveFormMode.UPDATE_DATA_IN_PDF.
public static final Object DEFAULT_PDF_SOURCE
pdfSource property is null.
public static final boolean DEFAULT_READ_ONLY
readOnly property is false.
public static final String DEFAULT_TEMPLATE_SOURCE
templateSource property is "".
| Method Detail |
public IWDAction getOnCheck()
onCheck.
onCheckmappingOfOnCheck()public void setOnCheck(IWDAction action)
onCheck.
action - the action assigned to the eventgetOnCheck()public IWDParameterMapping mappingOfOnCheck()
onCheck.
This event has no parameters.
onCheckgetOnCheck()public IWDAction getOnSubmit()
onSubmit.
onSubmitmappingOfOnSubmit()public void setOnSubmit(IWDAction action)
onSubmit.
action - the action assigned to the eventgetOnSubmit()public IWDParameterMapping mappingOfOnSubmit()
onSubmit.
This event has no parameters.
onSubmitgetOnSubmit()public void bindDataSource(String path)
dataSource property to the context attribute specified by the given path.
path - the context path of the attribute to which the dataSource property will be boundpublic void bindDataSource(IWDNodeInfo nodeInfo)
dataSource property to the context node specified by the given node info.
nodeInfo - the info of the context node to which the dataSource property will be boundpublic String bindingOfDataSource()
dataSource property.
dataSource property is currently boundpublic void bindDisplayType(String path)
displayType property to the context attribute specified by the given path.
path - the context path of the attribute to which the displayType property will be boundpublic void bindDisplayType(IWDAttributeInfo attributeInfo)
displayType property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the displayType property will be boundpublic String bindingOfDisplayType()
displayType property.
displayType property is currently boundpublic WDInteractiveFormDisplayType getDisplayType()
displayType property.
The initial value is WDInteractiveFormDisplayType.ACTIVE_X.
displayType propertysetDisplayType(WDInteractiveFormDisplayType)public void setDisplayType(WDInteractiveFormDisplayType value)
displayType property to the given value.
value - the new value of the displayType propertygetDisplayType()public void bindMode(String path)
mode property to the context attribute specified by the given path.
path - the context path of the attribute to which the mode property will be boundpublic void bindMode(IWDAttributeInfo attributeInfo)
mode property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the mode property will be boundpublic String bindingOfMode()
mode property.
mode property is currently boundpublic WDInteractiveFormMode getMode()
mode property.
The initial value is WDInteractiveFormMode.UPDATE_DATA_IN_PDF.
mode propertysetMode(WDInteractiveFormMode)public void setMode(WDInteractiveFormMode value)
mode property to the given value.
value - the new value of the mode propertygetMode()public void bindPdfSource(String path)
pdfSource property to the context attribute specified by the given path.
path - the context path of the attribute to which the pdfSource property will be boundpublic void bindPdfSource(IWDAttributeInfo attributeInfo)
pdfSource property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the pdfSource property will be boundpublic String bindingOfPdfSource()
pdfSource property.
pdfSource property is currently boundpublic Object getPdfSource()
pdfSource property.
The initial value is null.
pdfSource propertysetPdfSource(Object)public void setPdfSource(Object value)
pdfSource property to the given value.
value - the new value of the pdfSource propertygetPdfSource()public void bindReadOnly(String path)
readOnly property to the context attribute specified by the given path.
path - the context path of the attribute to which the readOnly property will be boundpublic void bindReadOnly(IWDAttributeInfo attributeInfo)
readOnly property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the readOnly property will be boundpublic String bindingOfReadOnly()
readOnly property.
readOnly property is currently boundpublic boolean getReadOnly()
readOnly property.
The initial value is false.
readOnly propertysetReadOnly(boolean)public void setReadOnly(boolean value)
readOnly property to the given value.
value - the new value of the readOnly propertygetReadOnly()public String getTemplateSource()
templateSource property.
The initial value is "".
This property must be set only once, when the interactive form is created.
It contains the URL of the template.
templateSource propertysetTemplateSource(String)public void setTemplateSource(String templateSource)
templateSource property to the given value.
templateSource - the new value of the templateSource propertygetTemplateSource()public void suppressPrint(boolean suppress)
wdDoModifyView of the View. To change the state again,
the method must be called again.
suppress - public void setDynamicPDF(boolean isDynamicPDF)
isDynamicPDF - true: dynamic PDF false: static PDFpublic void changesNotAllowed(boolean changesNotAllowed)
changesNotAllowed -
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||