JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.behavior
Class AdfMasonryLayoutBehavior
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.base.AdfClientBehavior
|
+--oracle.adfinternal.view.js.behavior.AdfMasonryLayoutBehavior
public class AdfMasonryLayoutBehavior
extends AdfClientBehavior
Client behavior implementation for linking a component with a masonryLayout.
Method Summary
|
private Object |
_actionHandler(Object actionEvent)
-
Handles the actionEvent that this behavior is connected to.
|
protected Object |
Init(Object id, Object operation, Object index, Object sizeStyleClass)
-
Initializes the instance.
|
public Object |
initialize(Object behaviorComponent)
-
As part of the client behavior contract, initialize is called when the component is created to give the behavior a chance to register event listeners.
|
Methods inherited from oracle.adf.view.js.base.AdfObject
|
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
private Object _id
private Object _index
private Object _operation
private Object _sizeStyleClass
public AdfMasonryLayoutBehavior(Object id,
Object operation,
Object index,
Object sizeStyleClass)
Client behavior implementation for linking a component with a masonryLayout.
- Parameters:
-
id |
|
|
operation |
|
|
index |
|
|
sizeStyleClass |
|
|
private Object _actionHandler(Object actionEvent)
Handles the actionEvent that this behavior is connected to.
- Parameters:
-
- Return:
Object
protected Object Init(Object id,
Object operation,
Object index,
Object sizeStyleClass)
Initializes the instance. Subclasses of AdfObject must call their superclass' Init
- Parameters:
-
id |
|
|
operation |
|
|
index |
|
|
sizeStyleClass |
|
|
- Return:
Object
- Overrides:
AdfObject.Init()
public Object initialize(Object behaviorComponent)
As part of the client behavior contract, initialize is called when the component is created to give the behavior a chance to register event listeners.
- Parameters:
-
- Return:
Object
- Overrides:
AdfClientBehavior.initialize(Object)
Generated on 2015.07.15 10:12 UTC
Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.