OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUIGo

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIGo
Direct Known Subclasses:
AdfRichGoButton, AdfRichGoImageLink, AdfRichGoLink, AdfRichGoMenuItem

public class AdfUIGo
extends Object
go is a base abstraction for components like goButton and goLink that are used to navigate directly to a different page without any server-side actions.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIGo()
go is a base abstraction for components like goButton and goLink that are used to navigate directly to a different page without any server-side actions.


Method Summary

public String
getDestination()
Get function for attribute for 'destination'.
public void
setDestination(String newDestination)
Set function for attribute 'Destination'.


Field Detail


Constructor Detail


AdfUIGo

public AdfUIGo()

go is a base abstraction for components like goButton and goLink that are used to navigate directly to a different page without any server-side actions.

Method Detail


getDestination

public String getDestination()

Get function for attribute for 'destination'.

Return:
String - Destination

setDestination

public void setDestination(String newDestination)

Set function for attribute 'Destination'.

Parameters:
newDestination    
Return:
void - No Value returned

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

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.