Class UiElegantPanel
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiElegantPanel
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiClientObjectReferenceprotected UiHorizontalElementAlignmentprotected intprotected UiSpacingFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintsetBodyBackgroundColor(String bodyBackgroundColor) setContent(UiClientObjectReference content) setDebuggingId(String debuggingId) setHorizontalContentAlignment(UiHorizontalElementAlignment horizontalContentAlignment) setMaxContentWidth(int maxContentWidth) setPadding(UiSpacing padding) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
bodyBackgroundColor
-
-
padding
-
horizontalContentAlignment
-
maxContentWidth
protected int maxContentWidth
-
-
Constructor Details
-
UiElegantPanel
public UiElegantPanel()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
- Overrides:
toStringin classUiComponent
-
getBodyBackgroundColor
-
getContent
-
getPadding
-
getHorizontalContentAlignment
-
getMaxContentWidth
public int getMaxContentWidth() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classUiComponent
-
setBodyBackgroundColor
-
setContent
-
setPadding
-
setHorizontalContentAlignment
public UiElegantPanel setHorizontalContentAlignment(UiHorizontalElementAlignment horizontalContentAlignment) -
setMaxContentWidth
-