Package org.teamapps.dto
Class UiButton
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiField
org.teamapps.dto.UiButton
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiField
UiField.BlurEvent, UiField.FocusCommand, UiField.FocusGainedEvent, UiField.SetEditingModeCommand, UiField.SetFieldMessagesCommand, UiField.SetValueCommand, UiField.ValueChangedEventNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiClientObjectReferenceprotected intprotected intprotected Stringprotected booleanprotected UiTemplateprotected ObjectFields inherited from class org.teamapps.dto.UiField
editingMode, fieldMessages, valueFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
ConstructorsConstructorDescriptionUiButton()Deprecated.Only for Jackson deserialization.UiButton(UiTemplate template, Object templateRecord) -
Method Summary
Modifier and TypeMethodDescriptionintintbooleansetDebuggingId(String debuggingId) setDropDownComponent(UiClientObjectReference dropDownComponent) setEditingMode(UiFieldEditingMode editingMode) setFieldMessages(List<UiFieldMessage> fieldMessages) setMinDropDownHeight(int minDropDownHeight) setMinDropDownWidth(int minDropDownWidth) setOnClickJavaScript(String onClickJavaScript) setOpenDropDownIfNotSet(boolean openDropDownIfNotSet) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.UiField
getEditingMode, getFieldMessages, getValueMethods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
template
-
templateRecord
-
minDropDownWidth
protected int minDropDownWidth -
minDropDownHeight
protected int minDropDownHeight -
openDropDownIfNotSet
protected boolean openDropDownIfNotSet -
dropDownComponent
-
onClickJavaScript
-
-
Constructor Details
-
UiButton
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiButton
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
-
getTemplate
-
getTemplateRecord
-
getMinDropDownWidth
public int getMinDropDownWidth() -
getMinDropDownHeight
public int getMinDropDownHeight() -
getOpenDropDownIfNotSet
public boolean getOpenDropDownIfNotSet() -
getDropDownComponent
-
getOnClickJavaScript
-
setId
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiField
-
setVisible
- Overrides:
setVisiblein classUiField
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiField
-
setClassNamesBySelector
- Overrides:
setClassNamesBySelectorin classUiField
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classUiField
-
setEditingMode
- Overrides:
setEditingModein classUiField
-
setValue
-
setFieldMessages
- Overrides:
setFieldMessagesin classUiField
-
setMinDropDownWidth
-
setMinDropDownHeight
-
setOpenDropDownIfNotSet
-
setDropDownComponent
-
setOnClickJavaScript
-