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

E17503-02

oracle.adfnmc.component.ui
Class BBPanelFormLayout.PanelFormLayoutManager

java.lang.Object
  extended by net.rim.device.api.ui.Field
      extended by net.rim.device.api.ui.Manager
          extended by net.rim.device.api.ui.container.VerticalFieldManager
              extended by oracle.adfnmc.component.ui.BBPanelFormLayout.PanelFormLayoutManager
All Implemented Interfaces:
INativeUiComponent
Enclosing class:
BBPanelFormLayout

protected class BBPanelFormLayout.PanelFormLayoutManager
extends net.rim.device.api.ui.container.VerticalFieldManager
implements INativeUiComponent


Field Summary
 
Fields inherited from class net.rim.device.api.ui.Manager
BOTTOMMOST, DOWNWARD, HORIZONTAL_SCROLL, HORIZONTAL_SCROLL_MASK, HORIZONTAL_SCROLLBAR, HORIZONTAL_SCROLLBAR_MASK, LEAVE_BLANK_SPACE, LEFTMOST, LEFTWARD, NO_HORIZONTAL_SCROLL, NO_HORIZONTAL_SCROLLBAR, NO_SCROLL_RESET, NO_VERTICAL_SCROLL, NO_VERTICAL_SCROLLBAR, QUANTA_FONT, RIGHTMOST, RIGHTWARD, TOPMOST, UPWARD, VERTICAL_SCROLL, VERTICAL_SCROLL_MASK, VERTICAL_SCROLLBAR, VERTICAL_SCROLLBAR_MASK
 
Fields inherited from class net.rim.device.api.ui.Field
ACTION_INVOKE, AXIS_HORIZONTAL, AXIS_SEQUENTIAL, AXIS_VERTICAL, EDITABLE, EDITABLE_MASK, FIELD_BOTTOM, FIELD_HALIGN_MASK, FIELD_HCENTER, FIELD_LEADING, FIELD_LEFT, FIELD_RIGHT, FIELD_TOP, FIELD_TRAILING, FIELD_VALIGN_MASK, FIELD_VCENTER, FOCUSABLE, FOCUSABLE_MASK, HIGHLIGHT_FOCUS, HIGHLIGHT_SELECT, NON_FOCUSABLE, NON_SPELLCHECKABLE, READONLY, SPELLCHECKABLE, SPELLCHECKABLE_MASK, STATUS_MOVE_FOCUS_HORIZONTALLY, STATUS_MOVE_FOCUS_VERTICALLY, USE_ALL_HEIGHT, USE_ALL_WIDTH, VISUAL_STATE_ACTIVE, VISUAL_STATE_DISABLED, VISUAL_STATE_DISABLED_FOCUS, VISUAL_STATE_FOCUS, VISUAL_STATE_NORMAL
 
Constructor Summary
BBPanelFormLayout.PanelFormLayoutManager(long style)
           
 
Method Summary
 void dispose()
           
 void doLayout(int width, int height)
           
 Component getAdfmcOwner()
           
 void invalidateControl()
           
 boolean isDisabled()
           
 boolean isFocusable()
           
 void myUpdateLayout()
           
protected  void paint(net.rim.device.api.ui.Graphics g)
           
protected  void paintBackground(net.rim.device.api.ui.Graphics g)
           
 void setDisabled(boolean disabled)
           
 void setHeightInternal(int height)
          Sets the extent to the specified height and forces a relayout of the control.
 void setWidthInternal(int width)
          Sets the extent to the specified width and forces a relayout of the control.
protected  void sublayout(int availableWidth, int availableHeight)
           
protected  void subpaint(net.rim.device.api.ui.Graphics g)
           
 
Methods inherited from class net.rim.device.api.ui.container.VerticalFieldManager
getFieldAtLocation, getPreferredHeight, getPreferredWidth
 
Methods inherited from class net.rim.device.api.ui.Manager
add, addAll, delete, deleteAll, deleteRange, getAccessibleContext, getField, getFieldCount, getFieldWithFocus, getFieldWithFocusIndex, getFocusRect, getHorizontalScroll, getLeafFieldWithFocus, getPreferredHeightOfChild, getPreferredWidthOfChild, getVerticalScroll, getVirtualHeight, getVirtualWidth, getVisibleHeight, getVisibleWidth, insert, invalidate, invalidate, invalidateFieldRange, invokeAction, isDataValid, isDirty, isDownArrowShown, isMuddy, isSelecting, isUpArrowShown, isValidLayout, keyChar, keyControl, keyDown, keyRepeat, keyStatus, keyUp, layout, layoutChild, makeMenu, moveFocus, moveFocus, navigationClick, navigationMovement, navigationUnclick, nextFocus, nextFocus, onFocus, onUndisplay, onUnfocus, paintChild, replace, setDirty, setFieldWithFocus, setFocus, setHorizontalQuantization, setHorizontalScroll, setHorizontalScroll, setPositionChild, setScrollingInertial, setScrollListener, setVerticalQuantization, setVerticalScroll, setVirtualExtent, touchEvent, trackwheelClick, trackwheelUnclick
 
Methods inherited from class net.rim.device.api.ui.Field
applyTheme, assertHaveEventLock, drawFocus, drawHighlightRegion, fieldChangeNotify, focusAdd, focusChangeNotify, focusRemove, getBackground, getBackground, getBorder, getBorder, getBorder, getChangeListener, getContentHeight, getContentLeft, getContentRect, getContentRect, getContentTop, getContentWidth, getContextMenu, getCookie, getExtent, getExtent, getFieldStyle, getFocusListener, getFont, getHeight, getIndex, getLeft, getManager, getMargin, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getOriginal, getPadding, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getScreen, getState, getStyle, getTop, getVisualState, getWidth, invalidateAll, isEditable, isFocus, isPasteable, isSelectable, isSelectionCopyable, isSelectionCutable, isSelectionDeleteable, isSpellCheckable, isStyle, isVisible, makeContextMenu, onDisplay, onExposed, onMenuDismissed, onMenuDismissed, onObscured, onVisibilityChange, paste, select, selectionCopy, selectionCut, selectionDelete, setBackground, setBackground, setBorder, setBorder, setBorder, setBorder, setChangeListener, setCookie, setEditable, setExtent, setFocus, setFocusListener, setFont, setMargin, setMargin, setMinimalWidth, setMuddy, setNonSpellCheckable, setPadding, setPadding, setPosition, setVisualState, trackwheelRoll, updateLayout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.adfnmc.component.ui.INativeUiComponent
isVisible
 

Constructor Detail

BBPanelFormLayout.PanelFormLayoutManager

public BBPanelFormLayout.PanelFormLayoutManager(long style)
Method Detail

isFocusable

public boolean isFocusable()
Specified by:
isFocusable in interface INativeUiComponent
Overrides:
isFocusable in class net.rim.device.api.ui.Manager

sublayout

protected void sublayout(int availableWidth,
                         int availableHeight)
Overrides:
sublayout in class net.rim.device.api.ui.container.VerticalFieldManager

myUpdateLayout

public void myUpdateLayout()

subpaint

protected void subpaint(net.rim.device.api.ui.Graphics g)
Overrides:
subpaint in class net.rim.device.api.ui.container.VerticalFieldManager

paintBackground

protected void paintBackground(net.rim.device.api.ui.Graphics g)
Overrides:
paintBackground in class net.rim.device.api.ui.Field

paint

protected void paint(net.rim.device.api.ui.Graphics g)
Overrides:
paint in class net.rim.device.api.ui.Manager

setDisabled

public void setDisabled(boolean disabled)
Specified by:
setDisabled in interface INativeUiComponent

isDisabled

public boolean isDisabled()
Specified by:
isDisabled in interface INativeUiComponent

dispose

public void dispose()
Specified by:
dispose in interface INativeUiComponent

invalidateControl

public void invalidateControl()
Specified by:
invalidateControl in interface INativeUiComponent

setWidthInternal

public void setWidthInternal(int width)
Sets the extent to the specified width and forces a relayout of the control.

Parameters:
width - - the new width

setHeightInternal

public void setHeightInternal(int height)
Sets the extent to the specified height and forces a relayout of the control.

Parameters:
height - - the new height

doLayout

public void doLayout(int width,
                     int height)
Specified by:
doLayout in interface INativeUiComponent

getAdfmcOwner

public Component getAdfmcOwner()
Specified by:
getAdfmcOwner in interface INativeUiComponent

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.