Package org.teamapps.ux.component.field
Class ImageField
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<java.lang.String>
org.teamapps.ux.component.field.ImageField
- All Implemented Interfaces:
ClientObject,Component
public class ImageField extends AbstractField<java.lang.String>
-
Field Summary
Fields inherited from class org.teamapps.ux.component.field.AbstractField
onValueChanged, onVisibilityChanged -
Constructor Summary
Constructors Constructor Description ImageField() -
Method Summary
Modifier and Type Method Description org.teamapps.dto.UiImageFieldcreateUiComponent()org.teamapps.common.format.ColorgetBackgroundColor()BordergetBorder()LengthgetHeight()ImageSizinggetImageSizing()LengthgetWidth()voidsetBackgroundColor(org.teamapps.common.format.Color backgroundColor)ImageFieldsetBorder(Border border)ImageFieldsetHeight(Length height)ImageFieldsetImageSizing(ImageSizing imageSizing)ImageFieldsetWidth(Length width)Methods inherited from class org.teamapps.ux.component.field.AbstractField
addCustomFieldMessage, addValidator, applyValueFromUi, clearCustomFieldMessages, convertUiValueToUxValue, convertUxValueToUiValue, focus, getCustomFieldMessages, getDefaultMessagePosition, getDefaultMessageVisibility, getEditingMode, getFieldMessages, getMaxFieldMessageSeverity, getValidators, getValue, handleUiEvent, isEmpty, isRequired, isValid, isValueChangedByClient, mapAbstractFieldAttributesToUiField, removeCustomFieldMessage, removeValidator, setAndLockValue, setCustomFieldMessages, setDefaultMessagePosition, setDefaultMessageVisibility, setEditingMode, setRequired, setValue, setVisible, validateMethods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, toString, unrender
-
Constructor Details
-
ImageField
public ImageField()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiImageField createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getBorder
-
setBorder
-
getImageSizing
-
setImageSizing
-
getBackgroundColor
public org.teamapps.common.format.Color getBackgroundColor() -
setBackgroundColor
public void setBackgroundColor(org.teamapps.common.format.Color backgroundColor)
-