Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

oracle.adfdt.view.rich.binding.pattern.primitive
Class GoLinkPattern

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.BaseBinder2<O>
      extended by oracle.adfdt.view.common.binding.creator.v2.BasePattern<GoLinkPattern.GoLinkOptions>
          extended by oracle.adfdt.view.rich.binding.pattern.primitive.GoLinkPattern
All Implemented Interfaces:
Binder2<GoLinkPattern.GoLinkOptions>, Creator2<GoLinkPattern.GoLinkOptions>

public final class GoLinkPattern
extends BasePattern<GoLinkPattern.GoLinkOptions>


Nested Class Summary
static class GoLinkPattern.GoLinkOptions
          Options for goLink, the supported attributes match the property names.
 
Constructor Summary
GoLinkPattern()
           
 
Method Summary
 BinderResult bind(BinderParams<GoLinkPattern.GoLinkOptions> params)
          Binds the goLink.
 CreatorResult create(CreatorParams<GoLinkPattern.GoLinkOptions> params)
          Creates the goLink, defers to bind for binding the attributes.
 GoLinkPattern.GoLinkOptions createOptions(CreatorParams<GoLinkPattern.GoLinkOptions> params)
          Returns a new options class where all attributes are initially null (including text and destination).
 GoLinkPattern.GoLinkOptions generateOptions(BinderParams<GoLinkPattern.GoLinkOptions> params)
          Generates an options class based on the bind root.
 
Methods inherited from class oracle.adfdt.view.common.binding.creator.v2.BaseBinder2
canRebind, getSingleBindRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoLinkPattern

public GoLinkPattern()
Method Detail

create

public CreatorResult create(CreatorParams<GoLinkPattern.GoLinkOptions> params)
Creates the goLink, defers to bind for binding the attributes.

Specified by:
create in interface Creator2<GoLinkPattern.GoLinkOptions>
Specified by:
create in class BasePattern<GoLinkPattern.GoLinkOptions>
Parameters:
params - See CreatorParams for listing

bind

public BinderResult bind(BinderParams<GoLinkPattern.GoLinkOptions> params)
Binds the goLink. By default the text and destination will be set to the value of the definition binding.

Specified by:
bind in interface Binder2<GoLinkPattern.GoLinkOptions>
Specified by:
bind in class BaseBinder2<GoLinkPattern.GoLinkOptions>
Parameters:
params - See BinderParams for a complete list
Returns:
Typically just one of the convenience classes in BinderResult

createOptions

public GoLinkPattern.GoLinkOptions createOptions(CreatorParams<GoLinkPattern.GoLinkOptions> params)
Returns a new options class where all attributes are initially null (including text and destination).

Specified by:
createOptions in interface Creator2<GoLinkPattern.GoLinkOptions>
Overrides:
createOptions in class BasePattern<GoLinkPattern.GoLinkOptions>
Parameters:
params - See CreatorParams for a complete list
Returns:
An instance of PatternOptions with the current options set, or null if not supported

generateOptions

public GoLinkPattern.GoLinkOptions generateOptions(BinderParams<GoLinkPattern.GoLinkOptions> params)
Generates an options class based on the bind root.

Specified by:
generateOptions in interface Binder2<GoLinkPattern.GoLinkOptions>
Overrides:
generateOptions in class BaseBinder2<GoLinkPattern.GoLinkOptions>
Parameters:
params - See BinderParams for a complete list
Returns:
An instance of PatternOptions with the current options set, or null if not supported

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

Copyright © 1997, 2011, Oracle. All rights reserved.