public class StringClassificationAttributeEditorChip extends AbstractClassificationAttributeEditorChip
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_TEXTAREA |
ADD, ATTRIBUTE_WIDTH, DEFAULT_EDITORWIDTH, DEFAULT_UNIT_WIDTH, REMOVE, UNIT_WIDTHCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
StringClassificationAttributeEditorChip(SessionContext context,
Chip parent,
Map<String,String> xmlAttributes) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
convertValue(Object value)
All non-String values will be converted to a String using their
Object.toString() method. |
protected AbstractAttributeEditorChip |
createValueEditorChip()
Creates a new string editor containing the given initial value.
|
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
protected boolean |
supportUnits()
Returns false.
|
addValue, addValue, containsValidValue, createDescriptionEditor, createDescriptionEditorChip, createUnitEditor, createUnitEditorChip, createValueEditor, getClassAttributeAssignment, getContext, getDefaultUnit, getDescriptionEditorChips, getEditorWidth, getFeature, getMenuEntries, getSelectableUnitsForAttribute, getTooltip, getUnitEditorChips, getUnitEditorWidth, getValueEditorChips, getXmlAttributes, hasUnitEditor, isChanged, isEditable, isMandatory, isMultiValued, isRange, notifyAttributeValueChange, notifyDesciptionEditorChanged, notifyUnitEditorChanged, notifyValueEditorChanged, processEvents, removeValue, setEditable, setFeature, setIsChangedaddEventListener, checkValid, clearInfoMessages, clone, containsDisplayEvent, createMenuEntriesForJS, dispose, errorQueueEmpty, getClipboard, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getFrame, getID, getInfoMessages, getJaloSession, getLocalizedString, getLocalizedString, getLogger, getNameSpace, getNameSpaceFor, getParent, getProposedUniqueName, 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, translateFormFieldToEventValuepublic static final String ATTRIBUTE_TEXTAREA
public StringClassificationAttributeEditorChip(SessionContext context, Chip parent, Map<String,String> xmlAttributes)
public String getJSPURI()
Chipprotected AbstractAttributeEditorChip createValueEditorChip()
createValueEditorChip in class AbstractClassificationAttributeEditorChipprotected Object convertValue(Object value)
Object.toString() method.convertValue in class AbstractClassificationAttributeEditorChipvalue - the value to be converted (if necessary)AbstractClassificationAttributeEditorChip.convertValue(java.lang.Object)protected boolean supportUnits()
supportUnits in class AbstractClassificationAttributeEditorChipAbstractClassificationAttributeEditorChip.supportUnits()Copyright © 2017 SAP SE. All Rights Reserved.