Package org.teamapps.ux.component.table
Class SelectionFrame
- java.lang.Object
-
- org.teamapps.ux.component.table.SelectionFrame
-
public class SelectionFrame extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SelectionFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiSelectionFramecreateUiSelectionFrame()booleanequals(java.lang.Object o)intgetAnimationDuration()intgetBorderWidth()org.teamapps.common.format.ColorgetColor()intgetGlowingWidth()intgetShadowWidth()inthashCode()booleanisFullRow()voidsetAnimationDuration(int animationDuration)voidsetBorderWidth(int borderWidth)voidsetColor(org.teamapps.common.format.Color color)voidsetFullRow(boolean fullRow)voidsetGlowingWidth(int glowingWidth)voidsetShadowWidth(int shadowWidth)
-
-
-
Method Detail
-
createUiSelectionFrame
public org.teamapps.dto.UiSelectionFrame createUiSelectionFrame()
-
getColor
public org.teamapps.common.format.Color getColor()
-
setColor
public void setColor(org.teamapps.common.format.Color color)
-
getBorderWidth
public int getBorderWidth()
-
setBorderWidth
public void setBorderWidth(int borderWidth)
-
getAnimationDuration
public int getAnimationDuration()
-
setAnimationDuration
public void setAnimationDuration(int animationDuration)
-
getGlowingWidth
public int getGlowingWidth()
-
setGlowingWidth
public void setGlowingWidth(int glowingWidth)
-
getShadowWidth
public int getShadowWidth()
-
setShadowWidth
public void setShadowWidth(int shadowWidth)
-
isFullRow
public boolean isFullRow()
-
setFullRow
public void setFullRow(boolean fullRow)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-