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
Modifier and Type Method Description org.teamapps.dto.UiSelectionFramecreateUiSelectionFrame()intgetAnimationDuration()intgetBorderWidth()org.teamapps.common.format.ColorgetColor()intgetGlowingWidth()intgetShadowWidth()booleanisFullRow()voidsetAnimationDuration(int animationDuration)voidsetBorderWidth(int borderWidth)voidsetColor(org.teamapps.common.format.Color color)voidsetFullRow(boolean fullRow)voidsetGlowingWidth(int glowingWidth)voidsetShadowWidth(int shadowWidth)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SelectionFrame
public SelectionFrame()
-
-
Method Details
-
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)
-