OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.util
Class AdfInputFileUtils

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.util.AdfInputFileUtils

public class AdfInputFileUtils
extends Object


Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype

Constructor Summary

public
AdfInputFileUtils()

Method Summary

public static Object
addUploadErrorFacesMessage(Object componentId, Object component, Object facesMessage)
static helper function that adds an error message to the page, to indicate that a problem occured, when submitting wrong inputFile data.
public static Object
addUploadErrorMessage(Object componentId)
static helper function that adds an error message to the page, to indicate that a problem occured, when submitting wrong inputFile data.
public static Object
addUploadErrorMessageKey(Object componentId, Object component, Object summaryKey, Object detailKey)
static helper function that adds an error message to the page, to indicate that a problem occured, when submitting wrong inputFile data.

Field Detail


Constructor Detail


AdfInputFileUtils

public AdfInputFileUtils()

Method Detail


addUploadErrorFacesMessage

public static Object addUploadErrorFacesMessage(Object componentId,
                                                Object component,
                                                Object facesMessage)

static helper function that adds an error message to the page, to indicate that a problem occured, when submitting wrong inputFile data. See AdfDataTransferService and AdfDhtmlPage for usage.

Parameters:
componentId  
component  
facesMessage  
Return:
Object

addUploadErrorMessage

public static Object addUploadErrorMessage(Object componentId)

static helper function that adds an error message to the page, to indicate that a problem occured, when submitting wrong inputFile data. See AdfDataTransferService and AdfDhtmlPage for usage.

Parameters:
componentId  
Return:
Object

addUploadErrorMessageKey

public static Object addUploadErrorMessageKey(Object componentId,
                                              Object component,
                                              Object summaryKey,
                                              Object detailKey)

static helper function that adds an error message to the page, to indicate that a problem occured, when submitting wrong inputFile data. See AdfDataTransferService and AdfDhtmlPage for usage.

Parameters:
componentId  
component  
summaryKey  
detailKey  
Return:
Object

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.