Package org.teamapps.dto
Class UiPopup
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiPopup
- All Implemented Interfaces:
UiObject
public class UiPopup 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 classUiPopup.CloseCommandstatic classUiPopup.SetBackgroundColorCommandstatic classUiPopup.SetDimensionsCommandstatic classUiPopup.SetDimmingColorCommandstatic classUiPopup.SetPositionCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected UiColorbackgroundColorprotected booleancloseOnClickOutsideprotected booleancloseOnEscapeprotected UiClientObjectReferencecontentComponentprotected UiColordimmingColorprotected intheightprotected booleanmodalprotected intwidthprotected intxprotected inty -
Constructor Summary
Constructors Constructor Description UiPopup() -
Method Summary
Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisible
-
Field Details
-
contentComponent
-
width
protected int width -
height
protected int height -
x
protected int x -
y
protected int y -
backgroundColor
-
modal
protected boolean modal -
dimmingColor
-
closeOnEscape
protected boolean closeOnEscape -
closeOnClickOutside
protected boolean closeOnClickOutside
-
-
Constructor Details
-
UiPopup
public UiPopup()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getContentComponent
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getX
public int getX() -
getY
public int getY() -
getBackgroundColor
-
getModal
public boolean getModal() -
getDimmingColor
-
getCloseOnEscape
public boolean getCloseOnEscape() -
getCloseOnClickOutside
public boolean getCloseOnClickOutside() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiPopup setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiComponent
-
setContentComponent
-
setWidth
-
setHeight
-
setX
-
setY
-
setBackgroundColor
-
setModal
-
setDimmingColor
-
setCloseOnEscape
-
setCloseOnClickOutside
-