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
-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered
-
-
Constructor Summary
Constructors Constructor Description ImageField()
-
Method Summary
All Methods Instance Methods Concrete Methods 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, addCustomFieldMessage, addValidator, applyValueFromUi, clearCustomFieldMessages, clearValidatorMessages, 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, setRequiredIfVisibleAndEditable, setValue, setValueChangedByClient, setVisible, validate
-
Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, toggleCssClass, toString, unrender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.ClientObject
handleUiQuery
-
Methods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
-
-
-
Method Detail
-
createUiComponent
public org.teamapps.dto.UiImageField createUiComponent()
- Specified by:
createUiComponentin classAbstractComponent
-
getWidth
public Length getWidth()
-
setWidth
public ImageField setWidth(Length width)
-
getHeight
public Length getHeight()
-
setHeight
public ImageField setHeight(Length height)
-
getBorder
public Border getBorder()
-
setBorder
public ImageField setBorder(Border border)
-
getImageSizing
public ImageSizing getImageSizing()
-
setImageSizing
public ImageField setImageSizing(ImageSizing imageSizing)
-
getBackgroundColor
public org.teamapps.common.format.Color getBackgroundColor()
-
setBackgroundColor
public void setBackgroundColor(org.teamapps.common.format.Color backgroundColor)
-
-