JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.base.AdfUIPeer
               |
               +--oracle.adf.view.js.laf.rich.AdfRichUIPeer
                     |
                     +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlPanelGridLayoutPeer
public class AdfDhtmlPanelGridLayoutPeer extends AdfRichUIPeer
Field Summary | 
|---|
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer | 
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, CreateSubId, DISABLED_STYLECLASS, DRAG_READY_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS | 
Fields inherited from oracle.adf.view.js.base.AdfObject | 
constructor, superclass | 
Fields inherited from org.ecmascript.object.Object | 
prototype | 
Constructor Summary | 
|
|---|---|
public | 
|
Method Summary | 
|
|---|---|
protected Object | 
  | 
protected Object | 
  | 
protected Object | 
  | 
private ?string | 
  | 
private string | 
  | 
private Object | 
  | 
private Object | 
  | 
private string | 
  | 
protected static Object | 
  | 
private boolean | 
  | 
public Object | 
  | 
public boolean | 
  | 
private boolean | 
  | 
protected Object | 
  | 
private Array.<Object> | 
|
Methods inherited from oracle.adf.view.js.base.AdfUIPeer | 
getDefaultDragRecognizer, getParentPeer, Init, initiateDrag, isVisible | 
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 | 
|---|
Constructor Detail | 
|---|
public AdfDhtmlPanelGridLayoutPeer()
Method Detail | 
|---|
protected Object ChildVisibilityChanged(AdfUIComponent childComponent,
                                        HTMLElement childDomElement,
                                        boolean childVisible)childComponent | 
- | the child component | 
childDomElement | 
- | the root element of the child | 
childVisible | 
- | the new visibility state of the child | 
ObjectAdfRichUIPeer.ChildVisibilityChanged(Object, Object, Object)protected Object ComponentInlineStyleChanged(AdfUIComponent component,
                                             HTMLElement domElement,
                                             string newValue,
                                             string oldValue)component | 
- | the panelGridLayout component | 
domElement | 
- | the root element of the panelGridLayout | 
newValue | 
- | the new inlineStyle value | 
oldValue | 
- | the old inlineStyle value | 
ObjectAdfRichUIPeer.ComponentInlineStyleChanged(Object, Object, Object, Object)protected Object ComponentRemoved(AdfUIComponent component)component | 
- | the panelGridLayout component | 
ObjectAdfUIPeer.componentRemoved(AdfUIComponent)private ?string _getAttribute(AdfAgent agent,
                              HTMLElement element,
                              string name,
                              ?string defaultValue)agent | 
- | the agent | 
element | 
- | the element whose attribute is requested | 
name | 
- | the name of the attribute | 
defaultValue | 
- | the default value to return if the requested attribute value was null | 
?string - the requested attribute valueprivate string _getColumns(AdfUIComponent component)component | 
- | the panelGridLayout component | 
string - the private property that describes the column widthsprivate Object _getFirstEdge(Array lineSizes,
                             number lineNumber)lineSizes | 
- | the column or row sizes as pixel numbers | 
lineNumber | 
- | the column or row number (not index) whose start/top side we want to get | 
Object - the pixel value for the start/top sideprivate Object _getLastEdge(Array lineSizes,
                            number lineNumber)lineSizes | 
- | the column or row sizes as pixel numbers | 
lineNumber | 
- | the column or row number (not index) whose end/bottom side we want to get | 
Object - the pixel value for the end/bottom sideprivate string _getRows(AdfUIComponent component)component | 
- | the panelGridLayout component | 
string - the private property that describes the row heightsprotected static Object InitSubclass()Objectprivate boolean _isChild(HTMLElement domNode)domNode | 
- | the element to test | 
boolean - childVisible the new visibility state of the childpublic Object needsChildVisibilityChanges(AdfUIComponent component)component | 
- | the panelGridLayout component | 
ObjectAdfRichUIPeer.needsChildVisibilityChanges(AdfUIComponent)public boolean needsResizeNotify(AdfUIComponent component)component | 
- | the panelGridLayout component | 
boolean - true if it needs resize notifyAdfUIPeer.needsResizeNotify(Object)private boolean _repositionPanes(?number givenWidth,
                                 ?number givenHeight)givenWidth | 
- | the given width or null | 
givenHeight | 
- | the given height or null | 
boolean - true if this grid layout needs to listen for descendant resize notificationsprotected Object ResizeNotify(number oldWidth,
                              number oldHeight,
                              number newWidth,
                              number newHeight)oldWidth | 
- | the oldWidth | 
oldHeight | 
- | the oldHeight | 
newWidth | 
- | the newWidth | 
newHeight | 
- | the newHeight | 
ObjectAdfUIPeer.resizeNotify(Object, Object, Object, Object, Object)private Array.<Object> _resolveSizes(Array lineSizes,
                                     Object lastLineNumber,
                                     HTMLElement rootElement,
                                     Array.<Object> childData,
                                     string lineKey,
                                     string lineSpanKey,
                                     string lineAlignKey,
                                     string clientSizeKey,
                                     Object clientSize)lineSizes | 
- | the raw column or row sizes as strings from the renderer | 
lastLineNumber | 
||
rootElement | 
- | the root element of the panelGridLayout | 
childData | 
- | array of objects containing information about each cell | 
lineKey | 
- | "col" or "row" | 
lineSpanKey | 
- | "cspan" or "rspan" | 
lineAlignKey | 
- | "halign" or "valign" | 
clientSizeKey | 
- | "clientWidth" or "clientHeight" | 
clientSize | 
Array.<Object> - an array with 2 values: (1) the total of the non-percent sizes, (2) caresAboutDescendantResizeNotifications
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||