Class MESSAGETOASTBinding
java.lang.Object
org.eclnt.jsfserver.elements.impl.MESSAGETOASTBinding
- All Implemented Interfaces:
IValueByToString
- Direct Known Subclasses:
DefaultScreens.MyMessageToastBinding
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMessageToast
(String type, String image, String title, String text) Message toast is output at default position which is set byMessageToast.initPosition(String)
.void
Message toast is output at explicit position.void
addMessageToast
(String type, String image, String title, String text, String position, int duration) Message toast is output at explicit position.toString()
-
Constructor Details
-
MESSAGETOASTBinding
public MESSAGETOASTBinding()
-
-
Method Details
-
toString
-
addMessageToast
Message toast is output at default position which is set byMessageToast.initPosition(String)
. -
addMessageToast
Message toast is output at explicit position.- Parameters:
position
- See static value definitions inMessageToast
, example:MessageToast.POSITION_rightbottom
.
-
addMessageToast
public void addMessageToast(String type, String image, String title, String text, String position, int duration) Message toast is output at explicit position.- Parameters:
position
- See static value definitions inMessageToast
, example:MessageToast.POSITION_rightbottom
.
-