OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.input
Class AdfRichInputFile

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIValue
         |
         +--org.apache.myjs.trinidad.component.AdfUIEditableValue
               |
               +--org.apache.myjs.trinidad.component.AdfUIInput
                     |
                     +--oracle.adf.view.js.component.rich.input.AdfRichInputFile

public class AdfRichInputFile
extends AdfUIInput
The inputFile component is a component that can be used to upload a file. It supports displaying a label, text, and messages.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichInputFile()
The inputFile component is a component that can be used to upload a file.


Method Summary

public String
getAccessKey()
Get function for attribute for 'accessKey'.
public Number
getAutoHeightRows()
Get function for attribute for 'autoHeightRows'.
public Boolean
getAutoSubmit()
Get function for attribute for 'autoSubmit'.
public Boolean
getChanged()
Get function for attribute for 'changed'.
public String
getChangedDesc()
Get function for attribute for 'changedDesc'.
public Number
getColumns()
Get function for attribute for 'columns'.
public String
getContentStyle()
Get function for attribute for 'contentStyle'.
public Boolean
getDisabled()
Get function for attribute for 'disabled'.
public String
getEditable()
Get function for attribute for 'editable'.
public String
getHelpTopicId()
Get function for attribute for 'helpTopicId'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getLabel()
Get function for attribute for 'label'.
public Number
getMaximumFiles()
Get function for attribute for 'maximumFiles'.
public Boolean
getReadOnly()
Get function for attribute for 'readOnly'.
public Object
getRequired()
Get function for attribute for 'required'.
public Number
getRows()
Get function for attribute for 'rows'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public Boolean
getShowRequired()
Get function for attribute for 'showRequired'.
public Boolean
getSimple()
Get function for attribute for 'simple'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public String
getUploadType()
Get function for attribute for 'uploadType'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setAccessKey(String newAccessKey)
Set function for attribute 'AccessKey'.
public void
setAutoHeightRows(Number newAutoHeightRows)
Set function for attribute 'AutoHeightRows'.
public void
setAutoSubmit(Boolean newAutoSubmit)
Set function for attribute 'AutoSubmit'.
public void
setChanged(Boolean newChanged)
Set function for attribute 'Changed'.
public void
setChangedDesc(String newChangedDesc)
Set function for attribute 'ChangedDesc'.
public void
setColumns(Number newColumns)
Set function for attribute 'Columns'.
public void
setContentStyle(String newContentStyle)
Set function for attribute 'ContentStyle'.
public void
setEditable(String newEditable)
Set function for attribute 'Editable'.
public void
setHelpTopicId(String newHelpTopicId)
Set function for attribute 'HelpTopicId'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setLabel(String newLabel)
Set function for attribute 'Label'.
public void
setMaximumFiles(Number newMaximumFiles)
Set function for attribute 'MaximumFiles'.
public void
setRows(Number newRows)
Set function for attribute 'Rows'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setShowRequired(Boolean newShowRequired)
Set function for attribute 'ShowRequired'.
public void
setSimple(Boolean newSimple)
Set function for attribute 'Simple'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setUploadType(String newUploadType)
Set function for attribute 'UploadType'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.
public Object
validate(Object submittedValue)
Override to support multiple upload


Methods inherited from org.apache.myjs.trinidad.component.AdfUIEditableValue

addValidator, DeliverDerivedPropertyEvents, getImmediate, getLocalValueSet, GetRequiredKey, getRequiredMessageDetail, getSubmittedValue, getValid, getValidators, getValue, InitSubclass, IsEmpty, isEventRoot, resetValue, SetPropertyImpl, setValue, ValidateValue


Methods inherited from org.apache.myjs.trinidad.component.AdfUIValue

GetChanges, GetConvertedValue, getConverter, isConvertible


Field Detail


Constructor Detail


AdfRichInputFile

public AdfRichInputFile()

The inputFile component is a component that can be used to upload a file. It supports displaying a label, text, and messages.

Method Detail


getAccessKey

public String getAccessKey()

Get function for attribute for 'accessKey'.

Return:
String - AccessKey

getAutoHeightRows

public Number getAutoHeightRows()

Get function for attribute for 'autoHeightRows'.

Return:
Number - AutoHeightRows

getAutoSubmit

public Boolean getAutoSubmit()

Get function for attribute for 'autoSubmit'.

Return:
Boolean - AutoSubmit

getChanged

public Boolean getChanged()

Get function for attribute for 'changed'.

Return:
Boolean - Changed

getChangedDesc

public String getChangedDesc()

Get function for attribute for 'changedDesc'.

Return:
String - ChangedDesc

getColumns

public Number getColumns()

Get function for attribute for 'columns'.

Return:
Number - Columns

getContentStyle

public String getContentStyle()

Get function for attribute for 'contentStyle'.

Return:
String - ContentStyle

getDisabled

public Boolean getDisabled()

Get function for attribute for 'disabled'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Boolean - Disabled

getEditable

public String getEditable()

Get function for attribute for 'editable'.

Return:
String - Editable

getHelpTopicId

public String getHelpTopicId()

Get function for attribute for 'helpTopicId'.

Return:
String - HelpTopicId

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getLabel

public String getLabel()

Get function for attribute for 'label'.

Return:
String - Label

getMaximumFiles

public Number getMaximumFiles()

Get function for attribute for 'maximumFiles'.

Return:
Number - MaximumFiles

getReadOnly

public Boolean getReadOnly()

Get function for attribute for 'readOnly'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Boolean - ReadOnly

getRequired

public Object getRequired()

Get function for attribute for 'required'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object
Overrides:
AdfUIEditableValue.getRequired()

getRows

public Number getRows()

Get function for attribute for 'rows'.

Return:
Number - Rows

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getShowRequired

public Boolean getShowRequired()

Get function for attribute for 'showRequired'.

Return:
Boolean - ShowRequired

getSimple

public Boolean getSimple()

Get function for attribute for 'simple'.

Return:
Boolean - Simple

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getUnsecure

public Object getUnsecure()

Get function for attribute for 'unsecure'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - Unsecure

getUploadType

public String getUploadType()

Get function for attribute for 'uploadType'.

Return:
String - UploadType

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

setAccessKey

public void setAccessKey(String newAccessKey)

Set function for attribute 'AccessKey'.

Parameters:
newAccessKey    
Return:
void - No Value returned

setAutoHeightRows

public void setAutoHeightRows(Number newAutoHeightRows)

Set function for attribute 'AutoHeightRows'.

Parameters:
newAutoHeightRows    
Return:
void - No Value returned

setAutoSubmit

public void setAutoSubmit(Boolean newAutoSubmit)

Set function for attribute 'AutoSubmit'.

Parameters:
newAutoSubmit    
Return:
void - No Value returned

setChanged

public void setChanged(Boolean newChanged)

Set function for attribute 'Changed'.

Parameters:
newChanged    
Return:
void - No Value returned

setChangedDesc

public void setChangedDesc(String newChangedDesc)

Set function for attribute 'ChangedDesc'.

Parameters:
newChangedDesc    
Return:
void - No Value returned

setColumns

public void setColumns(Number newColumns)

Set function for attribute 'Columns'.

Parameters:
newColumns    
Return:
void - No Value returned

setContentStyle

public void setContentStyle(String newContentStyle)

Set function for attribute 'ContentStyle'.

Parameters:
newContentStyle    
Return:
void - No Value returned

setEditable

public void setEditable(String newEditable)

Set function for attribute 'Editable'.

Parameters:
newEditable    
Return:
void - No Value returned

setHelpTopicId

public void setHelpTopicId(String newHelpTopicId)

Set function for attribute 'HelpTopicId'.

Parameters:
newHelpTopicId    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setLabel

public void setLabel(String newLabel)

Set function for attribute 'Label'.

Parameters:
newLabel    
Return:
void - No Value returned

setMaximumFiles

public void setMaximumFiles(Number newMaximumFiles)

Set function for attribute 'MaximumFiles'.

Parameters:
newMaximumFiles    
Return:
void - No Value returned

setRows

public void setRows(Number newRows)

Set function for attribute 'Rows'.

Parameters:
newRows    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setShowRequired

public void setShowRequired(Boolean newShowRequired)

Set function for attribute 'ShowRequired'.

Parameters:
newShowRequired    
Return:
void - No Value returned

setSimple

public void setSimple(Boolean newSimple)

Set function for attribute 'Simple'.

Parameters:
newSimple    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setUploadType

public void setUploadType(String newUploadType)

Set function for attribute 'UploadType'.

Parameters:
newUploadType    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

validate

public Object validate(Object submittedValue)

Override to support multiple upload

Parameters:
submittedValue    
Return:
Object
Overrides:
AdfUIEditableValue.validate(Object)

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

 

Generated on 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.