Class OnHoverButton
- java.lang.Object
-
- eu.dnetlib.uoaadmintools.entities.layoutEntities.OnHoverButton
-
public class OnHoverButton extends Object
-
-
Constructor Summary
Constructors Constructor Description OnHoverButton()OnHoverButton(String backgroundColor, String color, String borderColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackgroundColor()StringgetBorderColor()StringgetColor()voidsetBackgroundColor(String backgroundColor)voidsetBorderColor(String borderColor)voidsetColor(String color)
-
-
-
Method Detail
-
getColor
public String getColor()
-
setColor
public void setColor(String color)
-
getBackgroundColor
public String getBackgroundColor()
-
setBackgroundColor
public void setBackgroundColor(String backgroundColor)
-
getBorderColor
public String getBorderColor()
-
setBorderColor
public void setBorderColor(String borderColor)
-
-