Package org.teamapps.dto
Class UiElegantPanel
- java.lang.Object
-
- org.teamapps.dto.UiClientObject
-
- org.teamapps.dto.UiComponent
-
- org.teamapps.dto.UiElegantPanel
-
- All Implemented Interfaces:
UiObject
public class UiElegantPanel extends UiComponent 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 classUiElegantPanel.SetContentCommand-
Nested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbodyBackgroundColorprotected UiClientObjectReferencecontentprotected UiHorizontalElementAlignmenthorizontalContentAlignmentprotected intmaxContentWidthprotected UiSpacingpadding-
Fields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visible
-
Fields inherited from class org.teamapps.dto.UiClientObject
id
-
-
Constructor Summary
Constructors Constructor Description UiElegantPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBodyBackgroundColor()UiClientObjectReferencegetContent()UiHorizontalElementAlignmentgetHorizontalContentAlignment()intgetMaxContentWidth()UiSpacinggetPadding()UiObjectTypegetUiObjectType()UiElegantPanelsetAttributesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributesBySelector)UiElegantPanelsetBodyBackgroundColor(java.lang.String bodyBackgroundColor)UiElegantPanelsetClassNamesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> classNamesBySelector)UiElegantPanelsetContent(UiClientObjectReference content)UiElegantPanelsetDebuggingId(java.lang.String debuggingId)UiElegantPanelsetHorizontalContentAlignment(UiHorizontalElementAlignment horizontalContentAlignment)UiElegantPanelsetId(java.lang.String id)UiElegantPanelsetMaxContentWidth(int maxContentWidth)UiElegantPanelsetPadding(UiSpacing padding)UiElegantPanelsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiElegantPanelsetVisible(boolean visible)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisible
-
Methods inherited from class org.teamapps.dto.UiClientObject
getId
-
-
-
-
Field Detail
-
bodyBackgroundColor
protected java.lang.String bodyBackgroundColor
-
content
protected UiClientObjectReference content
-
padding
protected UiSpacing padding
-
horizontalContentAlignment
protected UiHorizontalElementAlignment horizontalContentAlignment
-
maxContentWidth
protected int maxContentWidth
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiComponent
-
getBodyBackgroundColor
public java.lang.String getBodyBackgroundColor()
-
getContent
public UiClientObjectReference getContent()
-
getPadding
public UiSpacing getPadding()
-
getHorizontalContentAlignment
public UiHorizontalElementAlignment getHorizontalContentAlignment()
-
getMaxContentWidth
public int getMaxContentWidth()
-
setId
public UiElegantPanel setId(java.lang.String id)
- Overrides:
setIdin classUiComponent
-
setDebuggingId
public UiElegantPanel setDebuggingId(java.lang.String debuggingId)
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
public UiElegantPanel setVisible(boolean visible)
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiElegantPanel setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
public UiElegantPanel setClassNamesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> classNamesBySelector)
- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
public UiElegantPanel setAttributesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributesBySelector)
- Overrides:
setAttributesBySelectorin classUiComponent
-
setBodyBackgroundColor
public UiElegantPanel setBodyBackgroundColor(java.lang.String bodyBackgroundColor)
-
setContent
public UiElegantPanel setContent(UiClientObjectReference content)
-
setPadding
public UiElegantPanel setPadding(UiSpacing padding)
-
setHorizontalContentAlignment
public UiElegantPanel setHorizontalContentAlignment(UiHorizontalElementAlignment horizontalContentAlignment)
-
setMaxContentWidth
public UiElegantPanel setMaxContentWidth(int maxContentWidth)
-
-