Package org.teamapps.dto
Class UiSelectionFrame
java.lang.Object
org.teamapps.dto.UiSelectionFrame
- All Implemented Interfaces:
UiObject
public class UiSelectionFrame extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
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
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()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
color
protected java.lang.String color -
borderWidth
protected int borderWidth -
animationDuration
protected int animationDuration -
glowingWidth
protected int glowingWidth -
shadowWidth
protected int shadowWidth -
fullRow
protected boolean fullRow
-
-
Constructor Details
-
UiSelectionFrame
public UiSelectionFrame()
-
-
Method Details
-
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
-
setBorderWidth
-
setAnimationDuration
-
setGlowingWidth
-
setShadowWidth
-
setFullRow
-