OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich
Class AdfRichSubform

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUISubform
         |
         +--oracle.adf.view.js.component.rich.AdfRichSubform

public class AdfRichSubform
extends AdfUISubform
The subform tag represents an independently submittable region of a page. The contents of a subform will only be validated (or otherwise processed) if a component inside of the subform is responsible for submitting the page.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichSubform()
The subform tag represents an independently submittable region of a page.


Method Summary

public String
getDefaultCommand()
Get function for attribute for 'defaultCommand'.
public void
setDefaultCommand(String newDefaultCommand)
Set function for attribute 'DefaultCommand'.


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

getDefault


Field Detail


Constructor Detail


AdfRichSubform

public AdfRichSubform()

The subform tag represents an independently submittable region of a page. The contents of a subform will only be validated (or otherwise processed) if a component inside of the subform is responsible for submitting the page.

Method Detail


getDefaultCommand

public String getDefaultCommand()

Get function for attribute for 'defaultCommand'.

Return:
String - DefaultCommand

setDefaultCommand

public void setDefaultCommand(String newDefaultCommand)

Set function for attribute 'DefaultCommand'.

Parameters:
newDefaultCommand    
Return:
void - No Value returned

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

 

Generated on 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.