public interface InternalField
extends org.zkoss.zk.ui.Component
AdvancedLookupField
.Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the value of the field.
|
void |
clearErrorMessage()
Clears the last error message.
|
IntelligentField.ElementType |
getElementType() |
Object |
getObjectValue() |
com.saperion.intf.SaPropertyValue |
getPropertyValue() |
int |
getTabindex() |
String |
getText() |
boolean |
isDisabled() |
boolean |
isReadonly() |
boolean |
isValid() |
void |
setDisabled(boolean disabled)
Sets the disabled-state of the field.
|
void |
setObjectValue(Object value)
Sets the field's value.
|
void |
setPlaceholder(String placeholder)
Sets the placeholder-text.
|
void |
setPropertyValue(com.saperion.intf.SaPropertyValue value)
Sets the field's value.
|
default void |
setPropertyValue(com.saperion.intf.SaPropertyValue value,
String separator)
Sets the field's value.
|
void |
setReadonly(boolean readonly)
Sets the readonly-state of the field.
|
void |
setTabindex(int index)
Sets the tabindex of the field.
|
void |
setText(String text)
Sets the field's value as text.
|
void |
smartUpdate(String attr,
Object value)
Updates the specified attribute.
|
void |
validate(Object value)
Validates the value.
|
addEventListener, addEventListener, addForward, addForward, addForward, addForward, appendChild, applyProperties, clone, detach, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getChildren, getClientAttribute, getClientDataAttribute, getDefinition, getDesktop, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getShadowVariable, getShadowVariable, getSpaceOwner, getStubonly, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, insertBefore, invalidate, isInvalidated, isListenerAvailable, isVisible, query, queryAll, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setTemplate, setVisible, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride
void setObjectValue(Object value)
Collection
.value
- new value to setvoid setPropertyValue(com.saperion.intf.SaPropertyValue value)
value
- new value to setcom.saperion.intf.SaPropertyValue getPropertyValue()
SaPropertyValue
.default void setPropertyValue(com.saperion.intf.SaPropertyValue value, String separator)
value
- new value to setseparator
- use if value contains more than one value which needs to be appendedObject getObjectValue()
void smartUpdate(String attr, Object value)
attr
- name of the attributevalue
- new value of the attributevoid validate(Object value)
value
- value to validatevoid clear()
IntelligentField.ElementType getElementType()
IntelligentField.ElementType
of the fieldvoid setTabindex(int index)
index
- the tabindexint getTabindex()
String getText()
void setText(String text)
text
- value as textboolean isReadonly()
boolean isDisabled()
void setDisabled(boolean disabled)
disabled
- disabled statevoid setReadonly(boolean readonly)
readonly
- readonly stateboolean isValid()
void clearErrorMessage()
void setPlaceholder(String placeholder)
placeholder
- the placeholder textInputElement.setPlaceholder(String)
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.