OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.behavior
Class AdfMasonryLayoutBehavior

Warning:

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.



Field Summary

private Object
_id
private Object
_index
private Object
_operation
private Object
_sizeStyleClass


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfMasonryLayoutBehavior(Object id, Object operation, Object index, Object sizeStyleClass)
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.
private static AdfUIComponent
_getDomParentComponent(AdfUIComponent component)
For the given component, get the parent component that corresponds to the parent DOM element, skipping previous sibling comment components (like those due to declarative components).
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.AdfClientBehavior

destroy


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString


Field Detail


_id

private Object _id

_index

private Object _index

_operation

private Object _operation

_sizeStyleClass

private Object _sizeStyleClass

Constructor Detail


AdfMasonryLayoutBehavior

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    

Method Detail


_actionHandler

private Object _actionHandler(Object actionEvent)

Handles the actionEvent that this behavior is connected to.

Parameters:
actionEvent    
Return:
Object

_getDomParentComponent

private static AdfUIComponent _getDomParentComponent(AdfUIComponent component)

For the given component, get the parent component that corresponds to the parent DOM element, skipping previous sibling comment components (like those due to declarative components).

Parameters:
component  -  Component for which to get the parent.
Return:
AdfUIComponent - null

Init

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()

initialize

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:
behaviorComponent    
Return:
Object
Overrides:
AdfClientBehavior.initialize(Object)

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

 

Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.