public class ByteEditorChip extends NumberEditorChip
Byte.SET_VALUECUSTOM, DEFAULT_HEIGHTCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
ByteEditorChip(DisplayState displayState,
Chip parent) |
ByteEditorChip(DisplayState displayState,
Chip parent,
java.lang.Byte value) |
ByteEditorChip(DisplayState displayState,
Chip parent,
java.lang.Byte value,
boolean isPercent,
int maxFractionDigits,
int minFractionDigits)
Deprecated.
since ages - please use
ByteEditorChip(DisplayState, Chip, Byte) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Byte |
getByteValue() |
byte |
getDefaultValue() |
static java.lang.String |
getEditorType() |
java.lang.String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
byte |
getMaxValue() |
byte |
getMinValue() |
boolean |
isDropDown() |
protected java.lang.Object |
parse(java.lang.String value)
Parses the given String into an Object.
|
void |
setDefaultValue(byte defaultValue) |
void |
setDropDown(boolean dropdown) |
void |
setMaxValue(byte maxValue) |
void |
setMinValue(byte minValue) |
protected java.lang.String |
toString(java.lang.Object value)
Returns the given value as String.
|
convertValue, getNumberFormat, getNumberPattern, isChanged, setNumberFormat, setNumberPattern, setParametersgetAcceptedEvents, getQuotedStringValue, getStringValue, isAjaxUpdatable, isAlignRight, isDBEncrypted, isEncoded, processEvents, setAlignRight, setEncodedaddAttributeValueChangeListener, checkValid, clearError, containsValidValue, convertAndSetValue, getAttributeChip, getAttributeDescriptor, getAttributeValueChangeListeners, getFieldID, getHeight, getInitialValue, getLastInvalidValue, getMaxLength, getParameters, getParentEditorChip, getProposedUniqueName, getValue, getWidth, 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 ByteEditorChip(DisplayState displayState, Chip parent, java.lang.Byte value)
public ByteEditorChip(DisplayState displayState, Chip parent)
@Deprecated public ByteEditorChip(DisplayState displayState, Chip parent, java.lang.Byte value, boolean isPercent, int maxFractionDigits, int minFractionDigits)
ByteEditorChip(DisplayState, Chip, Byte)public java.lang.Byte getByteValue()
protected java.lang.Object parse(java.lang.String value)
throws java.text.ParseException
StringLayoutChipparse in class StringLayoutChipjava.text.ParseExceptionprotected java.lang.String toString(java.lang.Object value)
StringLayoutChiptoString in class StringLayoutChippublic void setDropDown(boolean dropdown)
public boolean isDropDown()
public java.lang.String getJSPURI()
ChipgetJSPURI in interface ChipgetJSPURI in class StringLayoutChippublic void setMinValue(byte minValue)
public byte getMinValue()
public void setMaxValue(byte maxValue)
public byte getMaxValue()
public void setDefaultValue(byte defaultValue)
public byte getDefaultValue()
public static java.lang.String getEditorType()
Copyright © 2017 SAP SE. All Rights Reserved.