@Component(tag="memobox", widgetClass="Memobox", parentTag="*") public class Memobox extends BaseInputboxComponent<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
Memobox.WrapMode
Wrap mode for memo box.
|
BaseComponent.SubComponent| Constructor and Description |
|---|
Memobox() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
_toString(String value)
Converts a value to a string.
|
protected String |
_toValue(String value)
Converts a string value to this component's value type.
|
int |
getCols()
Returns the visible width of the input area in characters.
|
int |
getRows()
Returns the visible number of rows in the input area.
|
boolean |
getSynchronized()
Returns the synchronization flag.
|
Memobox.WrapMode |
getWrap()
Returns the wrap mode.
|
boolean |
isAutoScroll()
Returns the auto-scroll setting.
|
void |
setAutoScroll(boolean autoScroll)
Sets the auto-scroll setting.
|
void |
setCols(int cols)
Sets the visible width of the input area in characters.
|
void |
setRows(int rows)
Sets the visible number of rows in the input area.
|
void |
setSynchronized(boolean synchronize)
Sets the synchronization flag.
|
void |
setWrap(Memobox.WrapMode wrap)
Sets the wrap mode.
|
getMaxLength, getMaxValue, getMinValue, getPattern, getPlaceholder, isReadonly, isRequired, selectAll, selectRange, setMaxLength, setMaxValue, setMinValue, setPattern, setPlaceholder, setReadonly, setRequired_getValue, _onChange, _setValue, _setValue, _toClient, clear, getValue, setValue_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, removeClass, removeMask, removeStyle, 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, addEventListener, addEventListener, addEventListener, addEventListener, afterAddChild, afterSetParent, areEqual, beforeAddChild, beforeRemoveChild, beforeSetParent, bringToFront, defaultify, destroy, destroyChildren, detach, finalize, findAttribute, findByName, findByName, findChildByData, findChildByLabel, fireEvent, fireEvent, getAncestor, getAncestor, getAttribute, getAttribute, getAttribute, getAttributes, getChild, getChildAt, getChildCount, getChildCount, getChildren, getChildren, getContent, getData, getData, getDefinition, getFirstChild, getId, getIndex, getLastChild, getName, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, hasAttribute, hasEventListener, hasEventListener, invoke, invoke, invokeIfAttached, isAncestor, isContainer, isContentSynced, isDead, isNamespace, notifyAncestors, notifyDescendants, nullify, onAttach, onDestroy, removeAttribute, removeChild, removeEventForward, removeEventForward, removeEventListener, removeEventListener, removeEventListener, removeEventListener, setAttribute, setContent, setContentSynced, setData, setIndex, setName, setParent, sub, swapChildren, sync, toString, trimify, validate, validate, validateChild, validateIsChild, validatePage, validateParent, wireController@Component.PropertyGetter(value="synchronized") public boolean getSynchronized()
BaseInputboxComponentgetSynchronized in class BaseInputboxComponent<String>@Component.PropertySetter(value="synchronized") public void setSynchronized(boolean synchronize)
BaseInputboxComponentsetSynchronized in class BaseInputboxComponent<String>synchronize - The synchronization flag.@Component.PropertyGetter(value="autoScroll") public boolean isAutoScroll()
@Component.PropertySetter(value="autoScroll") public void setAutoScroll(boolean autoScroll)
autoScroll - The auto-scroll setting.@Component.PropertyGetter(value="wrap") public Memobox.WrapMode getWrap()
Memobox.WrapMode@Component.PropertySetter(value="wrap") public void setWrap(Memobox.WrapMode wrap)
wrap - The wrap mode.Memobox.WrapMode@Component.PropertyGetter(value="cols") public int getCols()
@Component.PropertySetter(value="cols") public void setCols(int cols)
cols - The visible width of the input area in characters.@Component.PropertyGetter(value="rows") public int getRows()
@Component.PropertySetter(value="rows") public void setRows(int rows)
rows - The visible number of rows in the input area.protected String _toValue(String value)
BaseInputComponent_toValue in class BaseInputComponent<String>value - String value to convert.protected String _toString(String value)
BaseInputComponent_toString in class BaseInputComponent<String>value - The value to convert.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.