public abstract class TextAreaLayoutChip extends StringLayoutChip
| Modifier and Type | Field and Description |
|---|---|
static String |
SET_BASE64 |
static String |
SET_TEXTAREA |
SET_VALUECUSTOM, DEFAULT_HEIGHTCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
TextAreaLayoutChip(DisplayState displayState,
Chip parent)
Constructor for creating a new attribute chip for input of not inheritable values.
|
TextAreaLayoutChip(DisplayState displayState,
Chip parent,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Set |
getAcceptedEvents() |
Integer |
getCols() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
Integer |
getRows() |
boolean |
isBase64() |
boolean |
isExpanded() |
boolean |
isMultiLine()
If the text represented by this chip contains more than one line, true is returned.
|
boolean |
isWrapping() |
void |
processEvents(Map events)
Converts and sets the given string value by calling
AbstractAttributeEditorChip.convertAndSetValue(Object)
. |
void |
setBase64(boolean base64) |
void |
setCols(Integer cols) |
void |
setExpanded(boolean value) |
void |
setParameters(Map parameters)
Sets the parameters which where provided by the xml configuration.
|
void |
setRows(Integer rows) |
void |
setWrapping(boolean value) |
convertValue, getQuotedStringValue, getStringValue, isAjaxUpdatable, isAlignRight, isDBEncrypted, isEncoded, parse, setAlignRight, setEncoded, toStringaddAttributeValueChangeListener, checkValid, clearError, containsValidValue, convertAndSetValue, getAttributeChip, getAttributeDescriptor, getAttributeValueChangeListeners, getEditorType, getFieldID, getHeight, getInitialValue, getLastInvalidValue, getMaxLength, getParameters, getParentEditorChip, getProposedUniqueName, getValue, getWidth, isChanged, isEditable, isInitialized, isOptional, notifyAttributeValueChangeListeners, removeAttributeValueChangeListener, setAttributeDescriptor, setEditable, setError, setFieldID, setHeight, setInitialValue, setMaxLength, setOptional, setValidValue, setValue, setWidth, valuesAreDifferentaddEventListener, clearInfoMessages, clone, containsDisplayEvent, createMenuEntriesForJS, dispose, errorQueueEmpty, getClipboard, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getFrame, getID, getInfoMessages, getJaloSession, getLocalizedString, getLocalizedString, getLogger, getMenuEntries, getNameSpace, getNameSpaceFor, getParent, getProposedUniqueNameFor, getRequestFocus, getSessionIdentifier, getStringValue, getUniqueName, getWindow, goFullScreen, hasVisibleContextMenuEntries, isButtonPushed, isButtonPushed, isErrorQueueEmpty, isValid, leaveFullScreen, notifyEventListeners, notifyEventListeners, postErrorMessage, postInfoMessage, postWindowEvent, refresh, refreshChild, registerUniqueName, removeEventListener, removeInfoMessage, render, render, setClipboard, setParent, setRequestFocus, setValid, setWindowStatus, translateFormFieldToEventName, translateFormFieldToEventValueequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEventListener, checkValid, dispose, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getID, getJaloSession, getMenuEntries, getParent, getUniqueName, goFullScreen, isValid, leaveFullScreen, registerUniqueName, removeEventListener, render, translateFormFieldToEventName, translateFormFieldToEventValuepublic static final String SET_TEXTAREA
public static final String SET_BASE64
public TextAreaLayoutChip(DisplayState displayState, Chip parent)
displayState - The current displaystate this chip belongs to.parent - The parent chip.public TextAreaLayoutChip(DisplayState displayState, Chip parent, String value)
public Set getAcceptedEvents()
getAcceptedEvents in interface EventCheckingChipgetAcceptedEvents in class StringLayoutChippublic void processEvents(Map events)
StringLayoutChipAbstractAttributeEditorChip.convertAndSetValue(Object)
.processEvents in interface ChipprocessEvents in class StringLayoutChippublic boolean isMultiLine()
public String getJSPURI()
ChipgetJSPURI in interface ChipgetJSPURI in class StringLayoutChippublic void setRows(Integer rows)
public Integer getRows()
public void setCols(Integer cols)
public Integer getCols()
public void setExpanded(boolean value)
public boolean isExpanded()
public boolean isWrapping()
public void setWrapping(boolean value)
public boolean isBase64()
public void setBase64(boolean base64)
public void setParameters(Map parameters)
AbstractAttributeEditorChipsetParameters in class StringLayoutChipparameters - the parameters which where provided by the xml configuration.Copyright © 2017 SAP SE. All Rights Reserved.