Package org.teamapps.dto
Class UiSelectionFrame
- java.lang.Object
-
- org.teamapps.dto.UiSelectionFrame
-
-
Field Summary
Fields Modifier and Type Field Description protected intanimationDurationprotected intborderWidthprotected java.lang.Stringcolorprotected booleanfullRowprotected intglowingWidthprotected intshadowWidth
-
Constructor Summary
Constructors Constructor Description UiSelectionFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAnimationDuration()intgetBorderWidth()java.lang.StringgetColor()booleangetFullRow()intgetGlowingWidth()intgetShadowWidth()UiObjectTypegetUiObjectType()UiSelectionFramesetAnimationDuration(int animationDuration)UiSelectionFramesetBorderWidth(int borderWidth)UiSelectionFramesetColor(java.lang.String color)UiSelectionFramesetFullRow(boolean fullRow)UiSelectionFramesetGlowingWidth(int glowingWidth)UiSelectionFramesetShadowWidth(int shadowWidth)java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getColor
public java.lang.String getColor()
-
getBorderWidth
public int getBorderWidth()
-
getAnimationDuration
public int getAnimationDuration()
-
getGlowingWidth
public int getGlowingWidth()
-
getShadowWidth
public int getShadowWidth()
-
getFullRow
public boolean getFullRow()
-
setColor
public UiSelectionFrame setColor(java.lang.String color)
-
setBorderWidth
public UiSelectionFrame setBorderWidth(int borderWidth)
-
setAnimationDuration
public UiSelectionFrame setAnimationDuration(int animationDuration)
-
setGlowingWidth
public UiSelectionFrame setGlowingWidth(int glowingWidth)
-
setShadowWidth
public UiSelectionFrame setShadowWidth(int shadowWidth)
-
setFullRow
public UiSelectionFrame setFullRow(boolean fullRow)
-
-