P - The type of label positioning that is supported.public abstract class BaseLabeledComponent<P extends BaseLabeledComponent.ILabelPosition> extends BaseUIComponent implements ILabeled
| Modifier and Type | Class and Description |
|---|---|
static interface |
BaseLabeledComponent.ILabelPosition
Position specifier for label.
|
static class |
BaseLabeledComponent.LabelPositionAll
Specifier for all label positions.
|
static class |
BaseLabeledComponent.LabelPositionHorz
Horizontal position specifier.
|
static class |
BaseLabeledComponent.LabelPositionNone
Specifier for fixed label position.
|
BaseComponent.SubComponentlog| Modifier | Constructor and Description |
|---|---|
protected |
BaseLabeledComponent() |
protected |
BaseLabeledComponent(String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Returns the value of the label.
|
protected P |
getPosition()
Returns the label position.
|
void |
setLabel(String label)
Sets the value of the label.
|
protected void |
setPosition(P position)
Sets the label position.
|
_syncClasses, _syncStyles, addClass, addMask, addMask, addMask, addStyle, addStyles, afterRemoveChild, focus, getBalloon, getClasses, getContext, getCss, getDragid, getDropid, getFirstVisibleChild, getFirstVisibleChild, getFlex, getHeight, getHint, getKeycapture, getPopup, getStyle, getStyles, getTabindex, getWidth, hide, isDisabled, isVisible, onDestroyTracked, print, print, removeClass, removeMask, removeStyle, reportSize, scrollIntoView, setBalloon, setClasses, setContext, setCss, setDisabled, setDragid, setDropid, setFlex, setFocus, setHeight, setHint, setKeycapture, setPopup, setStyles, setTabindex, setVisible, setWidth, show, toggleClass_attach, _initProps, addChild, addChild, addChild, addChildren, addEventForward, addEventForward, addEventForward, addEventForward, addEventListener, addEventListener, addEventListener, addEventListener, afterAddChild, afterSetParent, areEqual, beforeAddChild, beforeRemoveChild, beforeSetParent, bind, bringToFront, defaultify, destroy, destroyChildren, detach, finalize, findAllNamed, findAttribute, findByName, findByName, findChildByData, findChildByLabel, fireEvent, fireEvent, fireEventToClient, fireEventToClient, getAncestor, getAncestor, getAttribute, getAttribute, getAttribute, getAttributes, getChild, getChildAt, getChildCount, getChildCount, getChildren, getChildren, getContent, getController, getControllers, getData, getData, getDefinition, getFirstChild, getId, getIndex, getLastChild, getName, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, hasAttribute, hasEventListener, hasEventListener, invoke, invoke, invoke, invoke, invokeIfAttached, isAncestor, isContainer, isContentSynced, isDead, isNamespace, isRendered, notifyAncestors, notifyDescendants, nullify, onAttach, onDestroy, propertyChange, removeAttribute, removeChild, removeEventForward, removeEventForward, removeEventForward, removeEventForward, removeEventListener, removeEventListener, removeEventListener, removeEventListener, setAttribute, setContent, setContentSynced, setData, setIndex, setName, setParent, sub, swapChildren, swapTrackedComponents, sync, toString, trackComponent, trimify, untrackComponent, validate, validate, validateChild, validateIsChild, validatePage, validateParent, wireControllerclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waittransformForClientprotected BaseLabeledComponent()
protected BaseLabeledComponent(String label)
@Component.PropertyGetter(value="label", description="The text label.") public String getLabel()
ILabeled@Component.PropertySetter(value="label", description="The text label.") public void setLabel(String label)
ILabeledprotected P getPosition()
protected void setPosition(P position)
position - The label position.Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.