public class ElementStepPane extends ElementUI
autoEnable, autoHide, EVENT_ELEMENT_ACTIVATE, EVENT_ELEMENT_INACTIVATE, log| Constructor and Description |
|---|
ElementStepPane()
Create the UI components that comprise this UI element.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyColor()
Apply color changes to button and pane only.
|
protected void |
applyHint()
Provides a default implementation for setting the hint text of a UI element.
|
protected void |
bind()
Add the UI components of the child pane to their respective parent components in the view.
|
void |
bringToFront()
Brings this UI element to the front of the UI by making it the active pane.
|
String |
getIcon()
Returns the button image url.
|
String |
getInstanceName()
Returns the instance name to use in the designer.
|
String |
getLabel()
Returns the button label.
|
protected void |
setDesignContextMenu(org.fujion.component.Menupopup contextMenu)
Overrides the default behavior to also target the button component.
|
void |
setEnabled(boolean enabled)
Sets the enabled state of the component.
|
void |
setIcon(String value)
Sets the button image from a url.
|
void |
setLabel(String value)
Sets the button label.
|
protected void |
unbind()
Detach the UI components of the child pane the UI.
|
protected void |
updateVisibility(boolean visible,
boolean activated)
Override to set the visibility of wrapped components.
|
activate, activateChildren, addTrigger, afterAddChild, afterMoveChild, afterParentChanged, afterRemoveChild, applyColor, applyHint, associateComponent, beforeParentChanged, createFromTemplate, createFromTemplate, createFromTemplate, destroy, fullSize, getAssociatedElement, getColor, getDesignContextMenu, getFirstVisibleChild, getHint, getInnerComponent, getLastVisibleChild, getMaskMode, getMaskTarget, getNextSibling, getOuterComponent, getParent, getRoot, getTemplateUrl, getTriggers, hasVisibleElements, isActivated, isVisible, rebindChildren, removeTrigger, setColor, setDesignContextMenu, setDesignMode, setHint, setInnerComponent, setMaskMode, setOuterComponent, setVisible, updateState, updateVisibilityabout, addChild, addChild, afterInitialize, beforeAddChild, beforeInitialize, beforeRemoveChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, editProperties, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildCount, getChildren, getChildren, getDefinition, getDisplayName, getEventManager, getFirstChild, getIndex, getLastChild, getPropEditClass, getRejectReason, getSerializableChildren, hasAncestor, hasChild, indexOfChild, isContainer, isDesignMode, isEnabled, isLocked, listenToChild, listenToParent, moveChild, moveChild, notifyChildren, notifyParent, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setDefinition, setDefinition, setIndex, setLocked, setParent, setRejectReason, updateParentStatepublic ElementStepPane()
protected void bind()
bind in class ElementUIElementUI.bind()protected void unbind()
unbind in class ElementUIElementUI.unbind()public void bringToFront()
bringToFront in class ElementUIElementUI.bringToFront()public String getInstanceName()
getInstanceName in class ElementBaseElementBase.getInstanceName()protected void applyColor()
applyColor in class ElementUIElementUI.applyColor()protected void setDesignContextMenu(org.fujion.component.Menupopup contextMenu)
setDesignContextMenu in class ElementUIcontextMenu - The design menu if design mode is activated, or null if it is not.protected void updateVisibility(boolean visible,
boolean activated)
ElementUIupdateVisibility in class ElementUIvisible - The current visibility state.activated - The current activation state.public void setEnabled(boolean enabled)
ElementBasesetEnabled in class ElementBaseenabled - The enabled state.public String getLabel()
public void setLabel(String value)
value - The label value.protected void applyHint()
ElementUIpublic String getIcon()
public void setIcon(String value)
value - Url for the button image. May be null or empty.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.