oracle.adfnmc.component.ui
Class BBCommandButton
java.lang.Object
oracle.adfnmc.component.Component
oracle.adfnmc.component.ui.RenderableComponent
oracle.adfnmc.component.ui.Control
oracle.adfnmc.component.ui.BasicControl
oracle.adfnmc.component.ui.BasicFontControl
oracle.adfnmc.component.ui.CommandButton
oracle.adfnmc.component.ui.BBCommandButton
- All Implemented Interfaces:
- RefreshablePropertyObjectOwner, ITestableComponent
public class BBCommandButton
- extends CommandButton
| Fields inherited from class oracle.adfnmc.component.ui.CommandButton |
action, actor, DEFAULT_FOCUSABLE, DEFAULT_FOREGROUNDCOLOR, DEFAULT_ICON, DEFAULT_ICON_POSITION, DEFAULT_TEXT, ICON_POSITION_LEADING, ICON_POSITION_LEADING_VALUE, ICON_POSITION_TRAILING, ICON_POSITION_TRAILING_VALUE, m_actionListener, m_foregroundColorProperty, m_fromToActionListeners, m_hasForegroundColor, m_hasIcon, m_iconPositionProperty, m_iconProperty, m_justificationProperty, m_textProperty, m_verticalJustificationProperty |
| 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.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 |
| Methods inherited from class oracle.adfnmc.component.ui.CommandButton |
addChild, endInit, endInitRenderableProperties, execute, executeAction, getDefaultFocusable, getForegroundColor, getIcon, getIconPosition, getJustification, getText, getValue, getVerticalJustification, hasForegroundColor, inheritBackgroundColor, setForegroundColor, setForegroundColor, setIcon, setIcon, setIconPosition, setJustification, setJustification, setPositionIcon, setRenderProperties, setText, setText, setValue, setVerticalJustification, setVerticalJustification, toString, UIClone |
| Methods inherited from class oracle.adfnmc.component.ui.BasicFontControl |
getFontFamily, getFontFamilyNative, getFontSize, getFontSizeNative, getFontStyle, getFontStyleNative, setFontFamily, setFontFamily, setFontSize, setFontSize, setFontStyle, setFontStyle, updateFont, updateFont, updateFont, updateFontNative |
| Methods inherited from class oracle.adfnmc.component.ui.BasicControl |
getDisabled, getFocusable, getVisible, setDisabled, setDisabled, setDisabledNative, setFocusable, setFocusable, setValue, setVisible, setVisible |
| Methods inherited from class oracle.adfnmc.component.ui.Control |
addChild, addPropertyList, backgroundColorChanged, bindMenus, clipHeight, clipWidth, determineAvailableSpace, disposeProperties, endInitRendered, focusableChanged, gainedFocus, getAlign, getAvailableHeight, getAvailableWidth, getBackgroundColor, getBottom, getControlDepth, getCookie, getDefaultFontFamily, getDefaultFontSize, getDefaultFontStyle, getEmbedded, getFocused, getHeight, getLeft, getMultiRowContainer, getNativeUiComponent, getParentHeightRecursively, getParentWidthRecursively, getRight, getRowNum, getTop, getVerticalAlign, getWidth, hasAlign, hasBackgroundColor, hasHeight, hasLocation, hasVerticalAlign, hasWidth, initCoreUIData, initGeometryData, isAllowedToReceiveFocus, isEmbeddedAndSelected, isLabeled, isNativeUiComponent, isNotRenderable, isWidthPercentage, markDirty, refreshUI, removeFromNativeParent, setAlign, setAlign, setBackgroundColor, setBackgroundColor, setContainer, setCookie, setEmbedded, setHeight, setHeight, setMultiRowContainerParent, setParent, setRowNum, setVerticalAlign, setVerticalAlign, setWidth, setWidth, shiftRowNum, shouldUseParentBackgroundColor, UICloneImpl, updateBackgroundColorNative |
| Methods inherited from class oracle.adfnmc.component.Component |
addChild, beginInit, buildValueExpression, dump, dump, dumpProps, dumpProps, dumpPropsBuffer, getDataValues, getId, getParent, getProps, getScreen, propertyInstanceCreated, refreshProperties, setChild, setChild, setId, setProp, setScreen, toFormattedString, updateRenderer |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BBCommandButton
public BBCommandButton()
render
public void render(java.lang.Object uiparent)
- Specified by:
render in class CommandButton
renderedChangedNative
protected void renderedChangedNative()
- Overrides:
renderedChangedNative in class RenderableComponent
renderNative
protected void renderNative()
- Specified by:
renderNative in class Control
unRenderNative
protected void unRenderNative()
getAlignNative
protected int getAlignNative()
- Specified by:
getAlignNative in class Control
setAlignNative
protected void setAlignNative(int align)
- Specified by:
setAlignNative in class Control
getBackgroundColorNative
protected java.lang.String getBackgroundColorNative()
- Specified by:
getBackgroundColorNative in class Control
setBackgroundColorNative
protected void setBackgroundColorNative(java.lang.String backgroundColor)
- Specified by:
setBackgroundColorNative in class Control
getBottomNative
protected int getBottomNative()
- Specified by:
getBottomNative in class Control
getFocusableNative
protected boolean getFocusableNative()
- Specified by:
getFocusableNative in class BasicControl
setFocusableNative
protected void setFocusableNative(boolean focusable)
- Specified by:
setFocusableNative in class BasicControl
getFocusedNative
protected boolean getFocusedNative()
- Specified by:
getFocusedNative in class Control
getForegroundColorNative
protected java.lang.String getForegroundColorNative()
- Specified by:
getForegroundColorNative in class CommandButton
setForegroundColorNative
protected void setForegroundColorNative(java.lang.String foregroundColor)
- Specified by:
setForegroundColorNative in class CommandButton
getHeightNative
protected int getHeightNative()
- Specified by:
getHeightNative in class Control
setHeightNative
protected void setHeightNative(int height)
- Specified by:
setHeightNative in class Control
getJustificationNative
protected int getJustificationNative()
- Specified by:
getJustificationNative in class CommandButton
setJustificationNative
protected void setJustificationNative(int justification)
- Specified by:
setJustificationNative in class CommandButton
getTextNative
protected java.lang.String getTextNative()
- Specified by:
getTextNative in class CommandButton
setTextNative
protected void setTextNative(java.lang.String text)
- Specified by:
setTextNative in class CommandButton
getLeftNative
protected int getLeftNative()
- Specified by:
getLeftNative in class Control
getRightNative
protected int getRightNative()
- Specified by:
getRightNative in class Control
getTopNative
protected int getTopNative()
- Specified by:
getTopNative in class Control
getVerticalAlignNative
protected int getVerticalAlignNative()
- Specified by:
getVerticalAlignNative in class Control
setVerticalAlignNative
protected void setVerticalAlignNative(int verticalAlign)
- Specified by:
setVerticalAlignNative in class Control
getVerticalJustificationNative
protected int getVerticalJustificationNative()
- Specified by:
getVerticalJustificationNative in class CommandButton
setVerticalJustificationNative
protected void setVerticalJustificationNative(int verticalJustification)
- Specified by:
setVerticalJustificationNative in class CommandButton
getVisibleNative
protected boolean getVisibleNative()
- Specified by:
getVisibleNative in class BasicControl
setVisibleNative
protected void setVisibleNative(boolean visible)
- Specified by:
setVisibleNative in class BasicControl
getWidthNative
protected int getWidthNative()
- Specified by:
getWidthNative in class Control
setWidthNative
protected void setWidthNative(int width)
- Specified by:
setWidthNative in class Control
updateLayoutNative
public void updateLayoutNative(int availableWidth,
int availableHeight)
setFocus
public boolean setFocus()
- Specified by:
setFocus in class Control
setIconNative
protected void setIconNative(java.lang.String icon)
- Specified by:
setIconNative in class CommandButton
setIconPositionNative
protected void setIconPositionNative(java.lang.String iconPosition)
- Specified by:
setIconPositionNative in class CommandButton
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.