Package org.teamapps.dto
Class UiComponentField
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiField
org.teamapps.dto.UiComponentField
- All Implemented Interfaces:
UiObject
public class UiComponentField extends UiField implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiComponentField.SetBackgroundColorCommandstatic classUiComponentField.SetBorderCommandstatic classUiComponentField.SetComponentCommandstatic classUiComponentField.SetSizeCommandNested classes/interfaces inherited from class org.teamapps.dto.UiField
UiField.FocusCommand, UiField.SetEditingModeCommand, UiField.SetFieldMessagesCommand, UiField.SetValueCommand, UiField.ValueChangedEventNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected UiBorderborderprotected UiClientObjectReferencecomponentprotected intheightprotected intwidth -
Constructor Summary
Constructors Constructor Description UiComponentField() -
Method Summary
Modifier and Type Method Description java.lang.StringgetBackgroundColor()UiBordergetBorder()UiClientObjectReferencegetComponent()intgetHeight()UiObjectTypegetUiObjectType()intgetWidth()UiComponentFieldsetBackgroundColor(java.lang.String backgroundColor)UiComponentFieldsetBorder(UiBorder border)UiComponentFieldsetComponent(UiClientObjectReference component)UiComponentFieldsetDebuggingId(java.lang.String debuggingId)UiComponentFieldsetEditingMode(UiFieldEditingMode editingMode)UiComponentFieldsetFieldMessages(java.util.List<UiFieldMessage> fieldMessages)UiComponentFieldsetHeight(int height)UiComponentFieldsetId(java.lang.String id)UiComponentFieldsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiComponentFieldsetValue(java.lang.Object value)UiComponentFieldsetVisible(boolean visible)UiComponentFieldsetWidth(int width)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisible
-
Field Details
-
component
-
width
protected int width -
height
protected int height -
border
-
backgroundColor
protected java.lang.String backgroundColor
-
-
Constructor Details
-
UiComponentField
public UiComponentField()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString() -
getComponent
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getBorder
-
getBackgroundColor
public java.lang.String getBackgroundColor() -
setId
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiField
-
setVisible
- Overrides:
setVisiblein classUiField
-
setStylesBySelector
public UiComponentField setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiField
-
setEditingMode
- Overrides:
setEditingModein classUiField
-
setValue
-
setFieldMessages
- Overrides:
setFieldMessagesin classUiField
-
setComponent
-
setWidth
-
setHeight
-
setBorder
-
setBackgroundColor
-