 JavaScript API Reference for Oracle ADF Faces
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 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.