JavaScript API Reference for Oracle ADF Faces
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.
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. 
 
 
 | 
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.
 
public string getDestination() 
Get function for attribute for 'destination'.
 
- Return:
 
string - Destination 
 
public void setDestination(string newDestination) 
Set function for attribute 'Destination'.
 
- Parameters:
 
- 
 
- Return:
 
void - No Value returned 
 
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.