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.SetContentCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbodyBackgroundColorprotected UiClientObjectReferencecontentprotected UiHorizontalElementAlignmenthorizontalContentAlignmentprotected intmaxContentWidthprotected UiSpacingpadding -
Constructor Summary
Constructors Constructor Description UiElegantPanel() -
Method Summary
Modifier and Type Method Description java.lang.StringgetBodyBackgroundColor()UiClientObjectReferencegetContent()UiHorizontalElementAlignmentgetHorizontalContentAlignment()intgetMaxContentWidth()UiSpacinggetPadding()UiObjectTypegetUiObjectType()UiElegantPanelsetBodyBackgroundColor(java.lang.String bodyBackgroundColor)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
getDebuggingId, getStylesBySelector, getVisible
-
Field Details
-
bodyBackgroundColor
protected java.lang.String bodyBackgroundColor -
content
-
padding
-
horizontalContentAlignment
-
maxContentWidth
protected int maxContentWidth
-
-
Constructor Details
-
UiElegantPanel
public UiElegantPanel()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getBodyBackgroundColor
public java.lang.String getBodyBackgroundColor() -
getContent
-
getPadding
-
getHorizontalContentAlignment
-
getMaxContentWidth
public int getMaxContentWidth() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- 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
-
setBodyBackgroundColor
-
setContent
-
setPadding
-
setHorizontalContentAlignment
public UiElegantPanel setHorizontalContentAlignment(UiHorizontalElementAlignment horizontalContentAlignment) -
setMaxContentWidth
-