public final class ToastItemAction extends Object
ActionItem
which represents an immutable action, after the toast closure.Modifier and Type | Method and Description |
---|---|
IsColor |
getBackgroundColor()
Returns the background color.
|
String |
getBackgroundColorAsString()
Returns the background color.
|
IsColor |
getBorderColor()
Returns the border color.
|
String |
getBorderColorAsString()
Returns the border color.
|
int |
getBorderRadius()
Returns the border radius (in pixels).
|
int |
getBorderWidth()
Returns the border width.
|
ActionClickEventHandler |
getClickEventHandler()
Returns the action click event handler instance.
|
IsColor |
getColor()
Returns the font color.
|
String |
getColorAsString()
Returns the font color as string.
|
String |
getContent()
Returns the content to show in the toast.
|
IsDefaultFont |
getFont()
Returns the font element.
|
Key |
getId()
Returns the action unique id.
|
public Key getId()
public String getContent()
public ActionClickEventHandler getClickEventHandler()
public String getBackgroundColorAsString()
public IsColor getBackgroundColor()
public int getBorderWidth()
public String getBorderColorAsString()
public IsColor getBorderColor()
public int getBorderRadius()
public String getColorAsString()
public IsColor getColor()
public IsDefaultFont getFont()