Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.component.ui
Class BasicContainer

java.lang.Object
  extended by oracle.adfnmc.component.Component
      extended by oracle.adfnmc.component.ui.RenderableComponent
          extended by oracle.adfnmc.component.ui.Control
              extended by oracle.adfnmc.component.ui.Container
                  extended by oracle.adfnmc.component.ui.BasicContainer
All Implemented Interfaces:
RefreshablePropertyObjectOwner, ITestableComponent
Direct Known Subclasses:
BasicFontContainer, Iterator, PanelFormLayout, PanelLabelAndMessage

public abstract class BasicContainer
extends Container


Field Summary
protected static boolean DEFAULT_DISABLED
           
protected static boolean DEFAULT_VISIBLE
           
protected  BooleanProperty m_disabledProperty
           
protected  BooleanProperty m_focusableProperty
           
protected  BooleanProperty m_visibleProperty
           
 
Fields inherited from class oracle.adfnmc.component.ui.Container
m_children, m_childrenById
 
Fields inherited from class oracle.adfnmc.component.ui.Control
bound, cloned, container, DEFAULT_BACKGROUNDCOLOR, DEFAULT_BOTTOM, DEFAULT_FOCUSED, DEFAULT_HEIGHT, DEFAULT_HEIGHT_STRING, DEFAULT_LEFT, DEFAULT_RIGHT, DEFAULT_TOP, DEFAULT_WIDTH, DEFAULT_WIDTH_STRING, embedded, has_x, has_y, m_alignProperty, m_availableHeight, m_availableWidth, m_backgroundColorProperty, m_cmpImpl, m_cookie, m_hasAlign, m_hasBackgroundColor, m_hasHeight, m_hasVerticalAlign, m_hasWidth, m_heightProperty, m_isClipped, m_isDirty, m_isHeightPercentage, m_isWidthPercentage, m_menuControls, m_multiRowContainerParent, m_tabstop, m_verticalAlignProperty, m_widthProperty, m_x, m_y, rownum
 
Fields inherited from class oracle.adfnmc.component.ui.RenderableComponent
DEFAULT_RENDERED, m_cachedRendered, m_cacheIsValid, m_renderedProperty, unregisterPropertiesOnly
 
Fields inherited from class oracle.adfnmc.component.Component
CLASS_INSTANCE, m_attributes, m_elContext, m_exprfactory, m_formatMethod, m_id, m_initialized, m_parent, m_pattern, m_props, m_screen, m_theApp, refreshableProperties
 
Constructor Summary
BasicContainer()
           
 
Method Summary
 void endInit()
           
protected  void endInitRenderableProperties(boolean isRendered)
           
protected abstract  boolean getDefaultFocusable()
           
 boolean getDisabled()
           
 boolean getFocusable()
           
protected abstract  boolean getFocusableNative()
           
abstract  java.lang.Object getValue()
           
 boolean getVisible()
           
protected abstract  boolean getVisibleNative()
           
 void setDisabled(boolean disabled)
           
protected  void setDisabled(java.lang.Object source, boolean disabled)
           
protected  void setDisabledNative(boolean disabled)
           
 void setFocusable(boolean focusable)
           
protected  void setFocusable(java.lang.Object source, boolean focusable)
           
protected abstract  void setFocusableNative(boolean focusable)
           
protected  void setRenderProperties()
           
 void setValue(java.lang.Object value)
           
protected abstract  void setValue(java.lang.Object source, java.lang.Object value)
           
 void setVisible(boolean visible)
           
protected  void setVisible(java.lang.Object source, boolean visible)
           
protected abstract  void setVisibleNative(boolean visible)
           
 
Methods inherited from class oracle.adfnmc.component.ui.Container
_addChild, _removeChild, addChild, addChild, bindMenus, containsId, dump, dump, dumpAllData, endInitChildren, getAllDataValues, getChildById, getChildren, getComponentById, getCurrentFocus, getCurrentFocus, getDecorationHeight, getDecorationWidth, getIntraFieldSpacing, handleRenderedChange, refreshProperties, removeChild, removeChild, renderChildren, renderedChangedNative, setEmbedded, setMultiRowContainerParent, setRowNum, shiftRowNum, UICloneImpl
 
Methods inherited from class oracle.adfnmc.component.ui.Control
addChild, addPropertyList, backgroundColorChanged, clipHeight, clipWidth, determineAvailableSpace, disposeProperties, endInitRendered, focusableChanged, gainedFocus, getAlign, getAlignNative, getAvailableHeight, getAvailableWidth, getBackgroundColor, getBackgroundColorNative, getBottom, getBottomNative, getControlDepth, getCookie, getDefaultFontFamily, getDefaultFontSize, getDefaultFontStyle, getEmbedded, getFocused, getFocusedNative, getHeight, getHeightNative, getLeft, getLeftNative, getMultiRowContainer, getNativeUiComponent, getParentHeightRecursively, getParentWidthRecursively, getRight, getRightNative, getRowNum, getTop, getTopNative, getVerticalAlign, getVerticalAlignNative, getWidth, getWidthNative, hasAlign, hasBackgroundColor, hasForegroundColor, hasHeight, hasLocation, hasVerticalAlign, hasWidth, inheritBackgroundColor, initCoreUIData, initGeometryData, isAllowedToReceiveFocus, isEmbeddedAndSelected, isLabeled, isNativeUiComponent, isNotRenderable, isWidthPercentage, markDirty, refreshUI, removeFromNativeParent, render, renderNative, setAlign, setAlign, setAlignNative, setBackgroundColor, setBackgroundColor, setBackgroundColorNative, setContainer, setCookie, setFocus, setHeight, setHeight, setHeightNative, setParent, setVerticalAlign, setVerticalAlign, setVerticalAlignNative, setWidth, setWidth, setWidthNative, shouldUseParentBackgroundColor, toString, UIClone, updateBackgroundColorNative
 
Methods inherited from class oracle.adfnmc.component.ui.RenderableComponent
execute, Focus, getRendered, isParentRendered, isRendered, isRenderedChanged, setRendered, setRendered, setUnregisterPropertiesOnly
 
Methods inherited from class oracle.adfnmc.component.Component
addChild, addChild, beginInit, buildValueExpression, dump, dumpProps, dumpProps, dumpPropsBuffer, getDataValues, getId, getParent, getProps, getScreen, propertyInstanceCreated, setChild, setChild, setId, setProp, setScreen, toFormattedString, updateRenderer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_DISABLED

protected static final boolean DEFAULT_DISABLED
See Also:
Constant Field Values

DEFAULT_VISIBLE

protected static final boolean DEFAULT_VISIBLE
See Also:
Constant Field Values

m_disabledProperty

protected BooleanProperty m_disabledProperty

m_focusableProperty

protected BooleanProperty m_focusableProperty

m_visibleProperty

protected BooleanProperty m_visibleProperty
Constructor Detail

BasicContainer

public BasicContainer()
Method Detail

getDefaultFocusable

protected abstract boolean getDefaultFocusable()

endInitRenderableProperties

protected void endInitRenderableProperties(boolean isRendered)
Overrides:
endInitRenderableProperties in class Container

endInit

public void endInit()
Overrides:
endInit in class Container

setRenderProperties

protected void setRenderProperties()
Overrides:
setRenderProperties in class Control

getDisabled

public boolean getDisabled()

setDisabledNative

protected void setDisabledNative(boolean disabled)

setDisabled

protected void setDisabled(java.lang.Object source,
                           boolean disabled)

setDisabled

public void setDisabled(boolean disabled)

getFocusable

public boolean getFocusable()

setFocusable

protected void setFocusable(java.lang.Object source,
                            boolean focusable)

setFocusable

public void setFocusable(boolean focusable)

getValue

public abstract java.lang.Object getValue()

setValue

protected abstract void setValue(java.lang.Object source,
                                 java.lang.Object value)

setValue

public void setValue(java.lang.Object value)

getVisible

public boolean getVisible()

setVisible

protected void setVisible(java.lang.Object source,
                          boolean visible)

setVisible

public void setVisible(boolean visible)

setFocusableNative

protected abstract void setFocusableNative(boolean focusable)

getFocusableNative

protected abstract boolean getFocusableNative()

setVisibleNative

protected abstract void setVisibleNative(boolean visible)

getVisibleNative

protected abstract boolean getVisibleNative()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.