Package org.teamapps.dto
Class UiPopup
- java.lang.Object
-
- 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.SetPositionCommand-
Nested 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 UiComponentReferencecontentComponentprotected UiColordimmingColorprotected intheightprotected booleanmodalprotected intwidthprotected intxprotected inty-
Fields inherited from class org.teamapps.dto.UiComponent
id, stylesBySelector, visible
-
-
Constructor Summary
Constructors Constructor Description UiPopup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiColorgetBackgroundColor()booleangetCloseOnClickOutside()booleangetCloseOnEscape()UiComponentReferencegetContentComponent()UiColorgetDimmingColor()intgetHeight()booleangetModal()UiObjectTypegetUiObjectType()intgetWidth()intgetX()intgetY()UiPopupsetBackgroundColor(UiColor backgroundColor)UiPopupsetCloseOnClickOutside(boolean closeOnClickOutside)UiPopupsetCloseOnEscape(boolean closeOnEscape)UiPopupsetContentComponent(UiComponentReference contentComponent)UiPopupsetDimmingColor(UiColor dimmingColor)UiPopupsetHeight(int height)UiPopupsetId(java.lang.String id)UiPopupsetModal(boolean modal)UiPopupsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiPopupsetVisible(boolean visible)UiPopupsetWidth(int width)UiPopupsetX(int x)UiPopupsetY(int y)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.UiComponent
getId, getStylesBySelector, getVisible
-
-
-
-
Field Detail
-
contentComponent
protected UiComponentReference contentComponent
-
width
protected int width
-
height
protected int height
-
x
protected int x
-
y
protected int y
-
backgroundColor
protected UiColor backgroundColor
-
modal
protected boolean modal
-
dimmingColor
protected UiColor dimmingColor
-
closeOnEscape
protected boolean closeOnEscape
-
closeOnClickOutside
protected boolean closeOnClickOutside
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiComponent
-
getContentComponent
public UiComponentReference getContentComponent()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getX
public int getX()
-
getY
public int getY()
-
getBackgroundColor
public UiColor getBackgroundColor()
-
getModal
public boolean getModal()
-
getDimmingColor
public UiColor getDimmingColor()
-
getCloseOnEscape
public boolean getCloseOnEscape()
-
getCloseOnClickOutside
public boolean getCloseOnClickOutside()
-
setId
public UiPopup setId(java.lang.String id)
- Overrides:
setIdin classUiComponent
-
setVisible
public UiPopup setVisible(boolean visible)
- 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
public UiPopup setContentComponent(UiComponentReference contentComponent)
-
setWidth
public UiPopup setWidth(int width)
-
setHeight
public UiPopup setHeight(int height)
-
setX
public UiPopup setX(int x)
-
setY
public UiPopup setY(int y)
-
setModal
public UiPopup setModal(boolean modal)
-
setCloseOnEscape
public UiPopup setCloseOnEscape(boolean closeOnEscape)
-
setCloseOnClickOutside
public UiPopup setCloseOnClickOutside(boolean closeOnClickOutside)
-
-